A B C D E F G I L M O P R S T

A

add_bookmark(String, int, int) - Method in class com.pdflib.pdflib
Add a nested bookmark under parent, or a new top-level bookmark if parent = 0. text may be Unicode.
add_launchlink(float, float, float, float, String) - Method in class com.pdflib.pdflib
Add a launch annotation (arbitrary file type).
add_locallink(float, float, float, float, int, String) - Method in class com.pdflib.pdflib
Add a link annotation with a target within the current file.
add_note(float, float, float, float, String, String, String, int) - Method in class com.pdflib.pdflib
Add a note annotation. contents and title may be Unicode. icon is one of "comment, "insert", "note", "paragraph", "newparagraph", "key", or "help".
add_pdflink(float, float, float, float, String, int, String) - Method in class com.pdflib.pdflib
Add a file link annotation (to a PDF file).
add_thumbnail(int) - Method in class com.pdflib.pdflib
Add an existing image as thumbnail for the current page.
add_weblink(float, float, float, float, String) - Method in class com.pdflib.pdflib
Add a weblink annotation.
arc(float, float, float, float, float) - Method in class com.pdflib.pdflib
Draw a circular arc with center (x, y) and radius r from alpha1 to alpha2.
arcn(float, float, float, float, float) - Method in class com.pdflib.pdflib
Draw a clockwise circular arc from alpha to beta degrees.
attach_file(float, float, float, float, String, String, String, String, String) - Method in class com.pdflib.pdflib
Add a file attachment annotation. description and author may be Unicode.

B

begin_page(float, float) - Method in class com.pdflib.pdflib
Start a new page.
begin_pattern(float, float, float, float, int) - Method in class com.pdflib.pdflib
Start a new pattern definition.
begin_template(float, float) - Method in class com.pdflib.pdflib
Start a new template definition.

C

circle(float, float, float) - Method in class com.pdflib.pdflib
Draw a circle with center (x, y) and radius r.
clip() - Method in class com.pdflib.pdflib
Use the current path as clipping path.
close_image(int) - Method in class com.pdflib.pdflib
Close an image retrieved with one of the PDF_open_image*() functions.
close_pdi_page(int) - Method in class com.pdflib.pdflib
Close the page handle, and free all page-related resources.
close_pdi(int) - Method in class com.pdflib.pdflib
Close all open page handles, and close the input PDF document.
close() - Method in class com.pdflib.pdflib
Close the generated PDF file.
closepath_fill_stroke() - Method in class com.pdflib.pdflib
Close the path, fill, and stroke it.
closepath_stroke() - Method in class com.pdflib.pdflib
Close the path, and stroke it.
closepath() - Method in class com.pdflib.pdflib
Close the current path.
com.pdflib - package com.pdflib
 
concat(float, float, float, float, float, float) - Method in class com.pdflib.pdflib
Concatenate a matrix to the CTM. a*d must not be equal to b*c.
continue_text(String) - Method in class com.pdflib.pdflib
Print text at the next line.
curveto(float, float, float, float, float, float) - Method in class com.pdflib.pdflib
Draw a Bezier curve from the current point, using 3 more control points.

D

delete() - Method in class com.pdflib.pdflib
Explicitly delete a PDF object.

E

end_page() - Method in class com.pdflib.pdflib
Finish the page.
end_pattern() - Method in class com.pdflib.pdflib
Finish a pattern definition.
end_template() - Method in class com.pdflib.pdflib
Finish a template definition.
endpath() - Method in class com.pdflib.pdflib
End the current path without filling or stroking it.

F

fill_stroke() - Method in class com.pdflib.pdflib
Fill and stroke the path with the current fill and stroke color.
fill() - Method in class com.pdflib.pdflib
Fill the interior of the path with the current fill color.
findfont(String, String, int) - Method in class com.pdflib.pdflib
Prepare a font for later use with PDF_setfont().

G

get_buffer() - Method in class com.pdflib.pdflib
Get the contents of the PDF output buffer.
get_parameter(String, float) - Method in class com.pdflib.pdflib
Get some PDFlib parameters with string type
get_pdi_parameter(String, int, int, int) - Method in class com.pdflib.pdflib
Get the contents of some PDI document parameter with string type.
get_pdi_value(String, int, int, int) - Method in class com.pdflib.pdflib
Get the contents of some PDI document parameter with numerical type.
get_value(String, float) - Method in class com.pdflib.pdflib
Get the value of some PDFlib parameters with float type

I

initgraphics() - Method in class com.pdflib.pdflib
Reset all implicit color and graphics state parameters to their defaults.

L

lineto(float, float) - Method in class com.pdflib.pdflib
Draw a line from the current point to (x, y).

M

makespotcolor(String) - Method in class com.pdflib.pdflib
Make a named spot color from the current color.
moveto(float, float) - Method in class com.pdflib.pdflib
Set the current point to (x, y).

O

