|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.cete.dynamicpdf.PageElement
|
+--com.cete.dynamicpdf.pageelements.barcoding.Dim2Barcode
This is the base class for Pdf417 and MacroPdf417.
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. |
float |
getX()
Gets the X coordinate of the PDF417 bar code. |
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 |
setX(float x)
Sets the X coordinate of the PDF417 bar code. |
void |
setY(float y)
Sets the Y coordinate of the PDF417 bar code. |
| 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 PageElementwriter - PageWriter object to receive the page element's output.PageWriterpublic 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.
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||