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

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

public class DrawableOperationModule
extends OperationModule

A DrawableOperation module.

Author:
Thomas Morgner.

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

DrawableOperationModule

public DrawableOperationModule()
Default constructor.

Method Detail

createOperations

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

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