Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
L
M
N
O
P
R
S
T
U
W
_
A
addFonts(String)
- Method in class processing.pdf.
PGraphicsPDF
Add a directory that should be searched for font data.
addPage()
- Method in class org.seltar.Bytes2Web.
PDFToWeb
Adds a page to the current recorder if it is recording Increments the current pageCount
allocate()
- Method in class processing.pdf.
BytePGraphicsPDF
allocate()
- Method in class processing.pdf.
PGraphicsPDF
all the init stuff happens in here, in case someone calls size() along the way and wants to hork things up.
B
beginDraw()
- Method in class processing.pdf.
BytePGraphicsPDF
beginDraw()
- Method in class processing.pdf.
PGraphicsPDF
blend(int, int, int, int, int)
- Method in class processing.pdf.
PGraphicsPDF
blend(PImage, int, int, int, int, int)
- Method in class processing.pdf.
PGraphicsPDF
blend(int, int, int, int, int, int, int, int, int)
- Method in class processing.pdf.
PGraphicsPDF
blend(PImage, int, int, int, int, int, int, int, int, int)
- Method in class processing.pdf.
PGraphicsPDF
BytePGraphicsPDF
- Class in
processing.pdf
BytePGraphicsPDF()
- Constructor for class processing.pdf.
BytePGraphicsPDF
ByteToWeb
- Class in
org.seltar.Bytes2Web
ByteToWeb(PApplet)
- Constructor for class org.seltar.Bytes2Web.
ByteToWeb
C
content
- Variable in class processing.pdf.
PGraphicsPDF
copy(int, int, int, int, int, int, int, int)
- Method in class processing.pdf.
PGraphicsPDF
copy(PImage, int, int, int, int, int, int, int, int)
- Method in class processing.pdf.
PGraphicsPDF
D
displayable()
- Method in class processing.pdf.
PGraphicsPDF
Don't open a window for this renderer, it won't be used.
dispose()
- Method in class processing.pdf.
PGraphicsPDF
document
- Variable in class processing.pdf.
PGraphicsPDF
E
endDraw()
- Method in class processing.pdf.
PGraphicsPDF
F
file
- Variable in class processing.pdf.
PGraphicsPDF
fileExists(File)
- Static method in class processing.pdf.
PGraphicsPDF
Gives the same basic functionality of File.exists but can be used to look for removable media without showing a system dialog if the media is not present.
filter(int)
- Method in class processing.pdf.
PGraphicsPDF
filter(int, float)
- Method in class processing.pdf.
PGraphicsPDF
G
get(int, int)
- Method in class processing.pdf.
PGraphicsPDF
get(int, int, int, int)
- Method in class processing.pdf.
PGraphicsPDF
get()
- Method in class processing.pdf.
PGraphicsPDF
getBytes()
- Method in class org.seltar.Bytes2Web.
ImageToWeb
Get the current screen's bytearray
getBytes(PGraphics)
- Method in class org.seltar.Bytes2Web.
ImageToWeb
Get the given PGraphics bytearray
getBytes()
- Method in class org.seltar.Bytes2Web.
PDFToWeb
Special PDF getBytes, which gets the current bytearray for the pdf-recorder
getBytes()
- Method in class org.seltar.Bytes2Web.
PostToWeb
getBytes()
- Method in class processing.pdf.
BytePGraphicsPDF
getBytesJPEG(BufferedImage)
- Method in class org.seltar.Bytes2Web.
ImageToWeb
Get the image as a jpeg byte array
getBytesTIFF(PImage)
- Method in class org.seltar.Bytes2Web.
ImageToWeb
Get the image as a tiff byte array
GIF
- Static variable in class org.seltar.Bytes2Web.
ImageToWeb
I
ImageToWeb
- Class in
org.seltar.Bytes2Web
ImageToWeb(PApplet)
- Constructor for class org.seltar.Bytes2Web.
ImageToWeb
isRecording()
- Method in class org.seltar.Bytes2Web.
PDFToWeb
Check to see if the recorder is on
J
JPEG
- Static variable in class org.seltar.Bytes2Web.
ImageToWeb
L
listFonts()
- Method in class processing.pdf.
PGraphicsPDF
List the fonts known to the PDF renderer.
loadPixels()
- Method in class processing.pdf.
PGraphicsPDF
M
mapper
- Variable in class processing.pdf.
PGraphicsPDF
mask(int[])
- Method in class processing.pdf.
PGraphicsPDF
mask(PImage)
- Method in class processing.pdf.
PGraphicsPDF
N
nextPage()
- Method in class processing.pdf.
PGraphicsPDF
Call to explicitly go to the next page from within a single draw().
nope(String)
- Method in class processing.pdf.
PGraphicsPDF
O
org.seltar.Bytes2Web
- package org.seltar.Bytes2Web
outStream
- Variable in class processing.pdf.
BytePGraphicsPDF
P
pageCount
- Variable in class org.seltar.Bytes2Web.
PDFToWeb
PDFToWeb
- Class in
org.seltar.Bytes2Web
PDFToWeb(PApplet)
- Constructor for class org.seltar.Bytes2Web.
PDFToWeb
PGraphicsPDF
- Class in
processing.pdf
PGraphicsPDF()
- Constructor for class processing.pdf.
PGraphicsPDF
PNG
- Static variable in class org.seltar.Bytes2Web.
ImageToWeb
post(String, String, String, boolean)
- Method in class org.seltar.Bytes2Web.
ByteToWeb
post(String, String, String, boolean, byte[])
- Method in class org.seltar.Bytes2Web.
ByteToWeb
post(String, String, String, boolean)
- Method in class org.seltar.Bytes2Web.
ImageToWeb
Special Image Post function, automatically adds the right extension
post(String, String, String, boolean, byte[])
- Method in class org.seltar.Bytes2Web.
ImageToWeb
Special Image Post function, automatically adds the right extension Takes a byte array, from other images
post(String, String, String, boolean)
- Method in class org.seltar.Bytes2Web.
PDFToWeb
Special PDF post, which stops the recorder if it's on Also adds .pdf to the filename
PostToWeb
- Class in
org.seltar.Bytes2Web
PostToWeb(PApplet)
- Constructor for class org.seltar.Bytes2Web.
PostToWeb
processing.pdf
- package processing.pdf
R
recording
- Variable in class org.seltar.Bytes2Web.
PDFToWeb
S
save(String, String, boolean)
- Method in class org.seltar.Bytes2Web.
ByteToWeb
save(String)
- Method in class org.seltar.Bytes2Web.
ByteToWeb
save(String, byte[])
- Method in class org.seltar.Bytes2Web.
ByteToWeb
save(String, boolean)
- Method in class org.seltar.Bytes2Web.
ImageToWeb
Special Image Post function Adds date if requested, and automatically adds the right extension
save(String)
- Method in class org.seltar.Bytes2Web.
ImageToWeb
Just save as a file
save(String, byte[])
- Method in class org.seltar.Bytes2Web.
ImageToWeb
Just save a bytearray as a file
save(String)
- Method in class org.seltar.Bytes2Web.
PDFToWeb
Special PDF save, which stops the recorder if it's on Assumes the filename is valid
save(String, boolean)
- Method in class org.seltar.Bytes2Web.
PDFToWeb
Special PDF save, which stops the recorder if it's on Also adds date if requested, and .pdf to the filename
save(String)
- Method in class processing.pdf.
PGraphicsPDF
set(int, int, int)
- Method in class processing.pdf.
PGraphicsPDF
set(int, int, PImage)
- Method in class processing.pdf.
PGraphicsPDF
setPath(String)
- Method in class processing.pdf.
PGraphicsPDF
setType(int)
- Method in class org.seltar.Bytes2Web.
ImageToWeb
Set the filetype to save / post as
startRecording()
- Method in class org.seltar.Bytes2Web.
PDFToWeb
Starts the pdf-recorder
stopRecording()
- Method in class org.seltar.Bytes2Web.
PDFToWeb
Stops the pdf-recorder
T
textMode(int)
- Method in class processing.pdf.
PGraphicsPDF
Change the textMode() to either SHAPE or MODEL.
TIFF
- Static variable in class org.seltar.Bytes2Web.
ImageToWeb
type
- Variable in class org.seltar.Bytes2Web.
ImageToWeb
U
updatePixels()
- Method in class processing.pdf.
PGraphicsPDF
updatePixels(int, int, int, int)
- Method in class processing.pdf.
PGraphicsPDF
W
writer
- Variable in class processing.pdf.
PGraphicsPDF
_
_post(String, String, String, boolean)
- Method in class org.seltar.Bytes2Web.
PostToWeb
_post(String, String, String, boolean, byte[])
- Method in class org.seltar.Bytes2Web.
PostToWeb
_save(String, String, boolean)
- Method in class org.seltar.Bytes2Web.
PostToWeb
_save(String)
- Method in class org.seltar.Bytes2Web.
PostToWeb
_save(String, byte[])
- Method in class org.seltar.Bytes2Web.
PostToWeb
A
B
C
D
E
F
G
I
J
L
M
N
O
P
R
S
T
U
W
_
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes