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

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

Uses of DisplayCanvas in edu.hws.jcm.draw
 

Fields in edu.hws.jcm.draw declared as DisplayCanvas
protected  DisplayCanvas Drawable.canvas
          The canvas on which this Drawable is drawn.
 

Methods in edu.hws.jcm.draw with parameters of type DisplayCanvas
 void LimitControlPanel.addCoords(DisplayCanvas canvas)
          Add the first CoordinateRect from the canvas to be controlled by this LimitControlPanel.
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.
 

Uses of DisplayCanvas in edu.hws.jcm.functions
 

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