Uses of Class
com.stimulsoft.base.StiPrinterUnit

Packages that use StiPrinterUnit
com.stimulsoft.base   
 

Uses of StiPrinterUnit in com.stimulsoft.base
 

Methods in com.stimulsoft.base that return StiPrinterUnit
static StiPrinterUnit StiPrinterUnit.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiPrinterUnit[] StiPrinterUnit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.stimulsoft.base with parameters of type StiPrinterUnit
static double StiPrinterUnitConvert.convertI(double value, StiPrinterUnit fromUnit, StiPrinterUnit toUnit)