Package org.luwrain.controls
Class RegionPoint
java.lang.Object
org.luwrain.controls.RegionPoint
- All Implemented Interfaces:
AbstractRegionPoint,HotPoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanbooleanonSystemEvent(SystemEvent event, int hotPointX, int hotPointY) voidreset()voidset(int hotPointX, int hotPointY)
-
Field Details
-
hotPointX
protected int hotPointX -
hotPointY
protected int hotPointY
-
-
Constructor Details
-
RegionPoint
public RegionPoint()
-
-
Method Details
-
onSystemEvent
- Specified by:
onSystemEventin interfaceAbstractRegionPoint
-
isInitialized
public boolean isInitialized()- Specified by:
isInitializedin interfaceAbstractRegionPoint
-
set
public void set(int hotPointX, int hotPointY) - Specified by:
setin interfaceAbstractRegionPoint
-
getHotPointX
public int getHotPointX()- Specified by:
getHotPointXin interfaceHotPoint
-
getHotPointY
public int getHotPointY()- Specified by:
getHotPointYin interfaceHotPoint
-
reset
public void reset()- Specified by:
resetin interfaceAbstractRegionPoint
-