- save() - Method in class gnu.apdf.PDFCanvas
-
Saves the current matrix and clip onto a private stack.
- save(int) - Method in class gnu.apdf.PDFCanvas
-
Based on saveFlags, can save the current matrix and clip onto a private stack.
- saveLayer(RectF, Paint, int) - Method in class gnu.apdf.PDFCanvas
-
This behaves the same as save(), and all arguments are ignored.
- saveLayer(float, float, float, float, Paint, int) - Method in class gnu.apdf.PDFCanvas
-
This behaves the same as save(), and all arguments are ignored.
- saveLayerAlpha(RectF, int, int) - Method in class gnu.apdf.PDFCanvas
-
This behaves the same as save(), and all arguments are ignored.
- saveLayerAlpha(float, float, float, float, int, int) - Method in class gnu.apdf.PDFCanvas
-
This behaves the same as save(), and all arguments are ignored.
- scale(float, float) - Method in class gnu.apdf.PDFCanvas
-
Preconcat the current matrix with the specified scale.
- setAuthor(String) - Method in class gnu.apdf.PDFInfo
-
Set the value of author.
- setBitmap(Bitmap) - Method in class gnu.apdf.PDFCanvas
-
Not supported; throws UnsupportedOperationException
- setBorder(short, double) - Method in class gnu.apdf.PDFAnnot
-
Sets the border for the annotation.
- setBorder(double, double[]) - Method in class gnu.apdf.PDFAnnot
-
Sets the border for the annotation.
- setCreator(String) - Method in class gnu.apdf.PDFInfo
-
Set the value of creator.
- setDeflate(boolean) - Method in class gnu.apdf.PDFStream
-
- setDensity(int) - Method in class gnu.apdf.PDFCanvas
-
Specifies the density for this Canvas' backing bitmap.
- setDrawFilter(DrawFilter) - Method in class gnu.apdf.PDFCanvas
-
Not supported; throws UnsupportedOperationException if called.
- setHeight(int) - Method in class gnu.apdf.PDFImage
-
Set the value of height.
- setHeight(int) - Method in class gnu.apdf.PDFPageFormat
-
- setImage(Bitmap, int, int, int, int) - Method in class gnu.apdf.PDFImage
-
Set the Bitmap to be embedded, which is the specified subset of the supplied Bitmap.
- setKeywords(String) - Method in class gnu.apdf.PDFInfo
-
Set the value of keywords.
- setMargin(int) - Method in class gnu.apdf.PDFPageFormat
-
- setMatrix(Matrix) - Method in class gnu.apdf.PDFCanvas
-
Completely replace the current matrix with the specified matrix.
- setName(String) - Method in class gnu.apdf.PDFObject
-
Set the name of this object, for use as a named resource reference in a PDFPage.
- setName(String) - Method in class gnu.apdf.PDFPageFormat
-
- setOrientation(int) - Method in class gnu.apdf.PDFPage
-
Sets the page's orientation.
- setOrientation(int) - Method in class gnu.apdf.PDFPageFormat
-
- setPDFInfo(PDFInfo) - Method in class gnu.apdf.PDFDocument
-
Set the PDFInfo object, which contains author, title, keywords, etc
- setScreenDensity(int) - Method in class gnu.apdf.PDFCanvas
-
Not supported; ignored.
- setSubject(String) - Method in class gnu.apdf.PDFInfo
-
Set the value of subject.
- setThumbnail(PDFObject) - Method in class gnu.apdf.PDFPage
-
This adds an object that describes a thumbnail for this page.
- setTitle(String) - Method in class gnu.apdf.PDFInfo
-
Set the value of title.
- setViewport(int, int) - Method in class gnu.apdf.PDFCanvas
-
Set the viewport dimensions if this canvas is GL based.
- setWidth(int) - Method in class gnu.apdf.PDFImage
-
Set the value of width.
- setWidth(int) - Method in class gnu.apdf.PDFPageFormat
-
- shadingType - Variable in class gnu.apdf.PDFShading
-
Required fields for any Shading
- skew(float, float) - Method in class gnu.apdf.PDFCanvas
-
Preconcat the current matrix with the specified skew.
- SOLID - Static variable in class gnu.apdf.PDFAnnot
-
Solid border.
- STATEMENT - Static variable in class gnu.apdf.PDFPageFormat
-
- STATEMENT_HEIGHT - Static variable in class gnu.apdf.PDFPageFormat
-
- STATEMENT_NAME - Static variable in class gnu.apdf.PDFPageFormat
-
- STATEMENT_WIDTH - Static variable in class gnu.apdf.PDFPageFormat
-