Uses of Class
com.stimulsoft.report.styles.enums.StiNestedFactor

Packages that use StiNestedFactor
com.stimulsoft.report.styles   
com.stimulsoft.report.styles.enums   
 

Uses of StiNestedFactor in com.stimulsoft.report.styles
 

Methods in com.stimulsoft.report.styles that return StiNestedFactor
 StiNestedFactor StiStylesCreator.getNestedFactor()
           
 

Methods in com.stimulsoft.report.styles with parameters of type StiNestedFactor
 void StiStylesCreator.setNestedFactor(StiNestedFactor nestedFactor)
           
 

Uses of StiNestedFactor in com.stimulsoft.report.styles.enums
 

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