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