|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.PageElement
com.cete.dynamicpdf.pageelements.TaggablePageElement
com.cete.dynamicpdf.pageelements.barcoding.Dim2Barcode
com.cete.dynamicpdf.pageelements.barcoding.DataMatrixBarCode
public class DataMatrixBarCode
Represents a Data Matrix bar code. This class can be used to generate Data Matrix bar code
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
| Constructor Summary | |
|---|---|
DataMatrixBarCode(byte[] value,
float x,
float y)
Creates a new instance of DataMatrixBarcode. |
|
DataMatrixBarCode(byte[] value,
float x,
float y,
DataMatrixSymbolSize dataMatrixSymbolSize)
Creates a new instance of DataMatrixBarcode. |
|
DataMatrixBarCode(byte[] value,
float x,
float y,
DataMatrixSymbolSize dataMatrixSymbolSize,
DataMatrixEncodingType dataMatrixEncodingType)
Creates a new instance of DataMatrixBarcode. |
|
DataMatrixBarCode(byte[] value,
float x,
float y,
DataMatrixSymbolSize dataMatrixSymbolSize,
DataMatrixEncodingType dataMatrixEncodingType,
DataMatrixFunctionCharacter dataMatrixFunctionCharacter)
Creates a new instance of DataMatrixBarcode. |
|
DataMatrixBarCode(java.lang.String value,
float x,
float y)
Creates a new instance of DataMatrixBarcode. |
|
DataMatrixBarCode(java.lang.String value,
float x,
float y,
DataMatrixSymbolSize dataMatrixSymbolSize)
Creates a new instance of DataMatrixBarcode. |
|
DataMatrixBarCode(java.lang.String value,
float x,
float y,
DataMatrixSymbolSize dataMatrixSymbolSize,
DataMatrixEncodingType dataMatrixEncodingType)
Creates a new instance of DataMatrixBarcode. |
|
DataMatrixBarCode(java.lang.String value,
float x,
float y,
DataMatrixSymbolSize dataMatrixSymbolSize,
DataMatrixEncodingType dataMatrixEncodingType,
DataMatrixFunctionCharacter dataMatrixFunctionCharacter)
Creates a new instance of DataMatrixBarcode. |
|
| Method Summary | |
|---|---|
void |
draw(PageWriter writer)
Draws the barcode to the given PageWriter object. |
DataMatrixBarCode |
getOverFlowDataMatrixBarcode()
Gets a new instance of DataMatrixBarCode object. |
DataMatrixBarCode |
getOverFlowDataMatrixBarcode(float x,
float y)
Gets a new instance of DataMatrixBarCode object. |
boolean |
getProcessTilde()
Gets a value indicating if the tilde character should be processed. |
float |
getSymbolHeight()
Gets required height for drawing Data Matrix bat code. |
float |
getSymbolWidth()
Gets required width for drawing Data Matrix bar code. |
void |
setProcessTilde(boolean value)
Sets a value indicating if the tilde character should be processed. |
| Methods inherited from class com.cete.dynamicpdf.pageelements.barcoding.Dim2Barcode |
|---|
getAngle, getColor, getPixelsPerXDimension, getX, getXDimension, getXDimensionMilliMeters, getXDimensionMils, getXDimensionsPerCentiMeter, getXDimensionsPerInch, getY, setAngle, setColor, setPixelsPerXDimension, setX, setXDimension, setXDimensionMilliMeters, setXDimensionMils, setXDimensionsPerCentiMeter, setXDimensionsPerInch, setY |
| Methods inherited from class com.cete.dynamicpdf.pageelements.TaggablePageElement |
|---|
getTag, getTagOrder, setTag, setTagOrder |
| Methods inherited from class com.cete.dynamicpdf.PageElement |
|---|
getRequiredLicenseLevel, getStrID, setRequiredLicenseLevel, setStrID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataMatrixBarCode(java.lang.String value,
float x,
float y)
DataMatrixBarcode.
value - The value of the barcode.x - The X coordinate of the barcode.y - The Y coordinate of the barcode.
public DataMatrixBarCode(byte[] value,
float x,
float y)
DataMatrixBarcode.
value - The value of the barcode.x - The X coordinate of the barcode.y - The Y coordinate of the barcode.
public DataMatrixBarCode(java.lang.String value,
float x,
float y,
DataMatrixSymbolSize dataMatrixSymbolSize)
DataMatrixBarcode.
value - The value of the barcode.x - The X coordinate of the barcode.y - The Y coordinate of the barcode.dataMatrixSymbolSize - The symbol size of the barcode.
public DataMatrixBarCode(byte[] value,
float x,
float y,
DataMatrixSymbolSize dataMatrixSymbolSize)
DataMatrixBarcode.
value - The value of the barcode.x - The X coordinate of the barcode.y - The Y coordinate of the barcode.dataMatrixSymbolSize - The symbol size of the barcode.
public DataMatrixBarCode(java.lang.String value,
float x,
float y,
DataMatrixSymbolSize dataMatrixSymbolSize,
DataMatrixEncodingType dataMatrixEncodingType)
DataMatrixBarcode.
value - The value of the barcode.x - The X coordinate of the barcode.y - The Y coordinate of the barcode.dataMatrixSymbolSize - The symbol size of the barcode.dataMatrixEncodingType - The encoding type of the barcode.
public DataMatrixBarCode(byte[] value,
float x,
float y,
DataMatrixSymbolSize dataMatrixSymbolSize,
DataMatrixEncodingType dataMatrixEncodingType)
DataMatrixBarcode.
value - The value of the barcode.x - The X coordinate of the barcode.y - The Y coordinate of the barcode.dataMatrixSymbolSize - The symbol size of the barcode.dataMatrixEncodingType - The encoding type of the barcode.
public DataMatrixBarCode(byte[] value,
float x,
float y,
DataMatrixSymbolSize dataMatrixSymbolSize,
DataMatrixEncodingType dataMatrixEncodingType,
DataMatrixFunctionCharacter dataMatrixFunctionCharacter)
DataMatrixBarcode.
value - The value of the barcode.x - The X coordinate of the barcode.y - The Y coordinate of the barcode.dataMatrixSymbolSize - The symbol size of the barcode.dataMatrixEncodingType - The encoding type of the barcode.dataMatrixFunctionCharacter - The function character of the barcode.
public DataMatrixBarCode(java.lang.String value,
float x,
float y,
DataMatrixSymbolSize dataMatrixSymbolSize,
DataMatrixEncodingType dataMatrixEncodingType,
DataMatrixFunctionCharacter dataMatrixFunctionCharacter)
DataMatrixBarcode.
value - The value of the barcode.x - The X coordinate of the barcode.y - The Y coordinate of the barcode.dataMatrixSymbolSize - The symbol size of the barcode.dataMatrixEncodingType - The encoding type of the barcode.dataMatrixFunctionCharacter - The function character of the barcode.| Method Detail |
|---|
public void draw(PageWriter writer)
draw in class Dim2Barcodewriter - PageWriter object to receive the page element's output.PageWriterpublic float getSymbolWidth()
getSymbolWidth in class Dim2Barcodepublic float getSymbolHeight()
getSymbolHeight in class Dim2Barcode
public DataMatrixBarCode getOverFlowDataMatrixBarcode(float x,
float y)
DataMatrixBarCode object.
x - The X coordinate of the Data Matrix bar code.y - The Y coordinate of the Data Matrix bar code.
DataMatrixBarCode object.public DataMatrixBarCode getOverFlowDataMatrixBarcode()
DataMatrixBarCode object.
DataMatrixBarCode object.public boolean getProcessTilde()
public void setProcessTilde(boolean value)
value - the tilde character processing status.
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||