|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides 2.5D layout information for layers (graphs). Layout information for a layer is composed of:
getZ
and setZ
methods, the latter by the set/getRelativeBoundingBox
methods.
Method Summary | |
BoundingBox |
getRealativeBoundingBox()
Returns the relative bounding box of the layer. |
double |
getZ()
Returns the z-position of the layer. |
void |
setRelativeBoundingBox(BoundingBox bb)
Sets the relative bounding box of the layer, thereby determining the layer's extent in the (x,y) plane (z-values of the bounding box should therefore be 0). |
void |
setZ(double z)
Sets the z-position of the layer. |
Method Detail |
public double getZ()
public void setZ(double z)
public BoundingBox getRealativeBoundingBox()
public void setRelativeBoundingBox(BoundingBox bb)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |