public class TweakClient extends Object
| Constructor and Description |
|---|
TweakClient(int sketchPort) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getServerCode(int listenPort,
boolean hasInts,
boolean hasFloats) |
boolean |
sendFloat(int index,
float val) |
boolean |
sendInt(int index,
int val) |
boolean |
sendShutdown() |
void |
shutdown() |
public void shutdown()
public boolean sendInt(int index,
int val)
public boolean sendFloat(int index,
float val)
public boolean sendShutdown()
public static String getServerCode(int listenPort, boolean hasInts, boolean hasFloats)
Copyright © 2001–2017 Processing Foundation. All rights reserved.