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

Packages that use Rotation3D
org.eclipse.birt.chart.computation This is a placeholder file for the org.eclipse.birt.chart.computation package. 
org.eclipse.birt.chart.model Contains the chart model interfaces that define the starting point for creating a new chart. 
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. 
org.eclipse.birt.chart.model.impl 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 Rotation3D
Engine3D(Rotation3D rotation, Vector lightDirection, double viewerWidth, double viewerHeight, double viewingDistance, double modelingDistance, double hitherDistance, double yonDistance, double perspectiveDistance)
           
Engine3D(Rotation3D rotation, Vector lightDirection, double viewerWidth, double viewerHeight)
           
 

Uses of Rotation3D in org.eclipse.birt.chart.model
 

Methods in org.eclipse.birt.chart.model that return Rotation3D
 Rotation3D ChartWithAxes.getRotation()
          Returns the value of the 'Rotation' containment reference.
 

Methods in org.eclipse.birt.chart.model with parameters of type Rotation3D
 void 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 Rotation3D
 Rotation3D 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 Rotation3D
 class Rotation3DImpl
           An implementation of the model object 'Rotation3 D'.
 

Methods in org.eclipse.birt.chart.model.attribute.impl that return Rotation3D
static Rotation3D Rotation3DImpl.create()
          Creates an empty Roatation3D object.
static Rotation3D Rotation3DImpl.create(Angle3D[] ala)
          Creates a Rotation3D object using given Angle3D array.
 Rotation3D AttributeFactoryImpl.createRotation3D()
           
 

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

Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type Rotation3D
 boolean AttributeValidator.validateRotation3D(Rotation3D rotation3D, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 java.lang.Object AttributeSwitch.caseRotation3D(Rotation3D object)
          Returns the result of interpretting the object as an instance of 'Rotation3 D'.
 

Uses of Rotation3D in org.eclipse.birt.chart.model.impl
 

Methods in org.eclipse.birt.chart.model.impl that return Rotation3D
 Rotation3D ChartWithAxesImpl.getRotation()
           
 

Methods in org.eclipse.birt.chart.model.impl with parameters of type Rotation3D
 org.eclipse.emf.common.notify.NotificationChain ChartWithAxesImpl.basicSetRotation(Rotation3D newRotation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ChartWithAxesImpl.setRotation(Rotation3D newRotation)
           
 



Copyright © 2005-2007 Actuate Corp. All rights reserved.