Uses of Class
graphics.DrawingCanvas

Packages that use DrawingCanvas
containers   
physics   
 

Uses of DrawingCanvas in containers
 

Fields in containers declared as DrawingCanvas
static DrawingCanvas Lab4Applet.CANVAS
          The DrawingCanvas on this Applet
static DrawingCanvas Lab2Applet.CANVAS
          The DrawingCanvas on this Applet
static DrawingCanvas Frame.CANVAS
          Other CSE115 classes should use this for creating themselves.
static DrawingCanvas Applet.CANVAS
          The DrawingCanvas on this Applet
static DrawingCanvas Lab3Applet.CENTERPANEL
           
static DrawingCanvas TwoDrawingCanvasApplet.LEFTPANEL
          Other CSE115 classes should use these for creating themselves.
static DrawingCanvas Lab3Applet.LEFTPANEL
          Other CSE115 classes should use these for creating themselves.
static DrawingCanvas TwoDrawingCanvasApplet.RIGHTPANEL
           
static DrawingCanvas Lab3Applet.RIGHTPANEL
           
 

Methods in containers that return DrawingCanvas
static DrawingCanvas Lab3Applet.nextPanel()
          Ensures that only one element is on each panel, returns the panels in order left to right.
 

Uses of DrawingCanvas in physics
 

Methods in physics that return DrawingCanvas
 DrawingCanvas CollisionObject.getDP()
          getDP Returns the DrawingPanel this object is drawn upon
 DrawingCanvas CollisionGroup.getDP()
          Returns the DrawingPanel that the Collision Objects are on
 

Constructors in physics with parameters of type DrawingCanvas
CollisionGroup(DrawingCanvas dp)
          Creates a new CollisionGroup instance.