Uses of Class
net.sourceforge.webcompmath.draw.DrawGeometric

Packages that use DrawGeometric
net.sourceforge.webcompmath.draw   
net.sourceforge.webcompmath.draw.beans   
 

Uses of DrawGeometric in net.sourceforge.webcompmath.draw
 

Subclasses of DrawGeometric in net.sourceforge.webcompmath.draw
 class Crosshair
          A Crosshair is a small cross, 15 pixels wide and high, that is drawn in a CoordinateRect at a specified point.
 class TangentLine
          A Tangent line is a line that is tangent to the graph of a specified function of one argument at a specified value of its argument.
 

Uses of DrawGeometric in net.sourceforge.webcompmath.draw.beans
 

Subclasses of DrawGeometric in net.sourceforge.webcompmath.draw.beans
 class WCMCrossHairBean
          This bean extends the CrossHair class (which extends DrawGeometric) by adding a convenience setter.
 class WCMDrawGeometricBean
          This bean extends DrawGeometric.
 class WCMTangentLineBean
          This bean draws a tangent line to a function.