|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFiguraPt
Circulo
public class Circulo
Field Summary | |
---|---|
(package private) int |
raio
|
Fields inherited from class |
---|
x, y |
Constructor Summary | |
---|---|
Circulo(int x,
int y,
int raio)
|
Method Summary | |
---|---|
boolean |
dentro(int x,
int y)
|
void |
desenhar(Canvas c)
|
void |
escala(double f)
|
Methods inherited from class |
---|
mover |
Methods inherited from class |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int raio
Constructor Detail |
---|
public Circulo(int x, int y, int raio)
Method Detail |
---|
public boolean dentro(int x, int y)
public void desenhar(Canvas c)
public void escala(double f)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |