y.geom
Interface PlaneObject

All Known Implementing Classes:
LabelCandidate, LineSegment, YRectangle

public interface PlaneObject

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


Method Summary
 YRectangle getBoundingBox()
          Returns the smallest Rectangle which contains the object.
 

Method Detail

getBoundingBox

public YRectangle getBoundingBox()
Returns the smallest Rectangle which contains the object.


© Copyright 2000-2003,
yWorks GmbH.
All rights reserved.

2003