|
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.Resource
|
+--com.cete.dynamicpdf.Annotation
Class represents an annotation resource.
| Constructor Summary | |
Annotation(float left,
float top,
float right,
float bottom,
IAnnotation iAnnotation)
Initializes a new instance of the Annotation class. |
|
| Method Summary | |
void |
draw(DocumentWriter writer)
Draws the annotation to the given DocumentWriter object. |
float |
getBottom()
Gets the bottom Y coordinate of the annotation. |
float |
getLeft()
Gets the left X coordinate of the annotation. |
int |
getRequiredPdfObjects()
Gets the number of PDF objects required by the annotation |
float |
getRight()
Gets the right X coordinate of the annotation. |
float |
getTop()
Gets the top Y coordinate of the annotation |
| Methods inherited from class com.cete.dynamicpdf.Resource |
getUid, newUid |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Annotation(float left,
float top,
float right,
float bottom,
IAnnotation iAnnotation)
Annotation class.
left - The left X coordinate of the annotation.top - The top Y coordinate of the annotation.right - The right X coordinate of the annotation.bottom - The bottom Y coordinate of the annotation.iAnnotation - Annotation| Method Detail |
public int getRequiredPdfObjects()
getRequiredPdfObjects in class Resourcepublic float getLeft()
public float getRight()
public float getTop()
public float getBottom()
public void draw(DocumentWriter writer)
DocumentWriter object.
draw in class Resourcewriter - DocumentWriter object to receive the
annotation's output.DocumentWriter
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||