Class MRectanglePoint.Sticky

All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
MRectanglePoint

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

    • Sticky

      public Sticky(MRectangle r, int pos)
      Constructor.
      Parameters:
      r - the parent rectangle
      pos - the position
    • Sticky

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