Class ReportMill

java.lang.Object
com.inductiveautomation.rm.base.ReportMill

public class ReportMill extends Object
This class is used as a helper object by RMDocument to generate a report.
  • Field Details

  • Constructor Details

    • ReportMill

      public ReportMill()
  • Method Details

    • convertFromAppServerType

      public static Object convertFromAppServerType(Object anObj)
      Called by various objects to convert objects to generic types.
    • getLicense

      public static String getLicense()
      Returns the ReportMill license string for the current user.
    • setLicense

      public static void setLicense(String aLicense)
      Sets the ReportMill license string for the current user.
    • setLicense

      public static void setLicense(String aLicense, boolean persistent, boolean isApp)
      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

      public static void lc(RMDocument aDoc)
      Simple lc check.
    • addWatermark

      public static void addWatermark(RMParentShape aShape)
      This method adds a watermark to the given shape.