|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.contentsystem.jme.items.utils.DrawData
synergynetframework.appsystem.contentsystem.jme.items.utils.DrawLine
public class DrawLine
The Class DrawLine.
Constructor Summary | |
---|---|
DrawLine(long cursorId,
java.awt.Point startPoint,
java.awt.Point endPoint,
java.awt.Color color,
float width)
Instantiates a new draw line. |
Method Summary | |
---|---|
void |
clear(java.awt.Graphics2D graphics)
Clear. |
void |
draw(java.awt.Graphics2D graphics)
Draw. |
java.awt.Point |
getEndPoint()
Gets the end point. |
java.awt.Point |
getStartPoint()
Gets the start point. |
Methods inherited from class synergynetframework.appsystem.contentsystem.jme.items.utils.DrawData |
---|
getColor, getCursorId, getWidth, setColor, setCursorId, setWidth |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DrawLine(long cursorId, java.awt.Point startPoint, java.awt.Point endPoint, java.awt.Color color, float width)
cursorId
- the cursor idstartPoint
- the start pointendPoint
- the end pointcolor
- the colorwidth
- the widthMethod Detail |
---|
public void clear(java.awt.Graphics2D graphics)
DrawData
clear
in class DrawData
graphics
- the graphicspublic void draw(java.awt.Graphics2D graphics)
DrawData
draw
in class DrawData
graphics
- the graphicspublic java.awt.Point getEndPoint()
public java.awt.Point getStartPoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |