|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.barCodes.StiBarCodeTypeService
com.stimulsoft.report.barCodes.StiMaxicodeBarCodeType
public class StiMaxicodeBarCodeType
Copyright Stimulsoft
Field Summary |
---|
Fields inherited from class com.stimulsoft.report.barCodes.StiBarCodeTypeService |
---|
visiblePropertiesCount |
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiMaxicodeBarCodeType()
|
|
StiMaxicodeBarCodeType(StiMaxicodeMode mode,
int structuredAppendPosition,
int structuredAppendTotal,
boolean processTilde,
boolean trimExcessData)
|
Method Summary | |
---|---|
StiBarCodeTypeService |
CreateNew()
|
void |
draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
StiComponentId |
getComponentId()
|
java.lang.String |
getDefaultCodeValue()
|
double |
getHeight()
|
double |
getLabelFontHeight()
|
StiMaxicodeMode |
getMode()
Gets or sets the mode of the Maxicode. |
double |
getModule()
|
java.lang.String |
getServiceName()
Gets a service name. |
int |
getStructuredAppendPosition()
Gets or sets the structured append Position. |
int |
getStructuredAppendTotal()
The structured append Total. |
java.lang.Boolean[] |
getVisibleProperties()
|
boolean |
isProcessTilde()
the flag that indicates whether the data message supports character '~' as the escape. |
boolean |
isTrimExcessData()
a value indicating whether it is necessary to trim excess data if the data length exceeds the capacity of the barcode. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setHeight(double value)
|
void |
setMode(StiMaxicodeMode value)
Gets or sets the mode of the Maxicode. |
void |
setModule(double value)
|
void |
setProcessTilde(boolean processTilde)
the flag that indicates whether the data message supports character '~' as the escape. |
void |
setStructuredAppendPosition(int structuredAppendPosition)
Gets or sets the structured append Position. |
void |
setStructuredAppendTotal(int structuredAppendTotal)
The structured append Total. |
void |
setTrimExcessData(boolean trimExcessData)
a value indicating whether it is necessary to trim excess data if the data length exceeds the capacity of the barcode. |
Methods inherited from class com.stimulsoft.report.barCodes.StiBarCodeTypeService |
---|
GetCode, getCombinedCode, getExportPainter, getServiceCategory, getServiceType, LoadFromJsonObjectInternal, setExportPainter, toString |
Methods inherited from class com.stimulsoft.base.services.StiService |
---|
clone, getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabled |
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
---|
cleanReference, getReference, setReference |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StiMaxicodeBarCodeType()
public StiMaxicodeBarCodeType(StiMaxicodeMode mode, int structuredAppendPosition, int structuredAppendTotal, boolean processTilde, boolean trimExcessData)
Method Detail |
---|
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in class StiBarCodeTypeService
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in class StiBarCodeTypeService
JSONException
public StiComponentId getComponentId()
public java.lang.String getServiceName()
StiService
getServiceName
in class StiService
public java.lang.String getDefaultCodeValue()
getDefaultCodeValue
in class StiBarCodeTypeService
public double getModule()
getModule
in class StiBarCodeTypeService
public double getHeight()
getHeight
in class StiBarCodeTypeService
public StiMaxicodeMode getMode()
public void setMode(StiMaxicodeMode value)
public boolean isProcessTilde()
public void setProcessTilde(boolean processTilde)
processTilde
- the processTilde to setpublic int getStructuredAppendPosition()
public void setStructuredAppendPosition(int structuredAppendPosition)
structuredAppendPosition
- the structuredAppendPosition to setpublic int getStructuredAppendTotal()
public void setStructuredAppendTotal(int structuredAppendTotal)
structuredAppendTotal
- the structuredAppendTotal to setpublic boolean isTrimExcessData()
public void setTrimExcessData(boolean trimExcessData)
trimExcessData
- the trimExcessData to setpublic double getLabelFontHeight()
getLabelFontHeight
in class StiBarCodeTypeService
public java.lang.Boolean[] getVisibleProperties()
public void draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom) throws java.lang.Exception
draw
in class StiBarCodeTypeService
java.lang.Exception
public StiBarCodeTypeService CreateNew()
public void setModule(double value)
setModule
in class StiBarCodeTypeService
public void setHeight(double value)
setHeight
in class StiBarCodeTypeService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |