Package org.luwrain.controls
Class RegionPoint
java.lang.Object
org.luwrain.controls.RegionPoint
- All Implemented Interfaces:
AbstractRegionPoint
,HotPoint
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
boolean
onSystemEvent
(SystemEvent event, int hotPointX, int hotPointY) void
reset()
void
set
(int hotPointX, int hotPointY)
-
Field Details
-
hotPointX
protected int hotPointX -
hotPointY
protected int hotPointY
-
-
Constructor Details
-
RegionPoint
public RegionPoint()
-
-
Method Details
-
onSystemEvent
- Specified by:
onSystemEvent
in interfaceAbstractRegionPoint
-
isInitialized
public boolean isInitialized()- Specified by:
isInitialized
in interfaceAbstractRegionPoint
-
set
public void set(int hotPointX, int hotPointY) - Specified by:
set
in interfaceAbstractRegionPoint
-
getHotPointX
public int getHotPointX()- Specified by:
getHotPointX
in interfaceHotPoint
-
getHotPointY
public int getHotPointY()- Specified by:
getHotPointY
in interfaceHotPoint
-
reset
public void reset()- Specified by:
reset
in interfaceAbstractRegionPoint
-