com.stimulsoft.report.barCodes
Class StiSSCC18BarCodeType
java.lang.Object
   com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.serializing.StiSerializedObject
       com.stimulsoft.base.services.StiService
com.stimulsoft.base.services.StiService
           com.stimulsoft.report.barCodes.StiBarCodeTypeService
com.stimulsoft.report.barCodes.StiBarCodeTypeService
               com.stimulsoft.report.barCodes.StiCode128BarCodeType
com.stimulsoft.report.barCodes.StiCode128BarCodeType
                   com.stimulsoft.report.barCodes.StiCode128cBarCodeType
com.stimulsoft.report.barCodes.StiCode128cBarCodeType
                       com.stimulsoft.report.barCodes.StiSSCC18BarCodeType
com.stimulsoft.report.barCodes.StiSSCC18BarCodeType
- All Implemented Interfaces: 
- IStiSerializable, IStiSerializableRef, java.lang.Cloneable
- public class StiSSCC18BarCodeType 
- extends StiCode128cBarCodeType
Copyright Stimulsoft
 
 
 
 
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, 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:
- SaveToJsonObjectin class- StiCode128BarCodeType
 
- 
- Throws:
- JSONException
 
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
                        throws JSONException
- 
- Overrides:
- LoadFromJsonObjectin class- StiCode128BarCodeType
 
- 
- Throws:
- JSONException
 
getComponentId
public StiComponentId getComponentId()
- 
 
getServiceName
public java.lang.String getServiceName()
- Description copied from class: StiCode128cBarCodeType
- Gets a service name.
 
- 
- Overrides:
- getServiceNamein class- StiCode128cBarCodeType
 
- 
 
getDefaultCodeValue
public java.lang.String getDefaultCodeValue()
- 
- Overrides:
- getDefaultCodeValuein class- StiCode128cBarCodeType
 
- 
 
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:
- getCombinedCodein class- StiBarCodeTypeService
 
- 
 
draw
public void draw(StiGraphics context,
                 StiBarCode barCode,
                 StiRectangle rect,
                 double zoom)
          throws java.lang.Exception
- 
- Overrides:
- drawin class- StiCode128cBarCodeType
 
- 
- Throws:
- java.lang.Exception
 
CreateNew
public StiBarCodeTypeService CreateNew()
-