|
|||||||||
Home >> All >> jpicedt >> graphic >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
jpicedt.graphic.view
Class HitInfo.Point

java.lang.Objectjpicedt.graphic.view.HitInfo
jpicedt.graphic.view.HitInfo.Point
- Enclosing class:
- HitInfo
- public static class HitInfo.Point
- extends HitInfo
Represent a Hit that occured on a Element's end-point
Nested Class Summary |
Nested classes inherited from class jpicedt.graphic.view.HitInfo |
HitInfo.Composite, HitInfo.Interior, HitInfo.Point, HitInfo.Stroke |
Field Summary | |
private int |
pointIndex
|
Fields inherited from class jpicedt.graphic.view.HitInfo |
|
Constructor Summary | |
HitInfo.Point(jpicedt.graphic.model.Element clickedObject,
int pointIndex,
jpicedt.graphic.event.PEMouseEvent mouseEvent)
construct a new HitInfo.Point that occured on the given Element and on the given point index |
Method Summary | |
int |
getIndex()
|
Methods inherited from class jpicedt.graphic.view.HitInfo |
getMouseEvent, getTarget |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
pointIndex
private int pointIndex
Constructor Detail |
HitInfo.Point
public HitInfo.Point(jpicedt.graphic.model.Element clickedObject, int pointIndex, jpicedt.graphic.event.PEMouseEvent mouseEvent)
- construct a new HitInfo.Point that occured on the given Element and on the given point index
Method Detail |
getIndex
public int getIndex()
- Since:
- jPicEdt 1.3.2
|
|||||||||
Home >> All >> jpicedt >> graphic >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |