com.jrefinery.report.targets.pageable.operations
Class PhysicalOperation.AddComment

java.lang.Object
  extended bycom.jrefinery.report.targets.pageable.operations.PhysicalOperation
      extended bycom.jrefinery.report.targets.pageable.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 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.AddComment(java.lang.Object comment)
          Creates a new 'add comment' operation.
 
Method Summary
 void performOperation(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
 

Constructor Detail

PhysicalOperation.AddComment

public PhysicalOperation.AddComment(java.lang.Object comment)
Creates a new 'add comment' operation.

Parameters:
comment - the comment.
Method Detail

performOperation

public void performOperation(OutputTarget ot)
                      throws OutputTargetException
Adds a comment to the output target.

Specified by:
performOperation in class PhysicalOperation
Parameters:
ot - the output target.
Throws:
OutputTargetException - if there is a problem performing the operation on the target.