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

Packages that use Location3D
org.eclipse.birt.chart.computation This is a placeholder file for the org.eclipse.birt.chart.computation package. 
org.eclipse.birt.chart.computation.withaxes This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package. 
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. 
org.eclipse.birt.chart.model.attribute.util This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. 
 

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

Methods in org.eclipse.birt.chart.computation that return Location3D
 Location3D[] Object3D.getLocation3D()
           
 Location3D DataPointHints.getLocation3D()
          Returns the 3d location value of current DataPointHintes(only available in 3d mode).
 

Constructors in org.eclipse.birt.chart.computation with parameters of type Location3D
Vector(Location3D start, Location3D end)
           
Vector(Location3D loc)
           
Object3D(Location3D la)
           
Object3D(Location3D[] loa)
           
 

Uses of Location3D in org.eclipse.birt.chart.computation.withaxes
 

Methods in org.eclipse.birt.chart.computation.withaxes that return Location3D
 Location3D OneAxis.getAxisCoordinate3D()
           
 

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

Methods in org.eclipse.birt.chart.event that return Location3D
 Location3D Text3DRenderEvent.getLocation3D()
           
 Location3D[] Polygon3DRenderEvent.getPoints3D()
           
 Location3D[] Oval3DRenderEvent.getLocation3D()
           
 Location3D Line3DRenderEvent.getStart3D()
          not a live object
 Location3D Line3DRenderEvent.getEnd3D()
          not a live object
 Location3D Image3DRenderEvent.getLocation3D()
           
 

Methods in org.eclipse.birt.chart.event with parameters of type Location3D
 void Text3DRenderEvent.setLocation3D(Location3D loc)
           
 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 Oval3DRenderEvent.setLocation3D(Location3D[] loa)
           
 void Line3DRenderEvent.setStart3D(Location3D start)
           
 void Line3DRenderEvent.setEnd3D(Location3D end)
           
 void Image3DRenderEvent.setLocation3D(Location3D lo)
           
 

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.create(double x, double y, double z)
           
static Location3D[] Location3DImpl.create(double[] xa, double[] ya, double[] za)
           
 Location3D AttributeFactoryImpl.createLocation3D()
           
 

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

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

Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type Location3D
 boolean AttributeValidator.validateLocation3D(Location3D location3D, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 java.lang.Object AttributeSwitch.caseLocation3D(Location3D object)
          Returns the result of interpretting the object as an instance of 'Location3 D'.
 



Copyright © 2005 Actuate Corp. All rights reserved.