A C 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
 

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 to 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.
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 method in class codeanticode.syphon.Syphon
Return the version of the library.

A C G H L S T V

processing library Syphon by Andres Colubri. (c) 2011-2013