|
||||||||||
| 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
public abstract class DrawData
The Class DrawData.
| Constructor Summary | |
|---|---|
DrawData()
|
|
| Method Summary | |
|---|---|
void |
clear(java.awt.Graphics2D graphics)
Clear. |
void |
draw(java.awt.Graphics2D graphics)
Draw. |
java.awt.Color |
getColor()
Gets the color. |
long |
getCursorId()
Gets the cursor id. |
float |
getWidth()
Gets the width. |
void |
setColor(java.awt.Color color)
Sets the color. |
void |
setCursorId(long cursorId)
Sets the cursor id. |
void |
setWidth(float width)
Sets the width. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DrawData()
| Method Detail |
|---|
public void clear(java.awt.Graphics2D graphics)
graphics - the graphicspublic void draw(java.awt.Graphics2D graphics)
graphics - the graphicspublic java.awt.Color getColor()
public long getCursorId()
public float getWidth()
public void setColor(java.awt.Color color)
color - the new colorpublic void setCursorId(long cursorId)
cursorId - the new cursor idpublic void setWidth(float width)
width - the new width
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||