Package com.inductiveautomation.rm.base
Class ReportMill
java.lang.Object
com.inductiveautomation.rm.base.ReportMill
This class is used as a helper object by RMDocument to generate a report.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
An inner class to provide a hook for converting objects (like NSArray to List, etc.).static interface
An interface for classes than want to know about filled shapes. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addWatermark
(RMParentShape aShape) This method adds a watermark to the given shape.static Object
convertFromAppServerType
(Object anObj) Called by various objects to convert objects to generic types.static String
Returns the ReportMill license string for the current user.static boolean
Returns whether ReportMill has a valid license for the current user.static void
lc
(RMDocument aDoc) Simple lc check.static void
setLicense
(String aLicense) Sets the ReportMill license string for the current user.static void
setLicense
(String aLicense, boolean persistent, boolean isApp) Sets the ReportMill license string for the current user (with option to persist).
-
Field Details
-
appServer
-
-
Constructor Details
-
ReportMill
public ReportMill()
-
-
Method Details
-
convertFromAppServerType
Called by various objects to convert objects to generic types. -
getLicense
Returns the ReportMill license string for the current user. -
setLicense
Sets the ReportMill license string for the current user. -
setLicense
Sets the ReportMill license string for the current user (with option to persist). -
isLicensed
public static boolean isLicensed()Returns whether ReportMill has a valid license for the current user. -
lc
Simple lc check. -
addWatermark
This method adds a watermark to the given shape.
-