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 Detail

      • setLocation

        void setLocation​(int x,
                         int y)
      • setX

        void setX​(int x)
      • setY

        void setY​(int y)