|
||||||||||
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.StiPdf417BarCodeType
public class StiPdf417BarCodeType
The class describes the Barcode type - Pdf417.
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 | |
---|---|
StiPdf417BarCodeType()
|
|
StiPdf417BarCodeType(double module,
StiPdf417EncodingMode encodingMode,
StiPdf417ErrorsCorrectionLevel errorsCorrectionLevel,
int dataColumns,
int dataRows,
boolean autoDataColumns,
boolean autoDataRows,
double aspectRatio,
int ratioY)
|
Method Summary | |
---|---|
void |
draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
double |
getAspectRatio()
Gets or sets value, which set aspect ratio between horizontal and vertical sides of bar code. |
boolean |
getAutoDataColumns()
Gets or sets value which indicates that amount of columns will be calculated automatically. |
boolean |
getAutoDataRows()
Gets or sets value which indicates that amount of rows will be calculated automatically. |
int |
getDataColumns()
Gets or sets amount of data columns. |
int |
getDataRows()
Gets or sets amound of data rows. |
java.lang.String |
getDefaultCodeValue()
|
StiPdf417EncodingMode |
getEncodingMode()
Gets or sets type of encoding type. |
StiPdf417ErrorsCorrectionLevel |
getErrorsCorrectionLevel()
Gets or sets errors correction level. |
double |
getHeight()
Gets os sets height factor of the bar code. |
double |
getLabelFontHeight()
|
double |
getModule()
Gets or sets width of the most fine element of the bar code. |
int |
getRatioY()
Gets or sets vertical ratio of bar code. |
java.lang.String |
getServiceName()
Gets a service name. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAspectRatio(double value)
|
void |
setAutoDataColumns(boolean value)
|
void |
setAutoDataRows(boolean value)
|
void |
setDataColumns(int value)
|
void |
setDataRows(int value)
|
void |
setEncodingMode(StiPdf417EncodingMode value)
|
void |
setErrorsCorrectionLevel(StiPdf417ErrorsCorrectionLevel value)
|
void |
setHeight(double value)
|
void |
setModule(double value)
|
void |
setRatioY(int 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 StiPdf417BarCodeType()
public StiPdf417BarCodeType(double module, StiPdf417EncodingMode encodingMode, StiPdf417ErrorsCorrectionLevel errorsCorrectionLevel, int dataColumns, int dataRows, boolean autoDataColumns, boolean autoDataRows, double aspectRatio, int ratioY)
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 StiPdf417EncodingMode getEncodingMode()
public final void setEncodingMode(StiPdf417EncodingMode value)
public final StiPdf417ErrorsCorrectionLevel getErrorsCorrectionLevel()
public final void setErrorsCorrectionLevel(StiPdf417ErrorsCorrectionLevel value)
public final int getDataColumns()
public final void setDataColumns(int value)
public final int getDataRows()
public final void setDataRows(int value)
public final boolean getAutoDataColumns()
public final void setAutoDataColumns(boolean value)
public final boolean getAutoDataRows()
public final void setAutoDataRows(boolean value)
public final double getAspectRatio()
public final void setAspectRatio(double value)
public final int getRatioY()
public final void setRatioY(int 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 |