Skip navigation links
A B C D E F G I L M N O P Q R S T U V W 

G

generation - Variable in class gnu.apdf.PDFXref
The generation of the object, usually 0
getAuthor() - Method in class gnu.apdf.PDFInfo
Get the value of author.
getCanvas() - Method in class gnu.apdf.PDFPage
This returns a PDFGraphics object, which can then be used to render on to this page.
getClipBounds(Rect) - Method in class gnu.apdf.PDFCanvas
Retrieve the clip bounds, returning true if they are non-empty.
getCreator() - Method in class gnu.apdf.PDFInfo
PDF has two values, a Creator and a Producer.
getDeflate() - Method in class gnu.apdf.PDFStream
Returs true if the stream will be compressed.
getDensity() - Method in class gnu.apdf.PDFCanvas
Returns the target density of the canvas.
getDrawFilter() - Method in class gnu.apdf.PDFCanvas
Not supported; throws UnsupportedOperationException if called.
getFont(String, Typeface) - Method in class gnu.apdf.PDFDocument
This returns a font of the specified type and typeface.
getFont() - Method in class gnu.apdf.PDFFont
 
getFont(String, Typeface) - Method in class gnu.apdf.PDFPage
Returns a PDFFont, creating it if not yet used.
getGeneration() - Method in class gnu.apdf.PDFObject
Returns the unique serial number of this object.
getHeight() - Method in class gnu.apdf.PDFCanvas
Returns the imageable height of the current page
getHeight() - Method in class gnu.apdf.PDFImage
Get the value of height.
getHeight() - Method in class gnu.apdf.PDFPageFormat
 
getImageableArea() - Method in class gnu.apdf.PDFPage
Gets the imageable area of the page.
getImageableHeight() - Method in class gnu.apdf.PDFPageFormat
 
getImageableWidth() - Method in class gnu.apdf.PDFPageFormat
 
getImageableX() - Method in class gnu.apdf.PDFPageFormat
 
getImageableY() - Method in class gnu.apdf.PDFPageFormat
 
getKeywords() - Method in class gnu.apdf.PDFInfo
Get the value of keywords.
getMargin() - Method in class gnu.apdf.PDFPageFormat
 
getMatrix(Matrix) - Method in class gnu.apdf.PDFCanvas
Return, in ctm, the current transformation matrix.
getMaximumBitmapHeight() - Method in class gnu.apdf.PDFCanvas
Returns the maximum allowed height for bitmaps drawn with this canvas.
getMaximumBitmapWidth() - Method in class gnu.apdf.PDFCanvas
Returns the maximum allowed width for bitmaps drawn with this canvas.
getName() - Method in class gnu.apdf.PDFFont
This is the most common method to use.
getName() - Method in class gnu.apdf.PDFObject
Get the name
getName() - Method in class gnu.apdf.PDFPageFormat
 
getOrientation() - Method in class gnu.apdf.PDFPage
Returns the pages orientation: PageFormat.PORTRAIT, PageFormat.LANDSACPE or PageFromat.REVERSE_LANDSACPE
getOrientation() - Method in class gnu.apdf.PDFPageFormat
 
getOutline() - Method in class gnu.apdf.PDFDocument
 
getOutputStream() - Method in class gnu.apdf.PDFStream
Returns the OutputStream that will append to this stream.
getPage(int) - Method in class gnu.apdf.PDFDocument
This returns a specific page
getPage(int) - Method in class gnu.apdf.PDFPageList
This returns a specific page.
getPageFormat() - Method in class gnu.apdf.PDFPage
Returns the page's PageFormat.
getPDFDocument() - Method in class gnu.apdf.PDFObject
Returns the PDF document this object belongs to.
getPDFInfo() - Method in class gnu.apdf.PDFDocument
Get the PDFInfo object, which contains author, title, keywords, etc
getRGBString(int) - Static method in class gnu.apdf.PDFImage
Converts a pixel color to a hex string
getSaveCount() - Method in class gnu.apdf.PDFCanvas
Returns the number of matrix/clip states on the Canvas' private stack.
getSerialID() - Method in class gnu.apdf.PDFObject
Returns the unique serial number of this object.
getStream() - Method in class gnu.apdf.PDFStream
This is for extenders, and provides access to the stream.
getStreamDataString() - Method in class gnu.apdf.PDFShadingGouraudFreeform
Method used for debugging - prints the information in the shading data stream.
getStreamDataString() - Method in class gnu.apdf.PDFStream
Used for printing stream contents in human-readable form, for debugging.
getStyle() - Method in class gnu.apdf.PDFFont
 
getSubject() - Method in class gnu.apdf.PDFInfo
Get the value of subject.
getTitle() - Method in class gnu.apdf.PDFInfo
Get the value of title.
getType() - Method in class gnu.apdf.PDFFont
 
getType() - Method in class gnu.apdf.PDFObject
Returns the PDF Type of this object
getWidth() - Method in class gnu.apdf.PDFCanvas
Returns the imageable width of the current page
getWidth() - Method in class gnu.apdf.PDFImage
Get the value of width.
getWidth() - Method in class gnu.apdf.PDFPageFormat
 
getWriter() - Method in class gnu.apdf.PDFStream
Creates a PrintWriter that will append to this stream.
gnu.apdf - package gnu.apdf
 
A B C D E F G I L M N O P Q R S T U V W 
Skip navigation links