- 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.