|
DixShtix | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.dixshtix.awt11.DraggableRectangle | +--com.dixshtix.awt11.DraggableOval
Fields inherited from class com.dixshtix.awt11.DraggableRectangle |
deltaX, deltaY, myBounds, myPaint, myX, myY |
Constructor Summary | |
DraggableOval(java.awt.Rectangle s,
java.awt.Color p,
int x,
int y)
|
Method Summary | |
boolean |
contains(int x,
int y)
|
void |
draw(java.awt.Graphics g)
|
void |
drawAsOutline(java.awt.Graphics g,
java.awt.Point position)
|
Methods inherited from class com.dixshtix.awt11.DraggableRectangle |
computeBounds, getBounds, getPosition, setPosition |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public DraggableOval(java.awt.Rectangle s, java.awt.Color p, int x, int y)
Method Detail |
public boolean contains(int x, int y)
contains
in class DraggableRectangle
public void draw(java.awt.Graphics g)
draw
in class DraggableRectangle
public void drawAsOutline(java.awt.Graphics g, java.awt.Point position)
drawAsOutline
in class DraggableRectangle
|
DixShtix | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |