codeanticode.syphon
Class SyphonClient

java.lang.Object
  extended by codeanticode.syphon.SyphonClient

public class SyphonClient
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
SyphonClient(processing.core.PApplet parent)
          Default constructor.
 
Method Summary
 boolean available()
           
 java.util.Dictionary<java.lang.String,java.lang.String> description()
           
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

SyphonClient

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

Parameters:
parent -
Method Detail

description

public java.util.Dictionary<java.lang.String,java.lang.String> description()

available

public boolean available()

version

public static java.lang.String version()
return the version of the library.

Returns:
String


processing library Syphon by Andres Colubri. (c) 2011