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

Packages that use StiAngle
com.stimulsoft.report.barCodes   
com.stimulsoft.report.components.enums   
com.stimulsoft.report.components.interfaces   
 

Uses of StiAngle in com.stimulsoft.report.barCodes
 

Methods in com.stimulsoft.report.barCodes that return StiAngle
 StiAngle StiBarCode.getAngle()
          Gets or sets angle of a bar code rotation.
 

Methods in com.stimulsoft.report.barCodes with parameters of type StiAngle
 void StiBarCode.setAngle(StiAngle value)
           
 

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

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

Uses of StiAngle in com.stimulsoft.report.components.interfaces
 

Methods in com.stimulsoft.report.components.interfaces that return StiAngle
 StiAngle IStiEnumAngle.getAngle()
           
 

Methods in com.stimulsoft.report.components.interfaces with parameters of type StiAngle
 void IStiEnumAngle.setAngle(StiAngle value)