Uses of Class
edu.neu.ccs.gui.BufferedPanel

Packages that use BufferedPanel
edu.neu.ccs.gui Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. 
edu.neu.ccs.jpf Provides the classes that implement the Java Power Framework
edu.neu.ccs.pedagogy Provides classes that are useful for pedagogical purposes. 
 

Uses of BufferedPanel in edu.neu.ccs.gui
 

Fields in edu.neu.ccs.gui declared as BufferedPanel
protected  BufferedPanel BufferedPanel.Painter.panel
          Reference to the BufferedPanel that created this Painter.
 

Constructors in edu.neu.ccs.gui with parameters of type BufferedPanel
BufferedPanel.Painter(BufferedPanel panel)
          Contructor that should only be called by a BufferedPanel.
 

Uses of BufferedPanel in edu.neu.ccs.jpf
 

Fields in edu.neu.ccs.jpf declared as BufferedPanel
 BufferedPanel JPF.window
          The graphics buffered panel window.
 

Uses of BufferedPanel in edu.neu.ccs.pedagogy
 

Fields in edu.neu.ccs.pedagogy declared as BufferedPanel
protected static BufferedPanel Turtle.turtleBufferPanel
          The common buffered panel for all turtle graphics.
 

Methods in edu.neu.ccs.pedagogy that return BufferedPanel
static BufferedPanel Turtle.getTurtleBufferPanel()
          Create and return the common buffered panel for turtle graphics.