Package | Description |
---|---|
com.nomagic.magicreport.engine | |
com.nomagic.magicreport.engine.tools |
Modifier and Type | Field and Description |
---|---|
static ITool.Void |
ITool.VOID
Instead of void (null) in Velocity, return this object, if empty string is require for output.
|
Modifier and Type | Method and Description |
---|---|
ITool.Void |
GroupTool.clear()
Removes all mappings.
|
ITool.Void |
ImageTool.createSilentImage(Image image)
Create image and do not return any path.
|
ITool.Void |
GroupTool.init()
Initialize a group tool.
|
ITool.Void |
GroupTool.put(java.lang.String groupName,
java.lang.Object object)
Add object into group.
|
ITool.Void |
GroupTool.removeAll()
Remove all group.
|
ITool.Void |
ImageTool.setDPI(int newDpi)
Sets the DPI value for this document.
|
ITool.Void |
ImageTool.setScalingQuality(int quality)
Sets the image scaling quality.
|
ITool.Void |
FileTool.silentCreate(java.io.File templateFile)
A shortcut to create file which output filename is same as a name of input template file and no import context object.
|
ITool.Void |
FileTool.silentCreate(java.io.File templateFile,
java.lang.Object importObject)
A shortcut to create file which output filename is same as a name of input template file.
|
ITool.Void |
FileTool.silentCreate(java.io.File templateFile,
java.lang.String outputFileName,
java.lang.Object importObject)
Generate the report output from given template file.
|
ITool.Void |
FileTool.silentCreate(java.lang.String template)
A shortcut to create file which output filename is template name and no import context object.
|
ITool.Void |
FileTool.silentCreate(java.lang.String template,
java.lang.Object importObject)
A shortcut to create file which output filename is template name.
|
ITool.Void |
FileTool.silentCreate(java.lang.String template,
java.lang.String outputFileName,
java.lang.Object importObject)
Generate the report output from given template name.
|
ITool.Void |
FileTool.silentCreate(java.lang.String templateType,
java.lang.String template,
java.lang.String outputname,
java.lang.Object importObject)
Deprecated.
|
Copyright © 2010 - No Magic Asia