|
|||||||||
| Home >> All >> org >> jfree >> report >> modules >> output >> pageable >> base >> [ operations overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jfree.report.modules.output.pageable.base.operations
Class PhysicalOperation.PrintFilledShapeOperation

java.lang.Objectorg.jfree.report.modules.output.pageable.base.operations.PhysicalOperation
org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.PrintFilledShapeOperation
- Enclosing class:
- PhysicalOperation
- public static class PhysicalOperation.PrintFilledShapeOperation
- extends PhysicalOperation
An operation that draws a filled shape on an org.jfree.report.modules.output.pageable.base.OutputTarget.
| Nested Class Summary |
| Nested classes inherited from class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation |
PhysicalOperation.AddComment, PhysicalOperation.PrintFilledShapeOperation, PhysicalOperation.PrintImageOperation, PhysicalOperation.PrintShapeOperation, PhysicalOperation.PrintTextOperation, PhysicalOperation.ProcessDrawableOperation, PhysicalOperation.SetBoundsOperation, PhysicalOperation.SetFontOperation, PhysicalOperation.SetPaintOperation, PhysicalOperation.SetStrokeOperation |
| Field Summary | |
private java.awt.Shape |
shape
The shape. |
| Constructor Summary | |
PhysicalOperation.PrintFilledShapeOperation(java.awt.Shape shape)
Creates a new 'print filled shape' operation. |
|
| Method Summary | |
void |
performOperation(org.jfree.report.modules.output.pageable.base.OutputTarget ot)
Draws a filled shape on an OutputTarget. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
shape
private java.awt.Shape shape
- The shape.
| Constructor Detail |
PhysicalOperation.PrintFilledShapeOperation
public PhysicalOperation.PrintFilledShapeOperation(java.awt.Shape shape)
- Creates a new 'print filled shape' operation.
| Method Detail |
performOperation
public void performOperation(org.jfree.report.modules.output.pageable.base.OutputTarget ot) throws org.jfree.report.modules.output.pageable.base.OutputTargetException
- Draws a filled shape on an OutputTarget.
- Specified by:
performOperationin classPhysicalOperation
|
|||||||||
| Home >> All >> org >> jfree >> report >> modules >> output >> pageable >> base >> [ operations overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC