Uses of Class
com.stimulsoft.report.enums.StiOrientation

Packages that use StiOrientation
com.stimulsoft.report   
com.stimulsoft.report.enums   
com.stimulsoft.report.infographics.gauge.scales   
 

Uses of StiOrientation in com.stimulsoft.report
 

Methods in com.stimulsoft.report that return StiOrientation
 StiOrientation StiReport.getParametersOrientation()
          Gets or sets value which indicates parameters panel orientation.
 

Methods in com.stimulsoft.report with parameters of type StiOrientation
 void StiReport.setParametersOrientation(StiOrientation value)
           
 

Uses of StiOrientation in com.stimulsoft.report.enums
 

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

Uses of StiOrientation in com.stimulsoft.report.infographics.gauge.scales
 

Methods in com.stimulsoft.report.infographics.gauge.scales that return StiOrientation
 StiOrientation StiLinearScale.getOrientation()
          linearScale orientation.
 

Methods in com.stimulsoft.report.infographics.gauge.scales with parameters of type StiOrientation
 void StiLinearScale.setOrientation(StiOrientation orientation)
          linearScale orientation.