Uses of Class
com.stimulsoft.report.barCodes.enums.StiCheckSum

Packages that use StiCheckSum
com.stimulsoft.report.barCodes   
com.stimulsoft.report.barCodes.enums   
 

Uses of StiCheckSum in com.stimulsoft.report.barCodes
 

Methods in com.stimulsoft.report.barCodes that return StiCheckSum
 StiCheckSum StiRoyalMail4StateBarCodeType.getCheckSum()
          Gets or sets mode of checksum.
 StiCheckSum StiCode39BarCodeType.getCheckSum()
          Gets or sets mode of checksum.
 

Methods in com.stimulsoft.report.barCodes with parameters of type StiCheckSum
 void StiRoyalMail4StateBarCodeType.setCheckSum(StiCheckSum value)
           
 void StiCode39BarCodeType.setCheckSum(StiCheckSum value)
           
 

Constructors in com.stimulsoft.report.barCodes with parameters of type StiCheckSum
StiCode39BarCodeType(double module, double height, double ratio, StiCheckSum checkSum)
           
StiCode39ExtBarCodeType(double module, double height, double ratio, StiCheckSum checkSum)
           
StiRoyalMail4StateBarCodeType(double module, double height, StiCheckSum checkSum)
           
 

Uses of StiCheckSum in com.stimulsoft.report.barCodes.enums
 

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