Package org.opensourcephysics.display
Interface Selectable
- All Superinterfaces:
Drawable
,Interactive
,Measurable
- All Known Implementing Classes:
BoundedImage
,BoundedShape
,BoundedTextLine
,CartesianInteractive
,DataToolTab.DataToolAxes
,DataToolTab.DataToolPlotter.LimitLine
,InteractiveArrow
,InteractiveCenteredArrow
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 Summary
Methods inherited from interface org.opensourcephysics.display.Interactive
findInteractive, getX, getY, isEnabled, isInteractive, setEnabled, setX, setXY, setY
Methods inherited from interface org.opensourcephysics.display.Measurable
getXMax, getXMin, getYMax, getYMin, isMeasured
-
Method Details
-
setSelected
void setSelected(boolean selectable) -
toggleSelected
void toggleSelected() -
isSelected
boolean isSelected() -
getPreferredCursor
Cursor getPreferredCursor()
-