|
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
public abstract class Dim2Barcode
The base class for two dimensional barcodes.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
| Method Summary | |
|---|---|
abstract void |
draw(PageWriter writer)
Draws the barcode to the given PageWriter object. |
float |
getAngle()
Gets the angle to be rotated. |
Color |
getColor()
Gets the Color of PDF417 bar code. |
int |
getPixelsPerXDimension()
Gets the pixels per XDimension |
abstract float |
getSymbolHeight()
Gets required height for drawing bar code. |
abstract float |
getSymbolWidth()
Gets required width for drawing bar code. |
float |
getX()
Gets the X coordinate of the PDF417 bar code. |
float |
getXDimension()
Gets the XDimension of the barcode. |
float |
getXDimensionMilliMeters()
Gets the XDimensionMilliMeters of the barcode. |
float |
getXDimensionMils()
Gets the XDimensionMils of the barcode. |
float |
getXDimensionsPerCentiMeter()
Gets the XDimensionsPerCentiMeter of the barcode. |
float |
getXDimensionsPerInch()
Gets the XDimensionsPerInch of the barcode. |
float |
getY()
Gets the Y coordinate of the PDF417 bar code. |
void |
setAngle(float angle)
Sets the rotated angle for PDFf417 bar code. |
void |
setColor(Color color)
Sets the Color for the PDF417 bar code. |
void |
setPixelsPerXDimension(int value)
Sets the pixels per XDimension |
void |
setX(float x)
Sets the X coordinate of the PDF417 bar code. |
void |
setXDimension(float value)
Sets the XDimension of the barcode. |
void |
setXDimensionMilliMeters(float value)
Sets the XDimensionMilliMeters of the barcode. |
void |
setXDimensionMils(float value)
Sets the XDimensionMils of the barcode. |
void |
setXDimensionsPerCentiMeter(float value)
Sets the XDimensionsPerCentiMeter of the barcode. |
void |
setXDimensionsPerInch(float value)
Sets the XDimensionsPerInch of the barcode. |
void |
setY(float y)
Sets the Y coordinate of the PDF417 bar code. |
| 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 |
| Method Detail |
|---|
public abstract void draw(PageWriter writer)
draw in class TaggablePageElementwriter - PageWriter object to receive the page element's output.PageWriterpublic abstract float getSymbolHeight()
public abstract float getSymbolWidth()
public Color getColor()
Color object.public void setColor(Color color)
color - color for the PDF417 bar code.Colorpublic float getX()
getX in interface ICoordinatepublic void setX(float x)
setX in interface ICoordinatex - The X coordinate of the PDF417 bar code.public float getY()
getY in interface ICoordinatepublic void setY(float y)
setY in interface ICoordinatey - The Y coordinate of the PDF417 bar code.public float getAngle()
public void setAngle(float angle)
angle - float value of angle to be rotated.public float getXDimension()
public void setXDimension(float value)
value - the XDimension of the barcode.public float getXDimensionsPerInch()
public void setXDimensionsPerInch(float value)
value - the XDimensionsPerInch of the barcode.public float getXDimensionsPerCentiMeter()
public void setXDimensionsPerCentiMeter(float value)
value - the XDimensionsPerCentiMeter of the barcode.public float getXDimensionMils()
public void setXDimensionMils(float value)
value - the XDimensionMils of the barcode.public float getXDimensionMilliMeters()
public void setXDimensionMilliMeters(float value)
value - the XDimensionMilliMeters of the barcode.public int getPixelsPerXDimension()
public void setPixelsPerXDimension(int value)
value - the pixels per XDimension
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||