|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jdrawing.graphics.GraphicsElement org.jdrawing.graphics.GraphicsOperation org.jdrawing.graphics.RectangleOperation
Base class for operations, which get Rectangle as argument.
Field Summary |
Fields inherited from class org.jdrawing.graphics.GraphicsElement |
BACKGROUND, COLOR, COMPOSITE, FONT, PAINT, parent, position, STROKE, TRANSFORM |
Constructor Summary | |
RectangleOperation(int x,
int y,
int width,
int height)
Returns RectangleOperation with given rectangle. |
Method Summary | |
int |
getHeight()
Returns the height of the rectangle |
int |
getWidth()
Returns the width of the rectangle |
int |
getX()
Returns the X coordinate of the left edge of the rectangle |
int |
getY()
Returns the Y coordinate of the top edge of the rectangle |
void |
setHeight(int height)
Sets the height of the rectangle |
void |
setRectangle(int x,
int y,
int width,
int height)
Sets bounds of the rectangle. |
void |
setWidth(int width)
Sets the width of the rectangle |
void |
setX(int x)
Sets the X coordinate of the left edge of the rectangle. |
void |
setY(int y)
Sets the Y coordinate of the top edge of the rectangle. |
Methods inherited from class org.jdrawing.graphics.GraphicsOperation |
paint, paintOperation, update |
Methods inherited from class org.jdrawing.graphics.GraphicsElement |
addStyle, getParent, getStyle, getStyles, getTransform |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jdrawing.DrawingElement |
contains, getBounds, getBounds2D, intersects |
Constructor Detail |
public RectangleOperation(int x, int y, int width, int height)
x
- left edge of the rectangley
- top edge of the rectangewidth
- width of the rectangleheight
- height of the rectangeMethod Detail |
public void setX(int x)
x
- left edge of the rectanglepublic int getX()
public void setY(int y)
y
- top edge of the rectanglepublic int getY()
public void setWidth(int width)
width
- width of the rectanglepublic int getWidth()
public void setHeight(int height)
height
- height of the rectanglepublic int getHeight()
public void setRectangle(int x, int y, int width, int height)
x
- left edge of the rectangley
- top edge of the rectangewidth
- width of the rectangleheight
- height of the rectange
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |