|
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uwcse.animation.ShapeProp
Constructor Summary | |
ShapeProp(uwcse.graphics.Shape shape)
Create a new ShapeProp, given a standard shape from the UWCSE graphics library (e.g., a Rectangle, Oval, Triangle, Line, or Polygon) |
Method Summary | |
void |
addTo(uwcse.graphics.GWindow w)
Add the shape to the window |
void |
removeFromWindow()
Remove the shape from its window |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ShapeProp(uwcse.graphics.Shape shape)
Method Detail |
public void addTo(uwcse.graphics.GWindow w)
addTo
in interface Prop
public void removeFromWindow()
removeFromWindow
in interface Prop
|
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |