|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Shape | |
---|---|
CSE115.ShapeWorld |
Uses of Shape in CSE115.ShapeWorld |
---|
Classes in CSE115.ShapeWorld that implement Shape | |
---|---|
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 with parameters of type Shape | |
---|---|
void |
ShapeAnimator.addShape(Shape b)
Add a shape to the animator. |
void |
ShapeAnimator.deleteShape(Shape b)
Remove a shape from the animator. |
void |
RotateBehavior.perform(Shape s)
|
void |
PulseBehavior.perform(Shape s)
|
void |
NullBehavior.perform(Shape s)
|
void |
MoveBehavior.perform(Shape s)
|
void |
CompositeBehavior.perform(Shape s)
|
abstract void |
Behavior.perform(Shape s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |