Class 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).
    • Constructor Detail

      • HighlighterStroke

        public HighlighterStroke​(Element clicked,
                                 int clickedSegment,
                                 PEMouseEvent mouseEvent)