Uses of Enum Class
com.stimulsoft.report.barCodes.enums.StiQRCodeSize
Packages that use StiQRCodeSize
-
Uses of StiQRCodeSize in com.stimulsoft.report.barCodes
Methods in com.stimulsoft.report.barCodes that return StiQRCodeSizeModifier and TypeMethodDescriptionfinal StiQRCodeSizeStiQRCodeBarCodeType.getMatrixSize()Gets or sets matrix size.Methods in com.stimulsoft.report.barCodes with parameters of type StiQRCodeSizeModifier and TypeMethodDescriptionstatic voidStiQRCodeBarCodeType.StiQRCode.QREncoder.Encode(String content, StiQRCodeBarCodeType.StiQRCode.ErrorCorrectionLevel ecLevel, StiQRCodeBarCodeType.StiQRCode qrCode, StiQRCodeSize startVersion, boolean processTilde, boolean gs1) final voidStiQRCodeBarCodeType.setMatrixSize(StiQRCodeSize value) Constructors in com.stimulsoft.report.barCodes with parameters of type StiQRCodeSizeModifierConstructorDescriptionStiGS1QRCodeBarCodeType(float module, StiQRCodeErrorCorrectionLevel errorCorrectionLevel, StiQRCodeSize matrixSize) StiGS1QRCodeBarCodeType(float module, StiQRCodeErrorCorrectionLevel errorCorrectionLevel, StiQRCodeSize matrixSize, String image, double imageMultipleFactor, StiQRCodeBodyShapeType bodyShape, StiQRCodeEyeFrameShapeType eyeFrameShape, StiQRCodeEyeBallShapeType eyeBallShape, StiBrush bodyBrush, StiBrush eyeFrameBrush, StiBrush eyeBallBrush, boolean processTilde) StiQRCodeBarCodeType(double module, StiQRCodeErrorCorrectionLevel errorCorrectionLevel, StiQRCodeSize matrixSize) StiQRCodeBarCodeType(float module, StiQRCodeErrorCorrectionLevel errorCorrectionLevel, StiQRCodeSize matrixSize, String image) StiQRCodeBarCodeType(float module, StiQRCodeErrorCorrectionLevel errorCorrectionLevel, StiQRCodeSize matrixSize, String image, double imageMultipleFactor) StiQRCodeBarCodeType(float module, StiQRCodeErrorCorrectionLevel errorCorrectionLevel, StiQRCodeSize matrixSize, String image, double imageMultipleFactor, StiQRCodeBodyShapeType bodyShape, StiQRCodeEyeFrameShapeType eyeFrameShape, StiQRCodeEyeBallShapeType eyeBallShape, StiBrush bodyBrush, StiBrush eyeFrameBrush, StiBrush eyeBallBrush) StiQRCodeBarCodeType(float module, StiQRCodeErrorCorrectionLevel errorCorrectionLevel, StiQRCodeSize matrixSize, String image, double imageMultipleFactor, StiQRCodeBodyShapeType bodyShape, StiQRCodeEyeFrameShapeType eyeFrameShape, StiQRCodeEyeBallShapeType eyeBallShape, StiBrush bodyBrush, StiBrush eyeFrameBrush, StiBrush eyeBallBrush, boolean processTilde) -
Uses of StiQRCodeSize in com.stimulsoft.report.barCodes.enums
Methods in com.stimulsoft.report.barCodes.enums that return StiQRCodeSizeModifier and TypeMethodDescriptionstatic StiQRCodeSizeStiQRCodeSize.forValue(int value) static StiQRCodeSizeReturns the enum constant of this class with the specified name.static StiQRCodeSize[]StiQRCodeSize.values()Returns an array containing the constants of this enum class, in the order they are declared.