com.jrefinery.report.targets.pageable.operations
Class TextOperationModule

java.lang.Object
  extended bycom.jrefinery.report.targets.pageable.operations.OperationModule
      extended bycom.jrefinery.report.targets.pageable.operations.TextOperationModule

public class TextOperationModule
extends OperationModule

Creates the required operations to display/print text content in the output target.

Author:
Thomas Morgner
See Also:
TextContent, TextLine

Constructor Summary
TextOperationModule()
          Default constructor.
 
Method Summary
 void createOperations(PhysicalOperationsCollector col, Element e, Content value, java.awt.geom.Rectangle2D bounds)
          Creates a list of operations.
static void print(Content c)
          Logs the content.
 
Methods inherited from class com.jrefinery.report.targets.pageable.operations.OperationModule
canHandleContent, getModuleContentType, isGeneric
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextOperationModule

public TextOperationModule()
Default constructor.

Method Detail

createOperations

public void createOperations(PhysicalOperationsCollector col,
                             Element e,
                             Content value,
                             java.awt.geom.Rectangle2D bounds)
Creates a list of operations.

Specified by:
createOperations in class OperationModule
Parameters:
col - the operations collector.
e - the element.
value - the content.
bounds - the bounds.

print

public static void print(Content c)
Logs the content. This is a debug method.

Parameters:
c - the content.