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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
Rotation3DImpl

public interface Rotation3D
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Rotation3 D'. This type defines the list of rotated angles.

The following features are supported:

See Also:
AttributePackage.getRotation3D()

Method Summary
 Rotation3D copyInstance()
          A convenient method to get an instance copy.
 org.eclipse.emf.common.util.EList<Angle3D> getAngles()
          Returns the value of the 'Angles' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getAngles

org.eclipse.emf.common.util.EList<Angle3D> getAngles()
Returns the value of the 'Angles' containment reference list. The list contents are of type Angle3D.

If the meaning of the 'Angles' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Angles' containment reference list.
See Also:
AttributePackage.getRotation3D_Angles()

copyInstance

Rotation3D copyInstance()
A convenient method to get an instance copy. This is much faster than the ECoreUtil.copy().



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