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 interfaceAn inner class to provide a hook for converting objects (like NSArray to List, etc.).static interfaceAn interface for classes than want to know about filled shapes. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddWatermark(RMParentShape aShape) This method adds a watermark to the given shape.static ObjectconvertFromAppServerType(Object anObj) Called by various objects to convert objects to generic types.static StringReturns the ReportMill license string for the current user.static booleanReturns whether ReportMill has a valid license for the current user.static voidlc(RMDocument aDoc) Simple lc check.static voidsetLicense(String aLicense) Sets the ReportMill license string for the current user.static voidsetLicense(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.
-