- reader - Variable in class com.nomagic.reportwizard.tools.template.AbstractImporter
-
the reader containing the content.
- RecentlyUsedTemplateBean - Class in com.nomagic.magicdraw.magicreport.ui.bean
-
Contain recently used template information.
- RecentlyUsedTemplateBean() - Constructor for class com.nomagic.magicdraw.magicreport.ui.bean.RecentlyUsedTemplateBean
-
- RECTANGLE - Static variable in class com.nomagic.magicdraw.magicreport.helper.Polygon
-
Constants for rectangle type.
- Rectangle - Class in com.nomagic.magicdraw.magicreport.helper
-
A rectangle wrapper.
- Rectangle() - Constructor for class com.nomagic.magicdraw.magicreport.helper.Rectangle
-
Constructs a new Rectangle
whose top-left corner is at (0, 0) in the coordinate space, and
whose width and height are both zero.
- Rectangle(Rectangle) - Constructor for class com.nomagic.magicdraw.magicreport.helper.Rectangle
-
Constructs a new Rectangle
, initialized to match the values of the specified
Rectangle
.
- Rectangle(int, int, int, int) - Constructor for class com.nomagic.magicdraw.magicreport.helper.Rectangle
-
Constructs a new Rectangle
whose top-left corner is specified as (x
,
y
) and whose width and height are specified by the arguments of the same name.
- Relation - Class in com.nomagic.reportwizard.tools.dependencymatrix
-
Class for Relation object which use in getRelation method.
- Relation(String, Element, String, String) - Constructor for class com.nomagic.reportwizard.tools.dependencymatrix.Relation
-
Constructor.
- reloadTemplate(TemplateBean) - Static method in class com.nomagic.magicdraw.magicreport.helper.TemplateHelper
-
Force the application to remove this template from cache and then reload it from file.
- removeImportHistory(File[]) - Static method in class com.nomagic.magicdraw.magicreport.helper.TemplateHelper
-
- removePropertyChangeListener(PropertyChangeListener) - Static method in class com.nomagic.magicdraw.magicreport.helper.TemplateHelper
-
Remove a listener for the PropertyChange event.
- removeTemplate(TemplateBean) - Static method in class com.nomagic.magicdraw.magicreport.helper.TemplateHelper
-
Delete a template file from physical storage.
- ReportBean - Class in com.nomagic.magicdraw.magicreport.ui.bean
-
Contains report information.
- ReportBean() - Constructor for class com.nomagic.magicdraw.magicreport.ui.bean.ReportBean
-
Create an empty report bean.
- ReportBean(Element) - Constructor for class com.nomagic.magicdraw.magicreport.ui.bean.ReportBean
-
Create a report bean from model.
- ReportFileTool - Class in com.nomagic.magicdraw.magicreport.tools
-
- ReportFileTool(ITemplateEngine) - Constructor for class com.nomagic.magicdraw.magicreport.tools.ReportFileTool
-
Constructor
- ReportHelper - Class in com.nomagic.magicdraw.magicreport.helper
-
Contains utilities functions for template report.
- ReportHelper() - Constructor for class com.nomagic.magicdraw.magicreport.helper.ReportHelper
-
- ReportPropertyBean - Class in com.nomagic.magicdraw.magicreport.ui.bean
-
Contains the property of report.
- ReportPropertyBean() - Constructor for class com.nomagic.magicdraw.magicreport.ui.bean.ReportPropertyBean
-
- resetFilteredRows() - Method in class com.nomagic.reportwizard.tools.generictable.Table
-
Reset isFilteredRows value by state from getRow
- resolveFileNameVariable(String, ReportBean) - Static method in class com.nomagic.magicdraw.magicreport.helper.ElementHelper
-
Used for resolving the variable in output report file name in to value.
- resolvePathVariable(String) - Static method in class com.nomagic.magicdraw.magicreport.helper.ElementHelper
-
It is used for resolving the path variable into the real path.
- resolveReportPath(String) - Method in class com.nomagic.magicdraw.magicreport.GenerateTask
-
Resolve each variable of string that matches the report variable.
- round(double) - Static method in class com.nomagic.reportwizard.tools.MathTool
-
Returns the closest long
to the argument.
- RTF - Static variable in class com.nomagic.magicdraw.magicreport.helper.TemplateHelper
-
Constants for RTF type.
- RtfImporter - Class in com.nomagic.reportwizard.tools.template
-
Imports Rtf content at runtime.
- RtfImporter(String, String) - Constructor for class com.nomagic.reportwizard.tools.template.RtfImporter
-
the constructor.
- RubyScriptTool - Class in com.nomagic.reportwizard.tools.script
-
Provide functions to execute Ruby script.
- RubyScriptTool() - Constructor for class com.nomagic.reportwizard.tools.script.RubyScriptTool
-
Create a Ruby Script Engine.