open_CCITT(String, int, int, int, int, int) - Method in class com.pdflib.pdflib
Open a raw CCITT image for later use.
open_file(String) - Method in class com.pdflib.pdflib
Open a new PDF file associated with p, using the supplied file name.
open_image_file(String, String, String, int) - Method in class com.pdflib.pdflib
Open an image for later use.
open_image(String, String, byte[], long, int, int, int, int, String) - Method in class com.pdflib.pdflib
Use image data from a variety of data sources.
open_pdi_page(int, int, String) - Method in class com.pdflib.pdflib
Prepare a page for later use with PDF_place_pdi_page().
open_pdi(String, String, int) - Method in class com.pdflib.pdflib
Open an existing PDF document and prepare it for later use.

P

pdflib - class com.pdflib.pdflib.
PDFlib -- a library for generating PDF on the fly.
pdflib() - Constructor for class com.pdflib.pdflib
Create a new PDF object.
place_image(int, float, float, float) - Method in class com.pdflib.pdflib
Place an image at the lower left corner (x, y), and scale it.
place_pdi_page(int, float, float, float, float) - Method in class com.pdflib.pdflib
Place a PDF page at the lower left corner (x, y), and scale it.

R

rect(float, float, float, float) - Method in class com.pdflib.pdflib
Draw a rectangle at lower left (x, y) with width and height.
restore() - Method in class com.pdflib.pdflib
Restore the most recently saved graphics state.
rotate(float) - Method in class com.pdflib.pdflib
Rotate the coordinate system by phi degrees.

S

save() - Method in class com.pdflib.pdflib
Save the current graphics state.
scale(float, float) - Method in class com.pdflib.pdflib
Scale the coordinate system by (sx, sy).
set_border_color(float, float, float) - Method in class com.pdflib.pdflib
Set the border color for all kinds of annotations.
set_border_dash(float, float) - Method in class com.pdflib.pdflib
Set the border dash style for all kinds of annotations.
set_border_style(String, float) - Method in class com.pdflib.pdflib
Set the border style for all kinds of annotations.
set_info(String, String) - Method in class com.pdflib.pdflib
Fill document information field key with value. value may be Unicode.
set_parameter(String, String) - Method in class com.pdflib.pdflib
Set some PDFlib parameters with string type
set_text_pos(float, float) - Method in class com.pdflib.pdflib
Set the text output position to (x, y).
set_value(String, float) - Method in class com.pdflib.pdflib
Set some PDFlib parameters with float type
setcolor(String, String, float, float, float, float) - Method in class com.pdflib.pdflib
Set the current color space and color.
setdash(float, float) - Method in class com.pdflib.pdflib
Set the current dash pattern to b black and w white units.
setflat(float) - Method in class com.pdflib.pdflib
Set the flatness to a value between 0 and 100 inclusive.
setfont(int, float) - Method in class com.pdflib.pdflib
Set the current font in the given size.
setgray_fill(float) - Method in class com.pdflib.pdflib
Deprecated. Use setcolor("fill", "gray", g, 0, 0, 0) instead.
setgray_stroke(float) - Method in class com.pdflib.pdflib
Deprecated. Use setcolor("stroke", "gray", g, 0, 0, 0) instead.
setgray(float) - Method in class com.pdflib.pdflib
Deprecated. Use setcolor("both", "gray", g, 0, 0, 0) instead.
setlinecap(int) - Method in class com.pdflib.pdflib
Set the linecap parameter to a value between 0 and 2 inclusive.
setlinejoin(int) - Method in class com.pdflib.pdflib
Set the line join parameter to a value between 0 and 2 inclusive.
setlinewidth(float) - Method in class com.pdflib.pdflib
Set the current linewidth to width.
setmatrix(float, float, float, float, float, float) - Method in class com.pdflib.pdflib
Explicitly set the current transformation matrix.
setmiterlimit(float) - Method in class com.pdflib.pdflib
Set the miter limit to a value greater than or equal to 1.
setpolydash(float[]) - Method in class com.pdflib.pdflib
Set a more complicated dash pattern defined by an array.
setrgbcolor_fill(float, float, float) - Method in class com.pdflib.pdflib
Deprecated. Use setcolor("fill", "rgb", red, green, blue, 0) instead.
setrgbcolor_stroke(float, float, float) - Method in class com.pdflib.pdflib
Deprecated. Use setcolor("stroke", "rgb", red, green, blue, 0) instead.
setrgbcolor(float, float, float) - Method in class com.pdflib.pdflib
Deprecated. Use setcolor("both", "rgb", red, green, blue, 0) instead.
show_boxed(String, float, float, float, float, String, String) - Method in class com.pdflib.pdflib
Format text in the current font and size into the supplied text box according to the requested formatting mode.
show_xy(String, float, float) - Method in class com.pdflib.pdflib
Print text in the current font at (x, y).
show(String) - Method in class com.pdflib.pdflib
Print text in the current font and size at the current position.
skew(float, float) - Method in class com.pdflib.pdflib
Skew the coordinate system in x and y direction by alpha and beta degrees
stringwidth(String, int, float) - Method in class com.pdflib.pdflib
Get the width of text in an arbitrary font which has been selected with PDF_findfont().
stroke() - Method in class com.pdflib.pdflib
Stroke the path with the current color and line width,and clear it.

T

translate(float, float) - Method in class com.pdflib.pdflib
Translate the origin of the coordinate system to (tx, ty).

A B C D E F G I L M O P R S T