synergynetframework.appsystem.contentsystem.jme.items.utils
Class DrawFillRectangle

java.lang.Object
  extended by synergynetframework.appsystem.contentsystem.jme.items.utils.DrawData
      extended by synergynetframework.appsystem.contentsystem.jme.items.utils.DrawFillRectangle
All Implemented Interfaces:
java.io.Serializable

public class DrawFillRectangle
extends DrawData
implements java.io.Serializable

The Class DrawFillRectangle.

See Also:
Serialized Form

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

DrawFillRectangle

public DrawFillRectangle(java.awt.Rectangle rect)
Instantiates a new draw fill rectangle.

Parameters:
rect - the rect

DrawFillRectangle

public DrawFillRectangle(java.awt.Rectangle rect,
                         java.awt.Color color)
Instantiates a new draw fill rectangle.

Parameters:
rect - the rect
color - the color
Method Detail

draw

public void draw(java.awt.Graphics2D graphics)
Description copied from class: DrawData
Draw.

Overrides:
draw in class DrawData
Parameters:
graphics - the graphics

getRectangle

public java.awt.Rectangle getRectangle()
Gets the rectangle.

Returns:
the rectangle