de.uni_leipzig.cvk.visual
Class NodeColorAction

java.lang.Object
  extended by prefuse.activity.Activity
      extended by prefuse.action.Action
          extended by prefuse.action.GroupAction
              extended by prefuse.action.ItemAction
                  extended by prefuse.action.EncoderAction
                      extended by prefuse.action.assignment.ColorAction
                          extended by de.uni_leipzig.cvk.visual.NodeColorAction

public class NodeColorAction
extends prefuse.action.assignment.ColorAction

A new ColorAction for all nodes.

Author:
rspeck
 

Field Summary
 int blue
           
 int green
           
 int orange
           
 int red
           
 
Fields inherited from class prefuse.action.assignment.ColorAction
m_cidx, m_colorField, m_defaultColor, m_eidx, m_endField, m_sidx, m_startField
 
Fields inherited from class prefuse.action.ItemAction
m_predicate
 
Fields inherited from class prefuse.action.GroupAction
m_group
 
Fields inherited from class prefuse.action.Action
m_vis
 
Fields inherited from class prefuse.activity.Activity
DEFAULT_STEP_TIME, INFINITY
 
Constructor Summary
NodeColorAction(java.lang.String group)
           
 
Method Summary
 
Methods inherited from class prefuse.action.assignment.ColorAction
add, add, add, add, getColor, getDefaultColor, process, setDefaultColor, setField
 
Methods inherited from class prefuse.action.EncoderAction
add, clear, finish, lookup, remove, run, setup, setVisualization
 
Methods inherited from class prefuse.action.ItemAction
getFilterPredicate, setFilterPredicate
 
Methods inherited from class prefuse.action.GroupAction
getGroup, setGroup
 
Methods inherited from class prefuse.action.Action
getVisualization, run
 
Methods inherited from class prefuse.activity.Activity
addActivityListener, alwaysRunAfter, cancel, fireActivityCancelled, fireActivityFinished, fireActivityScheduled, fireActivityStarted, fireActivityStepped, getDuration, getNextTime, getPace, getPacingFunction, getStartTime, getStepTime, getStopTime, isEnabled, isRunning, isScheduled, removeActivityListener, run, runAfter, runAt, setDuration, setEnabled, setPacingFunction, setStartTime, setStepTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

blue

public final int blue

green

public final int green

orange

public final int orange

red

public final int red
Constructor Detail

NodeColorAction

public NodeColorAction(java.lang.String group)