|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jpicedt.graphic.view.HitInfo.AbstractHitInfo jpicedt.graphic.view.HitInfo.Stroke jpicedt.graphic.view.HitInfo.EnvelopeStroke
public static class HitInfo.EnvelopeStroke
Represent a Hit that occured on the envelope of an element (aka tangents of a PicSmoothPolygon actually). It includes information as of which stroke segment was hit (this may be used by the UI to know where to add new points).
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jpicedt.graphic.view.HitInfo |
---|
HitInfo.AbstractHitInfo, HitInfo.Composite, HitInfo.EnvelopeStroke, HitInfo.HighlighterStroke, HitInfo.Interior, HitInfo.InverseZOrderingComparator, HitInfo.List, HitInfo.Point, HitInfo.Stroke, HitInfo.Text |
Field Summary |
---|
Fields inherited from class jpicedt.graphic.view.HitInfo.AbstractHitInfo |
---|
clickedObject, mouseEvent |
Constructor Summary | |
---|---|
HitInfo.EnvelopeStroke(Element clicked,
int clickedSegment,
PEMouseEvent mouseEvent)
Deprecated. |
Method Summary | |
---|---|
String |
toString()
Deprecated. |
Methods inherited from class jpicedt.graphic.view.HitInfo.Stroke |
---|
getClickedSegment |
Methods inherited from class jpicedt.graphic.view.HitInfo.AbstractHitInfo |
---|
append, getMouseEvent, getTarget |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HitInfo.EnvelopeStroke(Element clicked, int clickedSegment, PEMouseEvent mouseEvent)
Method Detail |
---|
public String toString()
toString
in class HitInfo.Stroke
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |