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

D

DASHED - Static variable in class gnu.apdf.PDFAnnot
The border is drawn with a dashed line.
DIRECTION_LTR - Static variable in class gnu.apdf.PDFCanvas
Flag for drawTextRun indicating left-to-right run direction.
DIRECTION_RTL - Static variable in class gnu.apdf.PDFCanvas
Flag for drawTextRun indicating right-to-left run direction.
drawArc(RectF, float, float, boolean, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the specified arc, which will be scaled to fit inside the specified oval.
drawARGB(int, int, int, int) - Method in class gnu.apdf.PDFCanvas
Fill the entire page (restricted to the current clip) with the specified ARGB color.
drawBitmap(Bitmap, float, float, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the specified bitmap, with its top/left corner at (x,y), using the specified paint, transformed by the current matrix.
drawBitmap(Bitmap, Rect, RectF, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the specified bitmap, scaling/translating automatically to fill the destination rectangle.
drawBitmap(Bitmap, Rect, Rect, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the specified bitmap, scaling/translating automatically to fill the destination rectangle.
drawBitmap(int[], int, int, float, float, int, int, boolean, Paint) - Method in class gnu.apdf.PDFCanvas
Treat the specified array of colors as a bitmap, and draw it.
drawBitmap(int[], int, int, int, int, int, int, boolean, Paint) - Method in class gnu.apdf.PDFCanvas
Legacy version of drawBitmap(int[] colors, ...) that took ints for x,y
drawBitmap(Bitmap, Matrix, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the bitmap using the specified matrix.
drawBitmapMesh(Bitmap, int, int, float[], int, int[], int, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the bitmap through the mesh, where mesh vertices are evenly distributed across the bitmap.
drawCircle(float, float, float, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the specified circle using the specified paint.
drawColor(int) - Method in class gnu.apdf.PDFCanvas
Fill the entire page (restricted to the current clip) with the specified color.
drawColor(int, PorterDuff.Mode) - Method in class gnu.apdf.PDFCanvas
Fill the entire page (restricted to the current clip) with the specified color and porter-duff xfermode.
drawLine(float, float, float, float, Paint) - Method in class gnu.apdf.PDFCanvas
Draw a line segment with the specified start and stop x,y coordinates, using the specified paint.
drawLines(float[], int, int, Paint) - Method in class gnu.apdf.PDFCanvas
Draw a series of lines.
drawLines(float[], Paint) - Method in class gnu.apdf.PDFCanvas
Helper method for drawLines for the common case where all points are to be used.
drawOval(RectF, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the specified oval using the specified paint.
drawPaint(Paint) - Method in class gnu.apdf.PDFCanvas
Fill the entire page (restricted to the current clip) with the specified paint.
drawPatch(Bitmap, byte[], RectF, Paint) - Method in class gnu.apdf.PDFCanvas
Not supported; throws UnsupportedOperationException if called.
drawPath(Path, Paint) - Method in class gnu.apdf.PDFCanvas
Not supported; throws UnsupportedOperationException if called.
drawPicture(Picture) - Method in class gnu.apdf.PDFCanvas
Currently unsupported; throws UnsupportedOperationException if called.
drawPicture(Picture, RectF) - Method in class gnu.apdf.PDFCanvas
Currently unsupported; throws UnsupportedOperationException if called.
drawPicture(Picture, Rect) - Method in class gnu.apdf.PDFCanvas
Currently unsupported; throws UnsupportedOperationException if called.
drawPoint(float, float, Paint) - Method in class gnu.apdf.PDFCanvas
Helper for drawPoints() for drawing a single point.
drawPoints(float[], int, int, Paint) - Method in class gnu.apdf.PDFCanvas
Draw a series of points.
drawPoints(float[], Paint) - Method in class gnu.apdf.PDFCanvas
Helper for drawPoints() that assumes you want to draw the entire array
drawPosText(char[], int, int, float[], Paint) - Method in class gnu.apdf.PDFCanvas
Draw the text in the array, with each character's origin specified by the pos array, using the typeface and size in the specified Paint.
drawPosText(String, float[], Paint) - Method in class gnu.apdf.PDFCanvas
Draw the text in the array, with each character's origin specified by the pos array, using the typeface and size in the specified Paint.
drawRect(RectF, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the specified Rect using the specified paint.
drawRect(Rect, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the specified Rect using the specified Paint.
drawRect(float, float, float, float, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the specified Rect using the specified paint.
drawRGB(int, int, int) - Method in class gnu.apdf.PDFCanvas
Fill the entire page (restricted to the current clip) with the specified RGB color.
drawRoundRect(RectF, float, float, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the specified round-rect using the specified paint.
drawText(char[], int, int, float, float, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the text, with origin at (x,y), using the typeface and size in the specified paint.
drawText(String, float, float, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the text, with origin at (x,y), using the typeface and size in the specified paint.
drawText(String, int, int, float, float, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the text, with origin at (x,y), using the typeface and size in the specified paint.
drawText(CharSequence, int, int, float, float, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the specified range of text, specified by start/end, with its origin at (x,y), using the typeface and size in the specified paint.
drawTextOnPath(char[], int, int, Path, float, float, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the text, with origin at (x,y), along the specified path, using the typeface and size in the specified Paint.
drawTextOnPath(String, Path, float, float, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the text, with origin at (x,y), along the specified path, using the typeface and size in the specified Paint.
drawTextRun(char[], int, int, int, int, float, float, int, Paint) - Method in class gnu.apdf.PDFCanvas
Currently unsupported; throws UnsupportedOperationException if called.
drawTextRun(CharSequence, int, int, int, int, float, float, int, Paint) - Method in class gnu.apdf.PDFCanvas
Currently unsupported; throws UnsupportedOperationException if called.
drawVertices(Canvas.VertexMode, int, float[], int, float[], int, int[], int, short[], int, int, Paint) - Method in class gnu.apdf.PDFCanvas
Draw the array of vertices, interpreted as triangles (based on mode).
A B C D E F G I L M N O P Q R S T U V W 
Skip navigation links