A C D G H L S T V 

A

available() - Method in class codeanticode.syphon.SyphonClient
Returns true if a new frame is available.

C

codeanticode.syphon - package codeanticode.syphon
 

D

dispose() - Method in class codeanticode.syphon.SyphonServer
This method is called automatically when the sketch is disposed, so making sure that the server is properly stopped and Syphon doesn't complain about memory not being properly released: https://github.com/Syphon/Processing/issues/4

G

getGraphics(PGraphics) - Method in class codeanticode.syphon.SyphonClient
Copies the new frame to a PGraphics object.
getImage(PImage) - Method in class codeanticode.syphon.SyphonClient
 
getImage(PImage, boolean) - Method in class codeanticode.syphon.SyphonClient
Copies the new frame into a PImage object.
getServerName() - Method in class codeanticode.syphon.SyphonClient
Returns a hash map containing two key-value pairs: one (key=="AppName") containing the name of the application running the server bound to this client, the other (key=="ServerName") is the actual name of the server.

H

hasClients() - Method in class codeanticode.syphon.SyphonServer
Returns true if this server is bound to any client.

L

listServers() - Static method in class codeanticode.syphon.SyphonClient
Returns an array of hash maps containing the names of the currently available Syphon servers.

S

sendImage(PImage) - Method in class codeanticode.syphon.SyphonServer
Sends the source image to the bound client.
sendScreen() - Method in class codeanticode.syphon.SyphonServer
Sends the screen image to the bound client.
stop() - Method in class codeanticode.syphon.SyphonClient
Stops the client.
stop() - Method in class codeanticode.syphon.SyphonServer
Stops the server.
Syphon - Class in codeanticode.syphon
Processing library that encapsulates Syphon clients and servers.
Syphon() - Constructor for class codeanticode.syphon.Syphon
 
SyphonClient - Class in codeanticode.syphon
Syphon client class.
SyphonClient(PApplet) - Constructor for class codeanticode.syphon.SyphonClient
Constructor that binds this client to the first available server.
SyphonClient(PApplet, String) - Constructor for class codeanticode.syphon.SyphonClient
Constructor that binds this client to the specified named server.
SyphonClient(PApplet, String, String) - Constructor for class codeanticode.syphon.SyphonClient
Constructor that binds this client to the specified named server.
SyphonServer - Class in codeanticode.syphon
Syphon server class.
SyphonServer(PApplet, String) - Constructor for class codeanticode.syphon.SyphonServer
Constructor that sets server with specified name.

T

tempDest - Variable in class codeanticode.syphon.SyphonClient
 

V

VERSION - Static variable in class codeanticode.syphon.Syphon
 
version() - Static method in class codeanticode.syphon.Syphon
Return the version of the library.
A C D G H L S T V 

Processing library Syphon by Andres Colubri. (c) 2011-14