com.stimulsoft.report.barCodes
Class StiCode128BarCodeType
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.barCodes.StiBarCodeTypeService
com.stimulsoft.report.barCodes.StiCode128BarCodeType
- All Implemented Interfaces:
- IStiSerializable, IStiSerializableRef, java.lang.Cloneable
- Direct Known Subclasses:
- StiCode128aBarCodeType, StiCode128AutoBarCodeType, StiCode128bBarCodeType, StiCode128cBarCodeType, StiEAN128aBarCodeType, StiEAN128AutoBarCodeType, StiEAN128bBarCodeType, StiEAN128cBarCodeType, StiGS1_128BarCodeType
public abstract class StiCode128BarCodeType
- extends StiBarCodeTypeService
The class describes the Barcode type - Code-128.
Methods inherited from class com.stimulsoft.base.services.StiService |
clone, getProperties, getServiceEnabled, getServiceInfo, getServiceName, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabled |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StiCode128BarCodeType
public StiCode128BarCodeType(double module,
double height)
getModule
public double getModule()
- Gets or sets width of the most fine element of the bar code.
- Specified by:
getModule
in class StiBarCodeTypeService
setModule
public void setModule(double value)
- Specified by:
setModule
in class StiBarCodeTypeService
getHeight
public double getHeight()
- Gets os sets height factor of the bar code.
- Specified by:
getHeight
in class StiBarCodeTypeService
setHeight
public void setHeight(double value)
- Specified by:
setHeight
in class StiBarCodeTypeService
getLabelFontHeight
public double getLabelFontHeight()
- Specified by:
getLabelFontHeight
in class StiBarCodeTypeService
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Overrides:
SaveToJsonObject
in class StiBarCodeTypeService
- Throws:
JSONException
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
- Specified by:
LoadFromJsonObject
in class StiBarCodeTypeService
- Throws:
JSONException