Interface GUIPositionInterface


  • public interface GUIPositionInterface
    • Method Detail

      • getLocation

        Point getLocation()
      • setLocation

        void setLocation​(Point p)
      • setLocation

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

        boolean isSelected()
      • setSelected

        void setSelected​(boolean selected)