Class DataToolTab.DataToolPlotter.SlopeLine

java.lang.Object
java.awt.geom.Line2D
java.awt.geom.Line2D.Double
org.opensourcephysics.tools.DataToolTab.DataToolPlotter.SlopeLine
All Implemented Interfaces:
Shape, Serializable, Cloneable
Enclosing class:
DataToolTab.DataToolPlotter

protected class DataToolTab.DataToolPlotter.SlopeLine extends Line2D.Double
An inner class to draw a slope line on the measured point.
See Also:
  • Constructor Details

    • SlopeLine

      protected SlopeLine()
  • Method Details

    • draw

      public void draw(Graphics g)
      Draws this slope line on the specified Graphics.
      Parameters:
      g - the Graphics object