Uses of Class
edu.hws.jcm.draw.CoordinateRect

Packages that use CoordinateRect
edu.hws.jcm.draw   
edu.hws.jcm.functions   
 

Uses of CoordinateRect in edu.hws.jcm.draw
 

Fields in edu.hws.jcm.draw declared as CoordinateRect
protected  CoordinateRect Drawable.coords
          The CoordinateRect for the rectagular area where this Drawable is drawn.
protected  CoordinateRect LimitControlPanel.coords
          The first CoordinateRect tied to this LimitControlPanel.
 

Methods in edu.hws.jcm.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 edu.hws.jcm.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 Drawable.setOwnerData(DisplayCanvas canvas, CoordinateRect coords)
          Sets the values of member variables canvas and coords.
protected  void MouseTracker.setOwnerData(DisplayCanvas canvas, CoordinateRect coords)
          This is called automatically by CoordinateRect when the MouseTracker is added to the CoordinateRect.
protected  void Panner.setOwnerData(DisplayCanvas canvas, CoordinateRect coords)
          Called when this object is added to a DisplayCanvas.
 

Constructors in edu.hws.jcm.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 edu.hws.jcm.functions
 

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