Class DataToolTab.DataToolPlotter.SelectionBox

java.lang.Object
java.awt.geom.RectangularShape
java.awt.geom.Rectangle2D
java.awt.Rectangle
org.opensourcephysics.tools.DataToolTab.DataToolPlotter.SelectionBox
All Implemented Interfaces:
Shape, Serializable, Cloneable, Drawable
Enclosing class:
DataToolTab.DataToolPlotter

protected class DataToolTab.DataToolPlotter.SelectionBox extends Rectangle implements Drawable
An inner class for selecting points on this plot.
See Also:
  • Constructor Details

    • SelectionBox

      protected SelectionBox()
  • Method Details

    • setSize

      public void setSize(int w, int h)
      Overrides:
      setSize in class Rectangle
    • draw

      public void draw(DrawingPanel drawingPanel, Graphics g)
      Description copied from interface: Drawable
      Draws a representation of an object in a drawing panel.
      Specified by:
      draw in interface Drawable