codeanticode.syphon
Class SyphonServer
java.lang.Object
codeanticode.syphon.SyphonServer
public class SyphonServer
- extends java.lang.Object
Syphon server class. It broadcasts the textures encapsulated in
PImage objects when the OPENGL2 renderer is used.
Field Summary |
static java.lang.String |
VERSION
|
Constructor Summary |
SyphonServer(processing.core.PApplet parent)
Default constructor. |
Method Summary |
void |
sendImage(processing.core.PImage img)
|
static java.lang.String |
version()
return the version of the library. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION
public static final java.lang.String VERSION
- See Also:
- Constant Field Values
SyphonServer
public SyphonServer(processing.core.PApplet parent)
- Default constructor.
- Parameters:
parent
-
sendImage
public void sendImage(processing.core.PImage img)
version
public static java.lang.String version()
- return the version of the library.
- Returns:
- String
processing library Syphon by Andres Colubri. (c) 2011