Class MMidPoint.Sticky

All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
MMidPoint

public static class MMidPoint.Sticky extends MMidPoint
Fixed middle point that can be a point of a polyline.
See Also:
  • Constructor Details

    • Sticky

      public Sticky(MPolyline l, int i)
      Constructor.
      Parameters:
      l - the parent line
      i - position in the polyline
    • Sticky

      protected Sticky(MMidPoint p)
      Copy constructor.
      Parameters:
      p - the point
  • Method Details