shaohua_project.sweep
Class ColorProfileSweep

java.lang.Object
  extended by sidnet.core.interfaces.ColorProfile
      extended by shaohua_project.sweep.ColorProfileSweep
All Implemented Interfaces:
ColorProfileInterface

public class ColorProfileSweep
extends ColorProfile


Nested Class Summary
 
Nested classes/interfaces inherited from class sidnet.core.interfaces.ColorProfile
ColorProfile.ColorBundle
 
Field Summary
static java.lang.String IN_SWEEP
           
static java.lang.String RECEIVE
           
static java.lang.String REGION_SINK
           
static java.lang.String REGION_SOURCE
           
static java.lang.String SENSE
           
static java.lang.String SINK
           
static java.lang.String TRANSMIT
           
 
Fields inherited from class sidnet.core.interfaces.ColorProfile
changed, CLEAR, DEAD, DEFAULT, FOREVER, SELECTED
 
Constructor Summary
ColorProfileSweep()
           
 
Method Summary
 
Methods inherited from class sidnet.core.interfaces.ColorProfile
getColorBundle, getColorSet, getTimeToColorChange, mark, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REGION_SOURCE

public static final java.lang.String REGION_SOURCE
See Also:
Constant Field Values

REGION_SINK

public static final java.lang.String REGION_SINK
See Also:
Constant Field Values

SINK

public static final java.lang.String SINK
See Also:
Constant Field Values

SENSE

public static final java.lang.String SENSE
See Also:
Constant Field Values

TRANSMIT

public static final java.lang.String TRANSMIT
See Also:
Constant Field Values

RECEIVE

public static final java.lang.String RECEIVE
See Also:
Constant Field Values

IN_SWEEP

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

ColorProfileSweep

public ColorProfileSweep()