Package com.stimulsoft.report.barCodes
Class StiSSCC18BarCodeType
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.barCodes.StiBarCodeTypeService
com.stimulsoft.report.barCodes.StiCode128BarCodeType
com.stimulsoft.report.barCodes.StiCode128cBarCodeType
com.stimulsoft.report.barCodes.StiSSCC18BarCodeType
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef,Cloneable
Copyright Stimulsoft
-
Nested Class Summary
Nested classes/interfaces inherited from class com.stimulsoft.report.barCodes.StiCode128BarCodeType
StiCode128BarCodeType.CodeSet, StiCode128BarCodeType.ControlCodesNested classes/interfaces inherited from class com.stimulsoft.report.barCodes.StiBarCodeTypeService
StiBarCodeTypeService.BarcodeCommandCode, StiBarCodeTypeService.StiBarCodeData, StiBarCodeTypeService.ValueObject -
Field Summary
Fields inherited from class com.stimulsoft.report.barCodes.StiCode128BarCodeType
Code128LineHeightForCut, Code128LineHeightLong, Code128LineHeightShort, Code128MainHeight, Code128SpaceBottom, Code128SpaceLeft, Code128SpaceRight, Code128SpaceTop, Code128Table, Code128TextHeight, Code128TextPosition, DefaultCodeSetABFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom) the GS1 Company Prefix (7-10 digits).the extension digit.the Serial Reference Numbers (6-9 digits).Gets a service name.protected booleanprotected booleanvoidLoadFromJsonObject(JSONObject jObject) voidsetCompanyPrefix(String companyPrefix) the GS1 Company Prefix (7-10 digits).voidsetExtensionDigit(String extensionDigit) the extension digit.voidsetSerialNumber(String serialNumber) the Serial Reference Numbers (6-9 digits).Methods inherited from class com.stimulsoft.report.barCodes.StiCode128BarCodeType
CodeToBar, EncodeAuto, getHeight, getLabelFontHeight, getModule, setHeight, setModuleMethods 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, getExportPainter, getServiceCategory, getServiceType, GetSymbolsStringWidth, GetSymbolWidth, getTextAlignment, IsSymbolLong, IsSymbolPostDescend, IsSymbolSpace, 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
-
Constructor Details
-
StiSSCC18BarCodeType
public StiSSCC18BarCodeType() -
StiSSCC18BarCodeType
public StiSSCC18BarCodeType(float module, float height)
-
-
Method Details
-
SaveToJsonObject
- Overrides:
SaveToJsonObjectin classStiCode128BarCodeType- Throws:
JSONException
-
LoadFromJsonObject
- Overrides:
LoadFromJsonObjectin classStiCode128BarCodeType- Throws:
JSONException
-
getComponentId
-
getServiceName
Description copied from class:StiCode128cBarCodeTypeGets a service name.- Overrides:
getServiceNamein classStiCode128cBarCodeType
-
getDefaultCodeValue
- Overrides:
getDefaultCodeValuein classStiCode128cBarCodeType
-
getTextSpacing
protected boolean getTextSpacing() -
getCompanyPrefix
the GS1 Company Prefix (7-10 digits).- Returns:
- the companyPrefix
-
setCompanyPrefix
the GS1 Company Prefix (7-10 digits).- Parameters:
companyPrefix- the companyPrefix to set
-
getSerialNumber
the Serial Reference Numbers (6-9 digits).- Returns:
- the serialNumber
-
setSerialNumber
the Serial Reference Numbers (6-9 digits).- Parameters:
serialNumber- the serialNumber to set
-
getExtensionDigit
the extension digit.- Returns:
- the extensionDigit
-
setExtensionDigit
the extension digit.- Parameters:
extensionDigit- the extensionDigit to set
-
getCombinedCode
- Overrides:
getCombinedCodein classStiBarCodeTypeService
-
draw
public void draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom) throws Exception - Overrides:
drawin classStiCode128cBarCodeType- Throws:
Exception
-
isTextSpacing
protected boolean isTextSpacing()- Overrides:
isTextSpacingin classStiBarCodeTypeService
-
CreateNew
-