|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.components.map.MapElementDocxHandler
public class MapElementDocxHandler
Constructor Summary | |
---|---|
MapElementDocxHandler()
|
Method Summary | |
---|---|
void |
exportElement(JRDocxExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell)
Exports a generic element. |
JRPrintImage |
getImage(JRGenericPrintElement element)
Creates an equivalent image of the JRGenericPrintElement element to be exported instead. |
static MapElementDocxHandler |
getInstance()
|
boolean |
toExport(JRGenericPrintElement element)
Decides whether a generic print element is to be exported. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapElementDocxHandler()
Method Detail |
---|
public static MapElementDocxHandler getInstance()
public void exportElement(JRDocxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell)
GenericElementDocxHandler
Access to the exporter output and environment is provided via the
JRDocxExporterContext
argument.
exportElement
in interface GenericElementDocxHandler
exporterContext
- the exporter contextelement
- the generic element to exportpublic boolean toExport(JRGenericPrintElement element)
GenericElementHandler
toExport
in interface GenericElementHandler
element
- the element
public JRPrintImage getImage(JRGenericPrintElement element) throws JRException
GenericElementDocxHandler
JRGenericPrintElement
element to be exported instead.
getImage
in interface GenericElementDocxHandler
element
- the generic element to export
JRException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |