Interface GUIPositionInterface


public interface GUIPositionInterface
  • Method Details

    • getLocation

      Point getLocation()
    • setLocation

      void setLocation(Point p)
    • setLocation

      void setLocation(int x, int y)
    • isSelected

      boolean isSelected()
    • setSelected

      void setSelected(boolean selected)