|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.berkeley.guir.ptk.PTK
edu.berkeley.guir.ptk.PeripheralDisplay
edu.berkeley.guir.ptk.apps.rad.RemoteActivityApp
This output is used with the application also known as the "Remote Activity Display." It uses input from a CameraInput and AudioInput library components and displays output via the OrbOutput and TickerTextOutput library components (by using wrappers: ActivityOrbOutput and ActivityTickerOutput). To change the amount of motion that causes different events, add a line of code here that changes the MotionAbstractor's motion parameters (motion_lo_pixels, etc.).
| Field Summary | |
static java.lang.String |
MY_ID
|
| Fields inherited from class edu.berkeley.guir.ptk.PeripheralDisplay |
AUDIO_THRESHOLD, check_interruptibility, my_id, my_ip, my_port, volume |
| Fields inherited from class edu.berkeley.guir.ptk.PTK |
debug, MAX_DEBUG, MED_DEBUG, MIN_DEBUG, NO_DEBUG |
| Constructor Summary | |
RemoteActivityApp(java.lang.String id)
|
|
| Method Summary | |
void |
buildUI()
Initializes the JPanel and adds the ticker TPanel to it. |
void |
initialize()
Override this method to initalize peripheral display elements: abstractors, notification setters, transitions, outputs. |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class edu.berkeley.guir.ptk.PTK |
getMAX, getMED, getMIN, getNO, printDebug, printDebug, printError |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String MY_ID
| Constructor Detail |
public RemoteActivityApp(java.lang.String id)
| Method Detail |
public static void main(java.lang.String[] args)
public void initialize()
PeripheralDisplay
initialize in class PeripheralDisplaypublic void buildUI()
buildUI in class PeripheralDisplay
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||