Package jpicedt.graphic.view
Class HitInfo.HighlighterStroke
- java.lang.Object
-
- jpicedt.graphic.view.HitInfo
-
- jpicedt.graphic.view.HitInfo.Stroke
-
- jpicedt.graphic.view.HitInfo.HighlighterStroke
-
- Enclosing class:
- HitInfo
public static class HitInfo.HighlighterStroke extends HitInfo.Stroke
Represent a Hit that occured on the stroke of a highlighter (eg tangents of a PicSmoothPolygon). 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 class jpicedt.graphic.view.HitInfo
HitInfo.Composite, HitInfo.EnvelopeStroke, HitInfo.HighlighterStroke, HitInfo.Interior, HitInfo.Point, HitInfo.Stroke, HitInfo.Text
-
-
Constructor Summary
Constructors Constructor Description HighlighterStroke(Element clicked, int clickedSegment, PEMouseEvent mouseEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class jpicedt.graphic.view.HitInfo.Stroke
getClickedSegment
-
Methods inherited from class jpicedt.graphic.view.HitInfo
getMouseEvent, getTarget
-
-
-
-
Constructor Detail
-
HighlighterStroke
public HighlighterStroke(Element clicked, int clickedSegment, PEMouseEvent mouseEvent)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classHitInfo.Stroke
-
-