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

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

public class ImageOperationModule
extends OperationModule

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

Author:
Thomas Morgner
See Also:
ImageContent

Constructor Summary
ImageOperationModule()
          Default constructor.
 
Method Summary
 void createOperations(PhysicalOperationsCollector col, Element e, Content value, java.awt.geom.Rectangle2D bounds)
          Creates a list of operations.
 
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

ImageOperationModule

public ImageOperationModule()
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.