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

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

Uses of StiDataMatrixSize in com.stimulsoft.report.barCodes
 

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

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

Constructors in com.stimulsoft.report.barCodes with parameters of type StiDataMatrixSize
StiDataMatrixBarCodeType(double module, StiDataMatrixEncodingType encodingType, boolean useRectangularSymbols, StiDataMatrixSize matrixSize)
           
 

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

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