Uses of Interface
org.eclipse.birt.chart.model.attribute.Angle3D
Packages that use Angle3D
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
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 Angle3D in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation with parameters of type Angle3D -
Uses of Angle3D in org.eclipse.birt.chart.model.attribute
Methods in org.eclipse.birt.chart.model.attribute that return Angle3DModifier and TypeMethodDescriptionAngle3D.copyInstance()
AttributeFactory.createAngle3D()
Returns a new object of class 'Angle3 D'.Methods in org.eclipse.birt.chart.model.attribute that return types with arguments of type Angle3D -
Uses of Angle3D in org.eclipse.birt.chart.model.attribute.impl
Classes in org.eclipse.birt.chart.model.attribute.impl that implement Angle3DModifier and TypeClassDescriptionclass
An implementation of the model object 'Angle3 D'.Methods in org.eclipse.birt.chart.model.attribute.impl that return Angle3DModifier and TypeMethodDescriptionAngle3DImpl.copyInstance()
A convenient method to get an instance copy.static Angle3D
Angle3DImpl.create
(double x, double y, double z) AttributeFactoryImpl.createAngle3D()
static Angle3D
Angle3DImpl.createDefault
(double x, double y, double z) static Angle3D
Angle3DImpl.createX
(double val) static Angle3D
Angle3DImpl.createY
(double val) static Angle3D
Angle3DImpl.createZ
(double val) Methods in org.eclipse.birt.chart.model.attribute.impl that return types with arguments of type Angle3DModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Angle3D>
Rotation3DImpl.getAngles()
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type Angle3DModifier and TypeMethodDescriptionstatic Rotation3D
Creates a Rotation3D object using given Angle3D array.static Rotation3D
Rotation3DImpl.createDefault
(Angle3D[] ala) Creates a Rotation3D object using given Angle3D array.