Uses of Interface
org.eclipse.birt.chart.model.attribute.Rotation3D
Packages that use Rotation3D
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
Contains the chart model interfaces that define the starting point for creating
a new chart.
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.
Represents the chart model implementation classes that define the starting
point for creating a new chart.
-
Uses of Rotation3D in org.eclipse.birt.chart.computation
Constructors in org.eclipse.birt.chart.computation with parameters of type Rotation3DModifierConstructorDescriptionEngine3D
(Rotation3D rotation, Vector lightDirection, double viewerWidth, double viewerHeight) Engine3D
(Rotation3D rotation, Vector lightDirection, double viewerWidth, double viewerHeight, double viewingDistance, double modelingDistance, double hitherDistance, double yonDistance, double perspectiveDistance) -
Uses of Rotation3D in org.eclipse.birt.chart.model
Methods in org.eclipse.birt.chart.model that return Rotation3DModifier and TypeMethodDescriptionChartWithAxes.getRotation()
Returns the value of the 'Rotation' containment reference.Methods in org.eclipse.birt.chart.model with parameters of type Rotation3DModifier and TypeMethodDescriptionvoid
ChartWithAxes.setRotation
(Rotation3D value) Sets the value of the 'Rotation
' containment reference. -
Uses of Rotation3D in org.eclipse.birt.chart.model.attribute
Methods in org.eclipse.birt.chart.model.attribute that return Rotation3DModifier and TypeMethodDescriptionRotation3D.copyInstance()
AttributeFactory.createRotation3D()
Returns a new object of class 'Rotation3 D'. -
Uses of Rotation3D in org.eclipse.birt.chart.model.attribute.impl
Classes in org.eclipse.birt.chart.model.attribute.impl that implement Rotation3DModifier and TypeClassDescriptionclass
An implementation of the model object 'Rotation3 D'.Methods in org.eclipse.birt.chart.model.attribute.impl that return Rotation3DModifier and TypeMethodDescriptionRotation3DImpl.copyInstance()
static Rotation3D
Rotation3DImpl.create()
Creates an empty Roatation3D object.static Rotation3D
Creates a Rotation3D object using given Angle3D array.static Rotation3D
Rotation3DImpl.createDefault()
Creates an empty Roatation3D object.static Rotation3D
Rotation3DImpl.createDefault
(Angle3D[] ala) Creates a Rotation3D object using given Angle3D array.AttributeFactoryImpl.createRotation3D()
-
Uses of Rotation3D in org.eclipse.birt.chart.model.impl
Methods in org.eclipse.birt.chart.model.impl that return Rotation3DMethods in org.eclipse.birt.chart.model.impl with parameters of type Rotation3DModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
ChartWithAxesImpl.basicSetRotation
(Rotation3D newRotation, org.eclipse.emf.common.notify.NotificationChain msgs) void
ChartWithAxesImpl.setRotation
(Rotation3D newRotation)