Class RubberbandPolyline

All Implemented Interfaces:
MouseListener, MouseMotionListener, ImageObserver, MenuContainer, Serializable, EventListener

public class RubberbandPolyline extends Rubberband
A Rubberband that does polylines and polygons.
Version:
1.0, 12/27/95
Author:
Matthew J. McAuliffe, Ph.D.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Use serialVersionUID for interoperability.
      See Also:
    • contour

      private VOIContour contour
      DOCUMENT ME!
    • firstPoint

      private boolean firstPoint
      DOCUMENT ME!
    • mouseDragged

      private boolean mouseDragged
      DOCUMENT ME!
    • tmpPt

      private Point tmpPt
      DOCUMENT ME!
  • Constructor Details

    • RubberbandPolyline

      public RubberbandPolyline(Component component)
      Constructs the object and adds mouse listeners.
      Parameters:
      component - component to add to
  • Method Details