Uses of Interface
org.eclipse.birt.chart.model.attribute.Location3D

Packages that use Location3D
org.eclipse.birt.chart.event Contains classes that define a rendering notification that is interpreted by a device renderer. 
org.eclipse.birt.chart.model.attribute Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.attribute.impl Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
 

Uses of Location3D in org.eclipse.birt.chart.event
 

Methods in org.eclipse.birt.chart.event that return Location3D
 Location3D[] Text3DRenderEvent.getBlockBounds3D()
           
 Location3D Line3DRenderEvent.getEnd3D()
          Returns the 3D end location of this line.
 Location3D Text3DRenderEvent.getLocation3D()
           
 Location3D Image3DRenderEvent.getLocation3D()
           
 Location3D[] Oval3DRenderEvent.getLocation3D()
           
 Location3D[] Polygon3DRenderEvent.getPoints3D()
           
 Location3D Line3DRenderEvent.getStart3D()
          Returns the 3D start location of this line.
 Location3D Arc3DRenderEvent.getTopLeft3D()
           
 

Methods in org.eclipse.birt.chart.event with parameters of type Location3D
 void Text3DRenderEvent.setBlockBounds3D(Location3D[] loa)
          Sets the 3D block bounds of the text.
 void Line3DRenderEvent.setEnd3D(Location3D end)
          Sets the 3D end location of the line.
 void Text3DRenderEvent.setLocation3D(Location3D loc)
          Sets the 3D location of the text.
 void Image3DRenderEvent.setLocation3D(Location3D lo)
          Sets the 3D location of the image.
 void Oval3DRenderEvent.setLocation3D(Location3D[] loa)
          Set 3D location of the event.
 void Polygon3DRenderEvent.setPoints3D(Location3D[] loa)
          Note that setPoints3D must be called with the points in the right order: that is needed for the right orientation of the polygon.
 void Polygon3DRenderEvent.setPoints3D(Location3D[] loa, boolean inverted)
          Note that setPoints3D must be called with the points in the right order: that is needed for the right orientation of the polygon.
 void Line3DRenderEvent.setStart3D(Location3D start)
          Sets the 3D start location of the line.
 void Arc3DRenderEvent.setTopLeft3D(Location3D loc)
          Sets the 3D top-left location of the arc bounds.
 

Uses of Location3D in org.eclipse.birt.chart.model.attribute
 

Methods in org.eclipse.birt.chart.model.attribute that return Location3D
 Location3D AttributeFactory.createLocation3D()
          Returns a new object of class 'Location3 D'.
 

Uses of Location3D in org.eclipse.birt.chart.model.attribute.impl
 

Classes in org.eclipse.birt.chart.model.attribute.impl that implement Location3D
 class Location3DImpl
          An implementation of the model object 'Location3 D'.
 

Methods in org.eclipse.birt.chart.model.attribute.impl that return Location3D
static Location3D Location3DImpl.copyInstance(Location3D src)
           
static Location3D[] Location3DImpl.create(double[] xa, double[] ya, double[] za)
           
static Location3D Location3DImpl.create(double x, double y, double z)
           
 Location3D AttributeFactoryImpl.createLocation3D()
           
 

Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type Location3D
static Location3D Location3DImpl.copyInstance(Location3D src)
           
static double[] Location3DImpl.getXArray(Location3D[] loc)
           
static double[] Location3DImpl.getYArray(Location3D[] loc)
           
static double[] Location3DImpl.getZArray(Location3D[] loc)
           
 



Copyright © 2005-2008 Actuate Corp. All rights reserved.