Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org.jfree.report.modules.output.pageable » base » operations » [javadoc | source]
org.jfree.report.modules.output.pageable.base.operations
public class: TextOperationModule [javadoc | source]
java.lang.Object
   org.jfree.report.modules.output.pageable.base.operations.OperationModule
      org.jfree.report.modules.output.pageable.base.operations.TextOperationModule
Creates the required operations to display/print text content in the output target.
Constructor:
 public TextOperationModule() 
Method from org.jfree.report.modules.output.pageable.base.operations.TextOperationModule Summary:
createOperations,   print
Methods from org.jfree.report.modules.output.pageable.base.operations.OperationModule:
canHandleContent,   computeAlignmentBounds,   createOperations,   getHorizontalLayout,   getModuleContentType,   getVerticalLayout,   isGeneric
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.report.modules.output.pageable.base.operations.TextOperationModule Detail:
 public  void createOperations(PhysicalOperationsCollector col,
    Element element,
    Content value,
    Rectangle2D bounds) 
    Creates a list of operations.
 public static  void print(Content c) 
    Logs the content. This is a debug method.