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

java.lang.Object
  |
  +--com.jrefinery.report.targets.pageable.operations.OperationModule
        |
        +--com.jrefinery.report.targets.pageable.operations.ShapeOperationModule

public class ShapeOperationModule
extends OperationModule

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

Author:
Thomas Morgner
See Also:
ShapeContent

Constructor Summary
ShapeOperationModule()
          Default constructor.
 
Method Summary
 void createOperations(PhysicalOperationsCollector col, Element e, Content value, java.awt.geom.Rectangle2D bounds)
          Creates a list of operations that will render report content within the specified bounds.
 
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

ShapeOperationModule

public ShapeOperationModule()
Default constructor.

Method Detail

createOperations

public void createOperations(PhysicalOperationsCollector col,
                             Element e,
                             Content value,
                             java.awt.geom.Rectangle2D bounds)
Creates a list of operations that will render report content within the specified bounds.

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