sidnet.colorprofiles
Class ColorProfileGeneric

java.lang.Object
  extended by sidnet.core.interfaces.ColorProfile
      extended by sidnet.colorprofiles.ColorProfileGeneric
All Implemented Interfaces:
ColorProfileInterface

public class ColorProfileGeneric
extends ColorProfile


Nested Class Summary
 
Nested classes/interfaces inherited from class sidnet.core.interfaces.ColorProfile
ColorProfile.ColorBundle
 
Field Summary
static java.lang.String DATA
           
static java.lang.String RECEIVE
           
static java.lang.String RESPONDENT
           
static java.lang.String SENSE
           
static java.lang.String SINK
           
static java.lang.String SOURCE
           
static java.lang.String TRANSMIT
           
 
Fields inherited from class sidnet.core.interfaces.ColorProfile
changed, CLEAR, DEAD, DEFAULT, FOREVER, SELECTED
 
Constructor Summary
ColorProfileGeneric()
           
 
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

DATA

public static final java.lang.String DATA
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

SINK

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

SOURCE

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

RESPONDENT

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

SENSE

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

ColorProfileGeneric

public ColorProfileGeneric()