|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.report.targets.pageable.operations.OperationModule | +--com.jrefinery.report.targets.pageable.operations.TextOperationModule
Creates the required operations to display/print text content in the output target.
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 |
public TextOperationModule()
Method Detail |
public void createOperations(PhysicalOperationsCollector col, Element e, Content value, java.awt.geom.Rectangle2D bounds)
createOperations
in class OperationModule
col
- the operations collector.e
- the element.value
- the content.bounds
- the bounds.public static void print(Content c)
c
- the content.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |