Package org.luwrain.controls
Interface AbstractRegionPoint
- All Superinterfaces:
HotPoint
- All Known Implementing Classes:
EmbeddedEdit.ShiftedRegionPoint,RegionPoint
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanonSystemEvent(SystemEvent event, int hotPointX, int hotPointY) voidreset()voidset(int hotPointX, int hotPointY) Methods inherited from interface org.luwrain.core.HotPoint
getHotPointX, getHotPointY
-
Method Details
-
onSystemEvent
-
isInitialized
boolean isInitialized() -
set
void set(int hotPointX, int hotPointY) -
reset
void reset()
-