Uses of Interface
CSE115.ShapeWorld.Graphic

Packages that use Graphic
CSE115.ShapeWorld   
 

Uses of Graphic in CSE115.ShapeWorld
 

Subinterfaces of Graphic in CSE115.ShapeWorld
 interface Shape
          An interface for those things controllable by the Animator and Dispatcher.
 

Classes in CSE115.ShapeWorld that implement Graphic
 class Box
          Box.java Created: Wed Sep 15 15:46:09 2004
 class ChangeableShape
          ChangeableShape.java
 class MutableShape
          MutableShape.java Created: Wed Oct 15 16:59:38 2003
 class ThingOne
          MCircle.java Created: Wed Sep 15 15:46:09 2004
 class ThingTwo
          MSquare.java Created: Wed Sep 15 15:46:09 2004
 

Methods in CSE115.ShapeWorld that return Graphic
 Graphic MutableShape.getGraphic()
           
 

Methods in CSE115.ShapeWorld with parameters of type Graphic
 void MutableShape.setGraphic(Graphic graphic)
           
 

Constructors in CSE115.ShapeWorld with parameters of type Graphic
MutableShape(Graphic graphic)