|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Quad | |
---|---|
org.pdfclown.documents.contents.composition | Typographic composition. |
org.pdfclown.documents.interaction.annotations | Annotations used to associate an object such as a note, sound, or movie with a location on a page of a PDF document, or to provide a way to interact with the user by means of the mouse and keyboard [PDF:1.6:8.4]. |
org.pdfclown.util.math.geom |
Uses of Quad in org.pdfclown.documents.contents.composition |
---|
Methods in org.pdfclown.documents.contents.composition that return Quad | |
---|---|
Quad |
PrimitiveComposer.showText(String value)
Shows the specified text on the page at the current location [PDF:1.6:5.3.2]. |
Quad |
PrimitiveComposer.showText(String value,
Point2D location)
Shows the specified text on the page at the specified location [PDF:1.6:5.3.2]. |
Quad |
PrimitiveComposer.showText(String value,
Point2D location,
XAlignmentEnum xAlignment,
YAlignmentEnum yAlignment,
double rotation)
Shows the specified text on the page at the specified location [PDF:1.6:5.3.2]. |
Uses of Quad in org.pdfclown.documents.interaction.annotations |
---|
Methods in org.pdfclown.documents.interaction.annotations that return types with arguments of type Quad | |
---|---|
List<Quad> |
TextMarkup.getMarkupBoxes()
Gets the quadrilaterals encompassing a word or group of contiguous words in the text underlying the annotation. |
Method parameters in org.pdfclown.documents.interaction.annotations with type arguments of type Quad | |
---|---|
void |
TextMarkup.setMarkupBoxes(List<Quad> value)
|
Constructors in org.pdfclown.documents.interaction.annotations with parameters of type Quad | |
---|---|
TextMarkup(Page page,
String text,
TextMarkup.MarkupTypeEnum markupType,
Quad markupBox)
Creates a new text markup on the specified page, making it printable by default. |
Constructor parameters in org.pdfclown.documents.interaction.annotations with type arguments of type Quad | |
---|---|
TextMarkup(Page page,
String text,
TextMarkup.MarkupTypeEnum markupType,
List<Quad> markupBoxes)
Creates a new text markup on the specified page, making it printable by default. |
Uses of Quad in org.pdfclown.util.math.geom |
---|
Methods in org.pdfclown.util.math.geom that return Quad | |
---|---|
static Quad |
Quad.get(Rectangle2D rectangle)
|
|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |