view
Interface Centerable

All Known Implementing Classes:
PointDraw, ShapeDraw, TextDraw

public interface Centerable

An assignable object that has a center in normalized coordinates.


Method Summary
 Point2D getCenter()
          Returns the center of this object in normalized Coordinates.
 

Method Detail

getCenter

Point2D getCenter()
Returns the center of this object in normalized Coordinates. For a shape, this could be the center of its bounding rectangle.