|
||||||||||
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.ShapeOperation
Base class for operations, which get Shape as argument.
Field Summary |
Fields inherited from class org.jdrawing.graphics.GraphicsElement |
BACKGROUND, COLOR, COMPOSITE, FONT, PAINT, parent, position, STROKE, TRANSFORM |
Constructor Summary | |
ShapeOperation(java.awt.Shape shape)
Returns ShapeOperation with given shape. |
Method Summary | |
java.awt.Shape |
getShape()
Returns shape currentily used by this operation. |
void |
setShape(java.awt.Shape shape)
Sets shape for this operation. |
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 ShapeOperation(java.awt.Shape shape)
shape
- shape to be used for this operationMethod Detail |
public void setShape(java.awt.Shape shape)
shape
- shape to be used for this operationpublic java.awt.Shape getShape()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |