public class ReportMill
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
ReportMill.AppServer
An inner class to provide a hook for converting objects (like NSArray to List, etc.).
|
static interface |
ReportMill.Listener
An interface for classes than want to know about filled shapes.
|
Modifier and Type | Field and Description |
---|---|
static ReportMill.AppServer |
appServer |
Constructor and Description |
---|
ReportMill() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
convertFromAppServerType(java.lang.Object anObj)
Called by various objects to convert objects to generic types.
|
static java.lang.String |
getLicense()
Returns the ReportMill license string for the current user.
|
static boolean |
isLicensed()
Returns whether ReportMill has a valid license for the current user.
|
static void |
lc(RMDocument aDoc)
Simple lc check.
|
static void |
setLicense(java.lang.String aLicense)
Sets the ReportMill license string for the current user.
|
static void |
setLicense(java.lang.String aLicense,
boolean persistent,
boolean isApp)
Sets the ReportMill license string for the current user (with option to persist).
|
public static ReportMill.AppServer appServer
public static java.lang.Object convertFromAppServerType(java.lang.Object anObj)
public static java.lang.String getLicense()
public static void setLicense(java.lang.String aLicense)
public static void setLicense(java.lang.String aLicense, boolean persistent, boolean isApp)
public static boolean isLicensed()
public static void lc(RMDocument aDoc)