com.xj.anylogic.engine
Interface Locatable3D

All Superinterfaces:
Locatable2D
All Known Subinterfaces:
Area3D, Path3D, Segment3D
All Known Implementing Classes:
Shape3DArc, Shape3DGroup, Shape3DImage, Shape3DLine, Shape3DObject, Shape3DOval, Shape3DPhantom, Shape3DPolyLine, Shape3DRectangle, Shape3DText, ShapeEmbeddedObjectPresentation, ShapeTopLevelPresentationGroup

public interface Locatable3D
extends Locatable2D

This interface represents some location.

Author:
XJ Technologies Company Ltd. www.anylogic.com

Method Summary
 double getZ()
          Returns the z coordinate of the location base.
 double getZOffset()
          Returns the offset from z coordinate of the location base.
 
Methods inherited from interface com.xj.anylogic.engine.Locatable2D
getX, getY
 

Method Detail

getZ

double getZ()
Returns the z coordinate of the location base.

Returns:
the z coordinate of the location base

getZOffset

double getZOffset()
Returns the offset from z coordinate of the location base.
This e.g. returns getZHeight() for some 3D shapes

Returns:
the offset from z coordinate of the location


Copyright © 1991-2008 XJ Technlogies. All Rights Reserved.