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

Packages that use CoordinateRect
net.sourceforge.webcompmath.draw   
net.sourceforge.webcompmath.draw.beans   
net.sourceforge.webcompmath.functions   
 

Uses of CoordinateRect in net.sourceforge.webcompmath.draw
 

Fields in net.sourceforge.webcompmath.draw declared as CoordinateRect
protected  CoordinateRect LimitControlPanel.coords
          The first CoordinateRect tied to this LimitControlPanel.
protected  CoordinateRect Drawable.coords
          The CoordinateRect for the rectagular area where this Drawable is drawn.
 

Methods in net.sourceforge.webcompmath.draw that return CoordinateRect
 CoordinateRect DisplayCanvas.findCoordinateRectAt(int pixelX, int pixelY)
          Return CoordinateRect that contains the specified pixel, or null if there is none.
 CoordinateRect DisplayCanvas.getCoordinateRect()
          Get the first CoordinateRect in this canvas.
 CoordinateRect DisplayCanvas.getCoordinateRect(int i)
          Get the i-th CoordinateRect in this DisplayCanvas.
 

Methods in net.sourceforge.webcompmath.draw with parameters of type CoordinateRect
 void DisplayCanvas.addCoordinateRect(CoordinateRect c)
          Add the specified CoordinateRect to this DisplayCanvas, filling the entire canvas, and with background color equal to the background color of the canvas.
 void DisplayCanvas.addCoordinateRect(CoordinateRect coords, double hmin, double hmax, double vmin, double vmax, java.awt.Color background)
          Add a CoordinateRect to the canvas, occupying a specified region of the canvas.
 void LimitControlPanel.addCoords(CoordinateRect coords)
          Add a CoordinateRect to be controlled by this LimitControlPanel.
 void DisplayCanvas.doRedraw(CoordinateRect coords)
          To be called when the contents of one of the CordinateRects have changed and so it needs to need to be redrawn.
 void DrawTemp.draw(java.awt.Graphics g, CoordinateRect coords)
          Draw this item in the specified graphics context, possibly using information from the specified CoordinateRect.
protected  void Panner.setOwnerData(DisplayCanvas canvas, CoordinateRect coords)
          Called when this object is added to a DisplayCanvas.
protected  void MouseTracker.setOwnerData(DisplayCanvas canvas, CoordinateRect coords)
          This is called automatically by CoordinateRect when the MouseTracker is added to the CoordinateRect.
protected  void Drawable.setOwnerData(DisplayCanvas canvas, CoordinateRect coords)
          Sets the values of member variables canvas and coords.
 

Constructors in net.sourceforge.webcompmath.draw with parameters of type CoordinateRect
DisplayCanvas(CoordinateRect c)
          Create a DisplayCanvas with a white background and containing the specified CoordinateRect.
 

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

Methods in net.sourceforge.webcompmath.draw.beans with parameters of type CoordinateRect
protected  void WCMAxisTickBean.setOwnerData(DisplayCanvas canvas, CoordinateRect coords)
          Override to set the owner data for the embedded drawables and add them to a coordinate rect.
 

Uses of CoordinateRect in net.sourceforge.webcompmath.functions
 

Methods in net.sourceforge.webcompmath.functions with parameters of type CoordinateRect
protected  void TableFunctionGraph.setOwnerData(DisplayCanvas canvas, CoordinateRect coords)
          Sets the values of member variables canvas and coords.