|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFiguraPt
public abstract class FiguraPt
Field Summary | |
---|---|
(package private) int |
x
|
(package private) int |
y
|
Constructor Summary | |
---|---|
FiguraPt(int x,
int y)
|
Method Summary | |
---|---|
void |
mover(int dx,
int dy)
|
Methods inherited from class |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface |
---|
dentro, desenhar, escala |
Field Detail |
---|
int x
int y
Constructor Detail |
---|
public FiguraPt(int x, int y)
Method Detail |
---|
public void mover(int dx, int dy)
mover
in interface Figura
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |