edu.berkeley.guir.ptk.apps.audioorb
Class AudioOrbOutput

java.lang.Object
  extended byedu.berkeley.guir.ptk.PTK
      extended byedu.berkeley.guir.ptk.output.Output
          extended byedu.berkeley.guir.ptk.output.OrbOutput
              extended byedu.berkeley.guir.ptk.apps.audioorb.AudioOrbOutput
All Implemented Interfaces:
Animatable, java.lang.Runnable

public class AudioOrbOutput
extends OrbOutput

Sets the colors to be used on the orb for different transitions.

Author:
tmatthew

Field Summary
 int[] cb_colors
           
static long COLOR_TIME
           
 int[] i_colors
           
 int[] ma_colors
           
 
Fields inherited from class edu.berkeley.guir.ptk.output.OrbOutput
ALL_COLORS, BASIC_COLORS, BLUE_COLORS, BRIGHT, brightness, changeblind_anim, DARK_COLORS, DIM, GREEN_COLORS, interrupt_anim, LIGHT_COLORS, MAGENTA_COLORS, makeaware_anim, MEDIUM_BRIGHT, my_port, NORMAL_COLORS, orb, PURPLE_COLORS, RED_YELLOW_COLORS
 
Fields inherited from class edu.berkeley.guir.ptk.output.Output
animatable, d_queue, data_ids_I_want, history, ITEMS_LENGTH, metadata_I_want, num_ids, num_metadata, output_cycle_time, transition
 
Fields inherited from class edu.berkeley.guir.ptk.PTK
debug, MAX_DEBUG, MED_DEBUG, MIN_DEBUG, NO_DEBUG
 
Constructor Summary
AudioOrbOutput()
           
 
Methods inherited from class edu.berkeley.guir.ptk.output.OrbOutput
alternateStep, changeblindTransStep, displayEvent, endTransition, getChangeblindColors, getInterruptColors, getMakeAwareColors, interruptTransStep, loopAllColors, loopBlues, loopColors, loopDarkColors, loopGreens, loopLightColors, loopMagenta, loopNormalColors, loopPurples, loopRedYellow, makeawareTransStep, reset, sendColor, sendColorAbrupt, sendColorPulse, sendColorsAbrupt, sendColorSmoothFast, sendColorSmoothMed, sendColorSmoothMedFast, sendColorSmoothMedSlow, sendColorSmoothSlow, sendColorSmoothVeryFast, sendColorSmoothVerySlow, sendColorsPulse, sendColorsSmoothFast, sendColorsSmoothMed, sendColorsSmoothMedFast, sendColorsSmoothMedSlow, sendColorsSmoothSlow, sendColorsSmoothVeryFast, sendColorsSmoothVerySlow, setChangeblindColors, setChangeblindParams, setInterruptColors, setInterruptParams, setMakeawareColors, setMakeawareParams, startTransition
 
Methods inherited from class edu.berkeley.guir.ptk.output.Output
addDataID, addMetadataIWant, checkAction, doIWant, getAllMetadata, getDataIDs, getFirstMetadata, getHistory, handleEvent, interDisplayEvent, isAnimatable, printMetadataIWant, run, setChangeblindTransitionSteps, setDataIDsIWant, setInterruptTransitionSteps, setMakeawareTransitionSteps, setTimeBetweenDisplayEvents, setTransition, setUnsetNotification
 
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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLOR_TIME

public static final long COLOR_TIME
See Also:
Constant Field Values

cb_colors

public final int[] cb_colors

ma_colors

public final int[] ma_colors

i_colors

public final int[] i_colors
Constructor Detail

AudioOrbOutput

public AudioOrbOutput()