Packagecom.yworks.yfiles.geom
Interfacepublic interface PlaneObject
Implementors LabelCandidate, LineSegment, YOrientedRectangle, YRectangle

This interface describes a 2-dimensional object which has a finite bounding box.



Public Properties
 PropertyDefined By
  boundingBox : YRectangle
[read-only] Returns the smallest Rectangle which contains the object.
PlaneObject
Property Detail
boundingBoxproperty
boundingBox:YRectangle  [read-only]

Returns the smallest Rectangle which contains the object.


Implementation
    public function get boundingBox():YRectangle