|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cgp.runtime.newtypes.GfxObj | +--cgp.runtime.newtypes.Line
Field Summary | |
private int |
x1
|
private int |
x2
|
private int |
y1
|
private int |
y2
|
Fields inherited from class cgp.runtime.newtypes.GfxObj |
color |
Constructor Summary | |
(package private) |
Line(int x1,
int y1,
int x2,
int y2,
java.awt.Color color)
|
Method Summary | |
(package private) void |
render(java.awt.Graphics g)
|
Methods inherited from class java.lang.Object |
|
Field Detail |
private int x1
private int y1
private int x2
private int y2
Constructor Detail |
Line(int x1, int y1, int x2, int y2, java.awt.Color color)
Method Detail |
void render(java.awt.Graphics g)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |