|
||||||||||
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.StiDataMatrixBarCodeType
public class StiDataMatrixBarCodeType
The class describes the Barcode type - DataMatrix.
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 | |
---|---|
StiDataMatrixBarCodeType()
|
|
StiDataMatrixBarCodeType(double module,
StiDataMatrixEncodingType encodingType,
boolean useRectangularSymbols,
StiDataMatrixSize matrixSize)
|
Method Summary | |
---|---|
void |
draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
java.lang.String |
getDefaultCodeValue()
|
StiDataMatrixEncodingType |
getEncodingType()
Gets or sets type of encoding type. |
double |
getHeight()
Gets os sets height factor of the bar code. |
double |
getLabelFontHeight()
|
StiDataMatrixSize |
getMatrixSize()
Gets or sets matrix size. |
double |
getModule()
Gets or sets width of the most fine element of the bar code. |
java.lang.String |
getServiceName()
Gets a service name. |
boolean |
getUseRectangularSymbols()
Gets or sets value which indicates will RectangularSymbols be used or not. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setEncodingType(StiDataMatrixEncodingType value)
|
void |
setHeight(double value)
|
void |
setMatrixSize(StiDataMatrixSize value)
|
void |
setModule(double value)
|
void |
setUseRectangularSymbols(boolean value)
|
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 StiDataMatrixBarCodeType()
public StiDataMatrixBarCodeType(double module, StiDataMatrixEncodingType encodingType, boolean useRectangularSymbols, StiDataMatrixSize matrixSize)
Method Detail |
---|
public java.lang.String getServiceName()
getServiceName
in class StiService
public double getModule()
getModule
in class StiBarCodeTypeService
public void setModule(double value)
setModule
in class StiBarCodeTypeService
public double getHeight()
getHeight
in class StiBarCodeTypeService
public void setHeight(double value)
setHeight
in class StiBarCodeTypeService
public final StiDataMatrixEncodingType getEncodingType()
public final void setEncodingType(StiDataMatrixEncodingType value)
public final StiDataMatrixSize getMatrixSize()
public final void setMatrixSize(StiDataMatrixSize value)
public final boolean getUseRectangularSymbols()
public final void setUseRectangularSymbols(boolean value)
public double getLabelFontHeight()
getLabelFontHeight
in class StiBarCodeTypeService
public void draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom) throws java.lang.Exception
draw
in class StiBarCodeTypeService
java.lang.Exception
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 java.lang.String getDefaultCodeValue()
getDefaultCodeValue
in class StiBarCodeTypeService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |