|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.core.pobjects.annotations.AnnotationFactory
public class AnnotationFactory
Factory for build annotations.
Note: Currently only Link annotations are supported.
| Constructor Summary | |
|---|---|
AnnotationFactory()
|
|
| Method Summary | |
|---|---|
static Annotation |
buildAnnotation(Library library,
Name subType,
java.awt.Rectangle rect)
Creates a new Annotation object using properties from the annotationState paramater. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationFactory()
| Method Detail |
|---|
public static Annotation buildAnnotation(Library library,
Name subType,
java.awt.Rectangle rect)
library - library to register annotation withsubType - type of annotation to createrect - bounds of new annotation specified in user space.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||