|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jrefinery.report.targets.pageable.operations.PhysicalOperation
com.jrefinery.report.targets.pageable.operations.PhysicalOperation.PrintShapeOperation
An operation that draws a shape on an
OutputTarget.
| Nested Class Summary |
| Nested classes inherited from class com.jrefinery.report.targets.pageable.operations.PhysicalOperation |
PhysicalOperation.AddComment, PhysicalOperation.PrintFilledShapeOperation, PhysicalOperation.PrintImageOperation, PhysicalOperation.PrintShapeOperation, PhysicalOperation.PrintTextOperation, PhysicalOperation.ProcessDrawableOperation, PhysicalOperation.SetBoundsOperation, PhysicalOperation.SetFontOperation, PhysicalOperation.SetPaintOperation, PhysicalOperation.SetStrokeOperation |
| Constructor Summary | |
PhysicalOperation.PrintShapeOperation(java.awt.Shape shape)
Creates a new 'print shape' operation. |
|
| Method Summary | |
void |
performOperation(OutputTarget ot)
Draws a shape on an output target. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PhysicalOperation.PrintShapeOperation(java.awt.Shape shape)
shape - the shape (null not permitted).| Method Detail |
public void performOperation(OutputTarget ot)
throws OutputTargetException
performOperation in class PhysicalOperationot - the output target.
OutputTargetException - if there is a problem performing the operation on the target.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||