Package org.luwrain.controls
Interface AbstractRegionPoint
- All Superinterfaces:
HotPoint
- All Known Implementing Classes:
EmbeddedEdit.ShiftedRegionPoint
,RegionPoint
,RegionPointShift
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
onSystemEvent
(SystemEvent event, int hotPointX, int hotPointY) void
reset()
void
set
(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()
-