|
||||||||||
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.DrawFillRectangle
public class DrawFillRectangle
The Class DrawFillRectangle.
Constructor Summary | |
---|---|
DrawFillRectangle(java.awt.Rectangle rect)
Instantiates a new draw fill rectangle. |
|
DrawFillRectangle(java.awt.Rectangle rect,
java.awt.Color color)
Instantiates a new draw fill rectangle. |
Method Summary | |
---|---|
void |
draw(java.awt.Graphics2D graphics)
Draw. |
java.awt.Rectangle |
getRectangle()
Gets the rectangle. |
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 DrawFillRectangle(java.awt.Rectangle rect)
rect
- the rectpublic DrawFillRectangle(java.awt.Rectangle rect, java.awt.Color color)
rect
- the rectcolor
- the colorMethod Detail |
---|
public void draw(java.awt.Graphics2D graphics)
DrawData
draw
in class DrawData
graphics
- the graphicspublic java.awt.Rectangle getRectangle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |