Package com.stimulsoft.report.barCodes
Class StiGS1QRCodeBarCodeType
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.barCodes.StiBarCodeTypeService
com.stimulsoft.report.barCodes.StiQRCodeBarCodeType
com.stimulsoft.report.barCodes.StiGS1QRCodeBarCodeType
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef,Cloneable
Copyright Stimulsoft
-
Nested Class Summary
Nested classes/interfaces inherited from class com.stimulsoft.report.barCodes.StiQRCodeBarCodeType
StiQRCodeBarCodeType.StiQRCode, StiQRCodeBarCodeType.StiQRCodeExceptionNested classes/interfaces inherited from class com.stimulsoft.report.barCodes.StiBarCodeTypeService
StiBarCodeTypeService.BarcodeCommandCode, StiBarCodeTypeService.StiBarCodeData, StiBarCodeTypeService.ValueObject -
Field Summary
FieldsFields inherited from class com.stimulsoft.report.barCodes.StiQRCodeBarCodeType
bodyBrush, bodyShape, errorCorrectionLevel, eyeBallBrush, eyeBallShape, eyeFrameBrush, eyeFrameShape, processTildeFields inherited from class com.stimulsoft.report.barCodes.StiBarCodeTypeService
DefaultLabelFontHeight, RectWindow, visiblePropertiesCountFields inherited from class com.stimulsoft.base.services.StiService
propertiesFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
ConstructorsConstructorDescriptionStiGS1QRCodeBarCodeType(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) -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom) Gets a service name.Methods inherited from class com.stimulsoft.report.barCodes.StiQRCodeBarCodeType
baseFillPolygons, drawQRCode, getBodyBrush, getBodyShape, getErrorCorrectionLevel, getEyeBallBrush, getEyeBallShape, getEyeFrameBrush, getEyeFrameShape, getHeight, getImage, getImageBytes, getImageMultipleFactor, getLabelFontHeight, getMatrixSize, getModule, isProcessTilde, LoadFromJsonObject, SaveToJsonObject, setBodyBrush, setBodyShape, setErrorCorrectionLevel, setEyeBallBrush, setEyeBallShape, setEyeFrameBrush, setEyeFrameShape, setHeight, setImage, setImageBytes, setImageMultipleFactor, setMatrixSize, setModule, setProcessTilde, tryTakeGdiImageMethods inherited from class com.stimulsoft.report.barCodes.StiBarCodeTypeService
baseDrawImage, baseDrawRectangle, baseDrawString, baseFillEllipse, baseFillPolygon, baseFillRectangle, baseFillRectangle2D, baseMeasureString, baseRollbackTransform, baseTransform, CalculateSize2, CalculateSizeFull, CheckCodeSymbols, draw2DBarCode, drawBarCode, drawBarCodeError, drawBarCodeError, drawBars, drawMaxicode, getBarCodeData, GetCode, getCombinedCode, getExportPainter, getServiceCategory, getServiceType, GetSymbolsStringWidth, GetSymbolWidth, getTextAlignment, IsSymbolLong, IsSymbolPostDescend, IsSymbolSpace, isTextSpacing, LoadFromJsonObjectInternal, rollbackTransform, setExportPainter, toInts, toString, translateRect, unpackTilde, unpackTildeMethods inherited from class com.stimulsoft.base.services.StiService
clone, getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Field Details
-
imageMultipleFactor
public double imageMultipleFactor
-
-
Constructor Details
-
StiGS1QRCodeBarCodeType
public StiGS1QRCodeBarCodeType() -
StiGS1QRCodeBarCodeType
public StiGS1QRCodeBarCodeType(float module, StiQRCodeErrorCorrectionLevel errorCorrectionLevel, StiQRCodeSize matrixSize) -
StiGS1QRCodeBarCodeType
public 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)
-
-
Method Details
-
getServiceName
Description copied from class:StiQRCodeBarCodeTypeGets a service name.- Overrides:
getServiceNamein classStiQRCodeBarCodeType
-
getDefaultCodeValue
- Overrides:
getDefaultCodeValuein classStiQRCodeBarCodeType
-
draw
public void draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom) throws Exception - Overrides:
drawin classStiQRCodeBarCodeType- Throws:
Exception
-