|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cse115.graphics.AbstractGraphic cse115.graphics.AbstractColorableGraphic cse115.graphics.Rectangle lab5lib.Rectangle
public class Rectangle
Constructor Summary | |
---|---|
Rectangle()
Creates a new instance of Rectangle, placing it on the next available DrawingCanvas (left or right) |
Method Summary | |
---|---|
void |
setColor(Color color)
|
void |
slowDown()
|
void |
speedUp()
|
Methods inherited from class cse115.graphics.Rectangle |
---|
actualPaint, getShape |
Methods inherited from class cse115.graphics.AbstractColorableGraphic |
---|
getColor, paint, setColor |
Methods inherited from class cse115.graphics.AbstractGraphic |
---|
addMouseListener, addMouseMotionListener, contains, getBounds, getCenterLocation, getContainer, getDimension, getLocation, getMouseListeners, getMouseMotionListeners, getRotation, intersects, move, rotate, setCenterLocation, setContainer, setDimension, setLocation, setRotation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface cse115.graphics.Graphic |
---|
addMouseListener, addMouseMotionListener, contains, getBounds, getMouseListeners, getMouseMotionListeners, intersects, setContainer |
Methods inherited from interface cse115.graphics.Sizeable |
---|
getDimension, setDimension |
Methods inherited from interface cse115.graphics.CenterLocatable |
---|
getCenterLocation, setCenterLocation |
Methods inherited from interface cse115.graphics.Locatable |
---|
getLocation, move, setLocation |
Methods inherited from interface cse115.graphics.Rotatable |
---|
getRotation, rotate, setRotation |
Constructor Detail |
---|
public Rectangle()
Method Detail |
---|
public void setColor(Color color)
setColor
in interface IMovingShape
color
- IMovingShape.setColor(cse115.graphics.colors.Color)
public void slowDown()
slowDown
in interface IMovingShape
IMovingShape.slowDown()
public void speedUp()
speedUp
in interface IMovingShape
IMovingShape.speedUp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |