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, java.lang.Cloneable
public class StiSSCC18BarCodeType
- extends StiCode128cBarCodeType
Copyright Stimulsoft
| Fields inherited from class com.stimulsoft.report.barCodes.StiCode128BarCodeType |
Code128LineHeightForCut, Code128LineHeightLong, Code128LineHeightShort, Code128MainHeight, Code128SpaceBottom, Code128SpaceLeft, Code128SpaceRight, Code128SpaceTop, Code128Table, Code128TextHeight, Code128TextPosition, DefaultCodeSetAB |
| Methods inherited from class com.stimulsoft.report.barCodes.StiBarCodeTypeService |
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 |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StiSSCC18BarCodeType
public StiSSCC18BarCodeType()
StiSSCC18BarCodeType
public StiSSCC18BarCodeType(float module,
float height)
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Overrides:
SaveToJsonObject in class StiCode128BarCodeType
- Throws:
JSONException
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
- Overrides:
LoadFromJsonObject in class StiCode128BarCodeType
- Throws:
JSONException
getComponentId
public StiComponentId getComponentId()
getServiceName
public java.lang.String getServiceName()
- Description copied from class:
StiCode128cBarCodeType
- Gets a service name.
- Overrides:
getServiceName in class StiCode128cBarCodeType
getDefaultCodeValue
public java.lang.String getDefaultCodeValue()
- Overrides:
getDefaultCodeValue in class StiCode128cBarCodeType
getTextSpacing
protected boolean getTextSpacing()
getCompanyPrefix
public java.lang.String getCompanyPrefix()
- the GS1 Company Prefix (7-10 digits).
- Returns:
- the companyPrefix
setCompanyPrefix
public void setCompanyPrefix(java.lang.String companyPrefix)
- the GS1 Company Prefix (7-10 digits).
- Parameters:
companyPrefix - the companyPrefix to set
getSerialNumber
public java.lang.String getSerialNumber()
- the Serial Reference Numbers (6-9 digits).
- Returns:
- the serialNumber
setSerialNumber
public void setSerialNumber(java.lang.String serialNumber)
- the Serial Reference Numbers (6-9 digits).
- Parameters:
serialNumber - the serialNumber to set
getExtensionDigit
public java.lang.String getExtensionDigit()
- the extension digit.
- Returns:
- the extensionDigit
setExtensionDigit
public void setExtensionDigit(java.lang.String extensionDigit)
- the extension digit.
- Parameters:
extensionDigit - the extensionDigit to set
getCombinedCode
public java.lang.String getCombinedCode()
- Overrides:
getCombinedCode in class StiBarCodeTypeService
draw
public void draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
throws java.lang.Exception
- Overrides:
draw in class StiCode128cBarCodeType
- Throws:
java.lang.Exception
CreateNew
public StiBarCodeTypeService CreateNew()
Copyright © 2018 Stimulsoft. All Rights Reserved.