Example usage for Java com.lowagie.text Annotation fields, constructors, methods, implement or subclass
The text is from its open source code.
Annotation(float llx, float lly, float urx, float ury, URL url) Constructs an Annotation . | |
Annotation(float llx, float lly, float urx, float ury, String url) Constructs an Annotation . | |
Annotation(float llx, float lly, float urx, float ury, int named) Constructs an Annotation . | |
Annotation(String title, String text) Constructs an Annotation with a certain title and some text. |