Uses of Class
com.stimulsoft.report.components.enums.StiImageRotation

Packages that use StiImageRotation
com.stimulsoft.report.chart   
com.stimulsoft.report.components.enums   
com.stimulsoft.report.components.simplecomponents   
 

Uses of StiImageRotation in com.stimulsoft.report.chart
 

Methods in com.stimulsoft.report.chart that return StiImageRotation
 StiImageRotation StiChart.getRotation()
          Gets or sets value which indicates how to rotate an chart before output.
 

Methods in com.stimulsoft.report.chart with parameters of type StiImageRotation
 void StiChart.setRotation(StiImageRotation value)
           
 

Uses of StiImageRotation in com.stimulsoft.report.components.enums
 

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

Uses of StiImageRotation in com.stimulsoft.report.components.simplecomponents
 

Methods in com.stimulsoft.report.components.simplecomponents that return StiImageRotation
 StiImageRotation StiImage.getImageRotation()
          Gets or sets value which indicates how to rotate an image before output.
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiImageRotation
 void StiImage.setImageRotation(StiImageRotation value)