Uses of Interface
org.eclipse.birt.chart.model.attribute.Location3D
Packages that use Location3D
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package.
Contains classes that define a rendering notification that is interpreted by
a device renderer.
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
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.computation
Methods in org.eclipse.birt.chart.computation that return Location3DModifier and TypeMethodDescriptionGObjectFactory.createLocation3D
(double x, double y, double z) IGObjectFactory.createLocation3D
(double x, double y, double z) GObjectFactory.createLocation3Ds
(double[] xa, double[] ya, double[] za) IGObjectFactory.createLocation3Ds
(double[] xa, double[] ya, double[] za) final Location3D
DataPointHints.getLocation3D()
Returns the 3d location value of current DataPointHintes(only available in 3d mode).Object3D.getLocation3D()
Returns the 3d coordinates for this object.Constructors in org.eclipse.birt.chart.computation with parameters of type Location3DModifierConstructorDescriptionObject3D
(Location3D la) Construction by one 3d coordinateObject3D
(Location3D[] loa) Construction by an array of 3d coordinatesObject3D
(Location3D[] loa, boolean inverted) Construction by an array of 3d coordinatesVector
(Location3D loc) Vector
(Location3D start, Location3D end) -
Uses of Location3D in org.eclipse.birt.chart.computation.withaxes
Methods in org.eclipse.birt.chart.computation.withaxes that return Location3D -
Uses of Location3D in org.eclipse.birt.chart.event
Methods in org.eclipse.birt.chart.event that return Location3DModifier and TypeMethodDescriptionText3DRenderEvent.getBlockBounds3D()
Line3DRenderEvent.getEnd3D()
Returns the 3D end location of this line.Image3DRenderEvent.getLocation3D()
Oval3DRenderEvent.getLocation3D()
Text3DRenderEvent.getLocation3D()
Polygon3DRenderEvent.getPoints3D()
Line3DRenderEvent.getStart3D()
Returns the 3D start location of this line.Arc3DRenderEvent.getTopLeft3D()
Methods in org.eclipse.birt.chart.event with parameters of type Location3DModifier and TypeMethodDescriptionvoid
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
Image3DRenderEvent.setLocation3D
(Location3D lo) Sets the 3D location of the image.void
Oval3DRenderEvent.setLocation3D
(Location3D[] loa) Set 3D location of the event.void
Text3DRenderEvent.setLocation3D
(Location3D loc) Sets the 3D location of the text.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 Location3DModifier and TypeMethodDescriptionLocation3D.copyInstance()
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 Location3DModifier and TypeClassDescriptionclass
An implementation of the model object 'Location3 D'.Methods in org.eclipse.birt.chart.model.attribute.impl that return Location3DModifier and TypeMethodDescriptionLocation3DImpl.copyInstance()
A convenient method to get an instance copy.static final Location3D[]
Location3DImpl.create
(double[] xa, double[] ya, double[] za) static Location3D
Location3DImpl.create
(double x, double y, double z) AttributeFactoryImpl.createLocation3D()
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type Location3DModifier and TypeMethodDescriptionstatic double[]
Location3DImpl.getXArray
(Location3D[] loc) static double[]
Location3DImpl.getYArray
(Location3D[] loc) static double[]
Location3DImpl.getZArray
(Location3D[] loc)