Uses of Class
com.stimulsoft.base.system.StiGraphicsUnit

Packages that use StiGraphicsUnit
com.stimulsoft.base.system   
 

Uses of StiGraphicsUnit in com.stimulsoft.base.system
 

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

Methods in com.stimulsoft.base.system with parameters of type StiGraphicsUnit
 void StiFont.setUnit(StiGraphicsUnit unit)
           
 

Constructors in com.stimulsoft.base.system with parameters of type StiGraphicsUnit
StiFont(java.lang.String name, double size, int style, StiGraphicsUnit pixel)
           
StiFont(java.lang.String name, double size, StiFontStyle style, StiGraphicsUnit pixel)