Class HitInfo.EnvelopeStroke

  • Enclosing class:
    HitInfo

    public static class HitInfo.EnvelopeStroke
    extends HitInfo.Stroke
    Deprecated.
    use HighlighterStroke instead
    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).
    • Constructor Detail

      • EnvelopeStroke

        public EnvelopeStroke​(Element clicked,
                              int clickedSegment,
                              PEMouseEvent mouseEvent)
        Deprecated.