public class StiDataMatrixBarCodeType extends StiBarCodeTypeService
| Modifier and Type | Class and Description |
|---|---|
protected static class |
StiDataMatrixBarCodeType.StiDataMatrix |
protected static class |
StiDataMatrixBarCodeType.StiDataMatrixException |
StiBarCodeTypeService.StiBarCodeData, StiBarCodeTypeService.ValueObjectDefaultLabelFontHeight, RectWindow, visiblePropertiesCountpropertiesREFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiDataMatrixBarCodeType() |
StiDataMatrixBarCodeType(double module,
StiDataMatrixEncodingType encodingType,
boolean useRectangularSymbols,
StiDataMatrixSize matrixSize) |
| Modifier and Type | Method and Description |
|---|---|
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) |
baseDrawRectangle, baseDrawString, baseFillEllipse, baseFillPolygon, baseFillRectangle, baseFillRectangle2D, baseMeasureString, baseRollbackTransform, baseTransform, CalculateSize2, CalculateSizeFull, CheckCodeSymbols, draw2DBarCode, drawBarCode, drawBarCodeError, drawBarCodeError, drawBars, drawMaxicode, getBarCodeData, GetCode, getCombinedCode, getExportPainter, getServiceCategory, getServiceType, GetSymbolsStringWidth, GetSymbolWidth, getTextAlignment, IsSymbolLong, IsSymbolPostDescend, IsSymbolSpace, LoadFromJsonObjectInternal, rollbackTransform, setExportPainter, toInts, toString, translateRectclone, getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledcleanReference, getReference, setReferencepublic StiDataMatrixBarCodeType()
public StiDataMatrixBarCodeType(double module,
StiDataMatrixEncodingType encodingType,
boolean useRectangularSymbols,
StiDataMatrixSize matrixSize)
public java.lang.String getServiceName()
getServiceName in class StiServicepublic double getModule()
getModule in class StiBarCodeTypeServicepublic void setModule(double value)
setModule in class StiBarCodeTypeServicepublic double getHeight()
getHeight in class StiBarCodeTypeServicepublic void setHeight(double value)
setHeight in class StiBarCodeTypeServicepublic 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 StiBarCodeTypeServicepublic void draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom) throws java.lang.Exception
draw in class StiBarCodeTypeServicejava.lang.Exceptionpublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in class StiBarCodeTypeServiceJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in class StiBarCodeTypeServiceJSONExceptionpublic java.lang.String getDefaultCodeValue()
getDefaultCodeValue in class StiBarCodeTypeServiceCopyright © 2019 Stimulsoft. All Rights Reserved.