Interface Selectable

All Superinterfaces:
Drawable, Interactive, Measurable
All Known Implementing Classes:
BoundedImage, BoundedShape, BoundedTextLine, CartesianInteractive, DataToolTab.DataToolAxes, DataToolTab.DataToolPlotter.LimitLine, InteractiveArrow, InteractiveCenteredArrow

public interface Selectable extends Interactive
Selectable defines methods that enable a user to select an object and then vary the postion, height, and width.
Version:
1.0
Author:
Wolfgang Christian
  • Method Details

    • setSelected

      void setSelected(boolean selectable)
    • toggleSelected

      void toggleSelected()
    • isSelected

      boolean isSelected()
    • getPreferredCursor

      Cursor getPreferredCursor()