|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Location3D
A representation of the model object 'Location3 D'. This type defines the location of an element using a 3D coordinate.
The following features are supported:
AttributePackage.getLocation3D()
Method Summary | |
---|---|
double |
getZ()
Returns the value of the 'Z' attribute. |
boolean |
isSetZ()
Returns whether the value of the ' Z ' attribute is set. |
void |
linkToVector(Vector vector)
Used to link a Location3D to a Vector for live update of the coordinates. |
void |
scale(double dScale)
Causes the internal (x,y) values to be scaled by a relative (dScale) value |
void |
set(double dX,
double dY,
double dZ)
A convenience method for defining member variables NOTE: Manually created |
void |
setZ(double value)
Sets the value of the ' Z ' attribute. |
void |
translate(double dTranslateX,
double dTranslateY,
double dTranslateZ)
Causes the internal (x,y,z) values to be translated by a relative value of (dTranslateX, dTranslateY, dTranslateZ) |
void |
unsetZ()
Unsets the value of the ' Z ' attribute. |
Methods inherited from interface org.eclipse.birt.chart.model.attribute.Location |
---|
getX, getY, isSetX, isSetY, set, setX, setY, translate, unsetX, unsetY |
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 |
---|
double getZ()
If the meaning of the 'Z' attribute isn't clear, there really should be more of a description here...
isSetZ()
,
unsetZ()
,
setZ(double)
,
AttributePackage.getLocation3D_Z()
void setZ(double value)
Z
' attribute.
value
- the new value of the 'Z' attribute.isSetZ()
,
unsetZ()
,
getZ()
void unsetZ()
Z
' attribute.
isSetZ()
,
getZ()
,
setZ(double)
boolean isSetZ()
Z
' attribute is set.
unsetZ()
,
getZ()
,
setZ(double)
void scale(double dScale)
Location
scale
in interface Location
void translate(double dTranslateX, double dTranslateY, double dTranslateZ)
dTranslateX
- dTranslateY
- dTranslateZ
- void set(double dX, double dY, double dZ)
dX
- dY
- dZ
- void linkToVector(Vector vector)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |