Uses of Package
net.sourceforge.webcompmath.draw

Packages that use net.sourceforge.webcompmath.draw
net.sourceforge.webcompmath.applets   
net.sourceforge.webcompmath.awt   
net.sourceforge.webcompmath.awt.beans   
net.sourceforge.webcompmath.draw   
net.sourceforge.webcompmath.draw.beans   
net.sourceforge.webcompmath.functions   
net.sourceforge.webcompmath.functions.beans   
 

Classes in net.sourceforge.webcompmath.draw used by net.sourceforge.webcompmath.applets
DisplayCanvas
          A DisplayCanvas is a drawing area that can contain one or more CoordinateRects.
LimitControlPanel
          A LimitControlPanel has four input boxes for specifying the xmin, xmax, ymin, and ymax of a CoodinateRect.
WcmAxes
          A set of horizontal and vertical axes that look OK and have reasonable, labeled tick marks.
 

Classes in net.sourceforge.webcompmath.draw used by net.sourceforge.webcompmath.awt
DisplayCanvas
          A DisplayCanvas is a drawing area that can contain one or more CoordinateRects.
 

Classes in net.sourceforge.webcompmath.draw used by net.sourceforge.webcompmath.awt.beans
DisplayCanvas
          A DisplayCanvas is a drawing area that can contain one or more CoordinateRects.
 

Classes in net.sourceforge.webcompmath.draw used by net.sourceforge.webcompmath.draw
CoordinateRect
          A CoordinateRect represents a rectagular region in the xy-plane, specified by values xmin,xmax,ymin,ymax.
DisplayCanvas
          A DisplayCanvas is a drawing area that can contain one or more CoordinateRects.
Draggable
          An interface that can be implemented by an object that can be dragged with the mouse.
Drawable
          A Drawable object can be added to a CoordinateRect, which is itself in a DisplayCanvas.
DrawGeometric
          A DrawGeometric object is a geometic figure such as a line or rectangle that can be drawn in a CoordinateRect.
DrawTemp
          An object that implements this interface can draw itself, using information from a CoordinateRect (in which it presumably appears).
MouseVar
          This interface is used by WCMMouseVariableBean to get the x or y variables from both MouseTrackers and DraggablePoints.
RationalLabel.HJust
          Specify the horizontal justification for the rational label
RationalLabel.VJust
          Specify the vertical justification for the rational label
 

Classes in net.sourceforge.webcompmath.draw used by net.sourceforge.webcompmath.draw.beans
CoordinateRect
          A CoordinateRect represents a rectagular region in the xy-plane, specified by values xmin,xmax,ymin,ymax.
Crosshair
          A Crosshair is a small cross, 15 pixels wide and high, that is drawn in a CoordinateRect at a specified point.
DisplayCanvas
          A DisplayCanvas is a drawing area that can contain one or more CoordinateRects.
Draggable
          An interface that can be implemented by an object that can be dragged with the mouse.
DraggablePoint
          A DraggablePoint can be added to a DisplayCanvas, where it appears as a small disk, square, or cross.
Drawable
          A Drawable object can be added to a CoordinateRect, which is itself in a DisplayCanvas.
DrawGeometric
          A DrawGeometric object is a geometic figure such as a line or rectangle that can be drawn in a CoordinateRect.
DrawString
          A DrawString object displays a string, possibly multi-line, in a DisplayCanvas, inside the rectangular region of a CoordinateRect.
Graph1D
          A Graph1D represents the graph of a function of one variable, to be displayed in a given CoordinateRect.
Grid
          A Grid object draws a graph paper-like grid on a Canvas.
LimitControlPanel
          A LimitControlPanel has four input boxes for specifying the xmin, xmax, ymin, and ymax of a CoodinateRect.
MouseTracker
          A MouseTracker can be added to a CoordinateRect in a DisplayCanvas to respond to user mouse actions in the rectangular area occupied by the CoordinateRect.
MouseVar
          This interface is used by WCMMouseVariableBean to get the x or y variables from both MouseTrackers and DraggablePoints.
Panner
          When a Panner object is added to a CoordinateRect, it becomes possible to "grab" the coordinate rectangle and pan it (that is, slide it around by moving it with the mouse).
ParametricCurve
          A ParametricCurve is defined by two functions, x(t) and y(t) of a variable, t, for t in a specified interval.
RiemannArcLength
          A RiemannArcLength displays segments used in computing the length of a curve.
RiemannSlice
          A RiemannSlice shows one slice in a Riemann sum, useful for area and volume applets.
RiemannSumRects
          A RiemannSumRects calculates a Riemann sum for a function.
ScatterPlot
          A ScatterPlot graphs data taken from a DataTableInput.
Sequence
          A Sequence is like a Graph1D, except that only integer values of the independent variable are used, and discrete points are plotted.
VectorField
          A VectorField displays lines or arrows on a grid of points where the direction and/or lengths are given by two functions (f1(x,y),f2(x,y)).
WcmAxes
          A set of horizontal and vertical axes that look OK and have reasonable, labeled tick marks.
 

Classes in net.sourceforge.webcompmath.draw used by net.sourceforge.webcompmath.functions
CoordinateRect
          A CoordinateRect represents a rectagular region in the xy-plane, specified by values xmin,xmax,ymin,ymax.
DisplayCanvas
          A DisplayCanvas is a drawing area that can contain one or more CoordinateRects.
Drawable
          A Drawable object can be added to a CoordinateRect, which is itself in a DisplayCanvas.
 

Classes in net.sourceforge.webcompmath.draw used by net.sourceforge.webcompmath.functions.beans
Drawable
          A Drawable object can be added to a CoordinateRect, which is itself in a DisplayCanvas.