Interface WritablePoint

All Known Subinterfaces:
WritableRectangle
All Known Implementing Classes:
Point, Rectangle

public interface WritablePoint
Write interface for Points
Version:
$Revision$ $Id$
Author:
$Author$
  • Method Details

    • setLocation

      void setLocation(int x, int y)
    • setLocation

      void setLocation(ReadablePoint p)
    • setX

      void setX(int x)
    • setY

      void setY(int y)