|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--Lattice2D.CircularBasis
An implementation of Basis which displays as a circle.
| Field Summary | |
protected int |
r
The radius |
| Constructor Summary | |
Lattice2D.CircularBasis(int r)
Creates a new basis with the specified radius |
|
| Method Summary | |
void |
paint(java.awt.Graphics g,
int cx,
int cy)
Requests that the basis paint itself |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected int r
| Constructor Detail |
public Lattice2D.CircularBasis(int r)
| Method Detail |
public void paint(java.awt.Graphics g,
int cx,
int cy)
g - The Graphics surface on which to paintcx - The x coordinate (in pixels) at which the
basis should be paintedcy - The y coordinate (in pixels) at which the
basis should be painted
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||