|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.esw.eengine.renderable.primitive.Line
public class Line
| Constructor Summary | |
|---|---|
Line(int x1,
int y1,
int x2,
int y2,
java.awt.Color color)
|
|
| Method Summary | |
|---|---|
void |
render(java.awt.Graphics2D graphics)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Line(int x1,
int y1,
int x2,
int y2,
java.awt.Color color)
x1 - Start x coordinatey1 - Start y coordinatex2 - End x coordinatey2 - End y coordinatecolor - Color to draw with| Method Detail |
|---|
public void render(java.awt.Graphics2D graphics)
render in interface IRenderPrimitivegraphics - Graphics to render onIRenderPrimitive.render(java.awt.Graphics2D)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||