Class RGBRegion.VertexHandle

All Implemented Interfaces:
Serializable, Cloneable, Drawable, Interactive, Measurable, Trackable
Enclosing class:
RGBRegion

protected class RGBRegion.VertexHandle extends TPoint
See Also:
  • Constructor Details

    • VertexHandle

      protected VertexHandle()
  • Method Details

    • setXY

      public void setXY(double x, double y)
      Overrides TPoint setXY method.
      Specified by:
      setXY in interface Interactive
      Overrides:
      setXY in class TPoint
      Parameters:
      x - the x coordinate
      y - the y coordinate
    • setAdjusting

      public void setAdjusting(boolean adjusting, MouseEvent e)
      Description copied from class: TPoint
      Sets the adjusting flag. This is normally set by the mouse handler when this point is dragged or stops being dragged.
      Overrides:
      setAdjusting in class TPoint
      Parameters:
      adjusting - true if being dragged
      e - a MouseEvent, may be null