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