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

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

Uses of StiQRCodeSize in com.stimulsoft.report.barCodes
 

Methods in com.stimulsoft.report.barCodes that return StiQRCodeSize
 StiQRCodeSize StiQRCodeBarCodeType.getMatrixSize()
          Gets or sets matrix size.
 

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

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

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

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