|
ElegantJ PDF Library Java API Specification v1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.elegantj.pdf.PDFObject
com.elegantj.pdf.PDFGraphicsObject
com.elegantj.pdf.PDFAnnotation
This abstract class represents PDFAnnotation object
Field Summary | |
protected int |
llX
|
protected int |
llY
|
protected int |
urX
|
protected int |
urY
|
Fields inherited from class com.elegantj.pdf.PDFGraphicsObject |
BEVEL_JOINS, BUTT_CAPS, MITER_JOINS, ROUND_CAPS, ROUND_JOINS, SQUARE_CAPS |
Constructor Summary | |
PDFAnnotation(int x,
int y,
int width,
int height)
Default constructor |
Method Summary | |
abstract java.lang.Object |
clone()
This method must be override by the derived classes : PDFTextAnnotation and PDFLinkAnnotation and PDFRubberStampAnnotation |
Methods inherited from class com.elegantj.pdf.PDFObject |
getPDFObjectID, getPDFObjectRefStr, getPDFObjectType, setPDFObjectID, setPDFObjectType |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int llX
protected int llY
protected int urX
protected int urY
Constructor Detail |
public PDFAnnotation(int x, int y, int width, int height)
x
- the x coordinate of annotationy
- the y coordinate of annotationwidth
- the width of the annotationheight
- the height of the annotationMethod Detail |
public abstract java.lang.Object clone()
|
ElegantJ PDF Library Java API Specification v1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |