Uses of Enum Class
com.stimulsoft.report.barCodes.enums.StiDataMatrixSize
Packages that use StiDataMatrixSize
-
Uses of StiDataMatrixSize in com.stimulsoft.report.barCodes
Methods in com.stimulsoft.report.barCodes that return StiDataMatrixSizeModifier and TypeMethodDescriptionfinal StiDataMatrixSizeStiDataMatrixBarCodeType.getMatrixSize()Gets or sets matrix size.Methods in com.stimulsoft.report.barCodes with parameters of type StiDataMatrixSizeModifier and TypeMethodDescriptionfinal voidStiDataMatrixBarCodeType.setMatrixSize(StiDataMatrixSize value) Constructors in com.stimulsoft.report.barCodes with parameters of type StiDataMatrixSizeModifierConstructorDescriptionStiDataMatrix(int[] data, StiDataMatrixEncodingType globalEncoding, boolean useRectangularSymbols, StiDataMatrixSize matrixSize, boolean processTilde) StiDataMatrix(String message, StiDataMatrixEncodingType globalEncoding, boolean useRectangularSymbols, StiDataMatrixSize matrixSize, boolean processTilde) StiDataMatrixBarCodeType(double module, StiDataMatrixEncodingType encodingType, boolean useRectangularSymbols, StiDataMatrixSize matrixSize) StiGS1DataMatrixBarCodeType(float module, StiDataMatrixEncodingType encodingType, boolean useRectangularSymbols, StiDataMatrixSize matrixSize, boolean processTilde) -
Uses of StiDataMatrixSize in com.stimulsoft.report.barCodes.enums
Methods in com.stimulsoft.report.barCodes.enums that return StiDataMatrixSizeModifier and TypeMethodDescriptionstatic StiDataMatrixSizeStiDataMatrixSize.forValue(int value) static StiDataMatrixSizeReturns the enum constant of this class with the specified name.static StiDataMatrixSize[]StiDataMatrixSize.values()Returns an array containing the constants of this enum class, in the order they are declared.