|
||||||||||
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.DrawString
public class DrawString
The Class DrawString.
Constructor Summary | |
---|---|
DrawString(java.lang.String text,
java.awt.Point startPoint)
Instantiates a new draw string. |
|
DrawString(java.lang.String text,
java.awt.Point startPoint,
java.awt.Color color)
Instantiates a new draw string. |
Method Summary | |
---|---|
void |
draw(java.awt.Graphics2D graphics)
Draw. |
java.awt.Point |
getStartPoint()
Gets the start point. |
Methods inherited from class synergynetframework.appsystem.contentsystem.jme.items.utils.DrawData |
---|
clear, 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 DrawString(java.lang.String text, java.awt.Point startPoint)
text
- the textstartPoint
- the start pointpublic DrawString(java.lang.String text, java.awt.Point startPoint, java.awt.Color color)
text
- the textstartPoint
- the start pointcolor
- the colorMethod Detail |
---|
public void draw(java.awt.Graphics2D graphics)
DrawData
draw
in class DrawData
graphics
- the graphicspublic java.awt.Point getStartPoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |