codeanticode.syphon
Class SyphonServer

java.lang.Object
  extended by 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
 

Field Detail

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values
Constructor Detail

SyphonServer

public SyphonServer(processing.core.PApplet parent)
Default constructor.

Parameters:
parent -
Method Detail

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