Uses of Enum Class
com.stimulsoft.report.barCodes.enums.StiAztecSize
Packages that use StiAztecSize
Package
Description
-
Uses of StiAztecSize in com.stimulsoft.report.barCodes
Methods in com.stimulsoft.report.barCodes that return StiAztecSizeMethods in com.stimulsoft.report.barCodes with parameters of type StiAztecSizeModifier and TypeMethodDescriptionvoidStiAztecBarCodeType.setMatrixSize(StiAztecSize matrixSize) Constructors in com.stimulsoft.report.barCodes with parameters of type StiAztecSizeModifierConstructorDescriptionStiAztecBarCodeType(float module, int errorCorrectionLevel, StiAztecSize matrixSize, int codePage) -
Uses of StiAztecSize in com.stimulsoft.report.barCodes.aztec
Fields in com.stimulsoft.report.barCodes.aztec declared as StiAztecSizeMethods in com.stimulsoft.report.barCodes.aztec with parameters of type StiAztecSizeModifier and TypeMethodDescriptionstatic AztecCodeEncoder.encode(byte[] data, int eci, int minECCPercent, StiAztecSize userSpecifiedLayers) static AztecCodeStiAztec.encode(String contents, int eccPercent, StiAztecSize layers, int codePage, boolean useEci) -
Uses of StiAztecSize in com.stimulsoft.report.barCodes.enums
Methods in com.stimulsoft.report.barCodes.enums that return StiAztecSizeModifier and TypeMethodDescriptionstatic StiAztecSizeReturns the enum constant of this class with the specified name.static StiAztecSize[]StiAztecSize.values()Returns an array containing the constants of this enum class, in the order they are declared.