|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Angle3D | |
org.eclipse.birt.chart.computation | This is a placeholder file for the org.eclipse.birt.chart.computation package. |
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 Angle3D in org.eclipse.birt.chart.computation |
Methods in org.eclipse.birt.chart.computation with parameters of type Angle3D | |
void |
Vector.rotate(Angle3D angle)
|
Uses of Angle3D in org.eclipse.birt.chart.model.attribute |
Methods in org.eclipse.birt.chart.model.attribute that return Angle3D | |
Angle3D |
AttributeFactory.createAngle3D()
Returns a new object of class 'Angle3 D'. |
Uses of Angle3D in org.eclipse.birt.chart.model.attribute.impl |
Classes in org.eclipse.birt.chart.model.attribute.impl that implement Angle3D | |
class |
Angle3DImpl
An implementation of the model object 'Angle3 D'. |
Methods in org.eclipse.birt.chart.model.attribute.impl that return Angle3D | |
Angle3D |
AttributeFactoryImpl.createAngle3D()
|
static Angle3D |
Angle3DImpl.create(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 with parameters of type Angle3D | |
static Rotation3D |
Rotation3DImpl.create(Angle3D[] ala)
Creates a Rotation3D object using given Angle3D array. |
Uses of Angle3D in org.eclipse.birt.chart.model.attribute.util |
Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type Angle3D | |
boolean |
AttributeValidator.validateAngle3D(Angle3D angle3D,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
java.lang.Object |
AttributeSwitch.caseAngle3D(Angle3D object)
Returns the result of interpretting the object as an instance of 'Angle3 D'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |