|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CDSRectangle | |
---|---|
de.intarsys.pdf.cds | CDS (Common Data Structure) defines higher level data structures or types on top of COS types that are used all over the PDF spec. |
de.intarsys.pdf.font | The font part of the PDF is quite large for itself, so it is extracted to a package of its own. |
de.intarsys.pdf.pd | The higher level building blocks of a PDF document. |
Uses of CDSRectangle in de.intarsys.pdf.cds |
---|
Methods in de.intarsys.pdf.cds that return CDSRectangle | |
---|---|
CDSRectangle |
CDSRectangle.copy()
Create a copy of the receiver |
static CDSRectangle |
CDSRectangle.createFromCOS(COSArray array)
Create a CDSRectangle from an array holding the
rectangle coordinates. |
CDSRectangle |
CDSRectangle.moveTo(float x,
float y)
Move the rectangle to a new absolute position. |
CDSRectangle |
CDSRectangle.normalize()
Adjust the corner coordinates so that lower left is really in the lower left (this means returns the smallest coordinate values). |
Uses of CDSRectangle in de.intarsys.pdf.font |
---|
Methods in de.intarsys.pdf.font that return CDSRectangle | |
---|---|
CDSRectangle |
PDFontDescriptorType1.getFontBB()
|
CDSRectangle |
PDFontDescriptorEmbedded.getFontBB()
|
abstract CDSRectangle |
PDFontDescriptor.getFontBB()
The character enclosing rectangle. |
Methods in de.intarsys.pdf.font with parameters of type CDSRectangle | |
---|---|
void |
PDFontDescriptorEmbedded.setFontBB(CDSRectangle rect)
|
Uses of CDSRectangle in de.intarsys.pdf.pd |
---|
Methods in de.intarsys.pdf.pd that return CDSRectangle | |
---|---|
CDSRectangle |
PDShading.getBoundingBox()
|
CDSRectangle |
PDForm.getBoundingBox()
The bounding box of the receiver form. |
CDSRectangle |
PDPageNode.getCropBox()
The rectangle in user space coordinates defining the visible region of the page. |
CDSRectangle |
PDPageNode.getMediaBox()
The rectangle in user space coordinates defining the physical page boundaries. user space is measured in 1/72 inch initially |
CDSRectangle |
PDWidgetAnnotation.getNormalizedRectangle()
|
CDSRectangle |
PDAnnotation.getNormalizedRectangle()
Convenience method to access a normalized copy of the receivers rectangle. |
CDSRectangle |
PDAnnotation.getRectangle()
The CDSRectangle for the visual appearance of this. |
Methods in de.intarsys.pdf.pd with parameters of type CDSRectangle | |
---|---|
void |
PDForm.setBoundingBox(CDSRectangle rect)
Set the bounding box of the receiver. |
void |
PDPageNode.setCropBox(CDSRectangle rect)
Set the rectangle in user space coordinates defining the visible region of the page. user space is measured in 1/72 inch initially |
void |
PDPageNode.setMediaBox(CDSRectangle rect)
Set the rectangle in user space coordinates defining the physical page boundaries. user space is measured in 1/72 inch initially |
void |
PDAnnotation.setRectangle(CDSRectangle newRectangle)
Assign a CDSRectangle for the visual appearance of this. |
void |
PDWidgetAnnotation.transform(CDSRectangle rect,
CDSMatrix matrix)
Change a given rectangle and matrix (belonging to a form) according to the annotations defined rotation. |
|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |