|
|||||||||
| 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.AddComment

java.lang.Objectorg.jfree.report.modules.output.pageable.base.operations.PhysicalOperation
org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.AddComment
- Enclosing class:
- PhysicalOperation
- public static class PhysicalOperation.AddComment
- extends PhysicalOperation
An operation that adds a comment to the debug log.
| 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.lang.Object |
comment
The comment. |
| Constructor Summary | |
PhysicalOperation.AddComment(java.lang.Object comment)
Creates a new 'add comment' operation. |
|
| Method Summary | |
void |
performOperation(org.jfree.report.modules.output.pageable.base.OutputTarget ot)
Adds a comment to the output target. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
comment
private java.lang.Object comment
- The comment.
| Constructor Detail |
PhysicalOperation.AddComment
public PhysicalOperation.AddComment(java.lang.Object comment)
- Creates a new 'add comment' 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
- Adds a comment to the output target.
- 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