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

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

Uses of StiQRCodeErrorCorrectionLevel in com.stimulsoft.report.barCodes
 

Methods in com.stimulsoft.report.barCodes that return StiQRCodeErrorCorrectionLevel
 StiQRCodeErrorCorrectionLevel StiQRCodeBarCodeType.getErrorCorrectionLevel()
          Gets or sets the error correction level.
 

Methods in com.stimulsoft.report.barCodes with parameters of type StiQRCodeErrorCorrectionLevel
 void StiQRCodeBarCodeType.setErrorCorrectionLevel(StiQRCodeErrorCorrectionLevel value)
           
 

Constructors in com.stimulsoft.report.barCodes with parameters of type StiQRCodeErrorCorrectionLevel
StiQRCodeBarCodeType(double module, StiQRCodeErrorCorrectionLevel errorCorrectionLevel, StiQRCodeSize matrixSize)
           
 

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

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