Uses of Interface
org.ascape.util.vis.ColorFeature

Packages that use ColorFeature
org.ascape.util.vis   
org.ascape.view.vis   
 

Uses of ColorFeature in org.ascape.util.vis
 

Classes in org.ascape.util.vis that implement ColorFeature
 class ColorFeatureConcrete
          A Color feature returns a color based on the state of an object of known type provided to it.
 class ColorFeatureFixed
          An interface for a class providing an color that doesn't change in relation to the supplied object.
 class ColorFeatureGradiated
          A class for displaying a gradiated color whose intensity is determined by the supplied UnitIntervalDataPoint.
 class ColorFeatureGradiatedIndex
          A class for displaying a gradiated color whose intensity is determined by the supplied UnitIntervalDataPoint.
 class DrawColorFeature
          A class using a color feature to determine the color to use to draw a feature.
 class FillCellFeature
          A Draw feature that fills a cell with the color defined by the color feature.
 

Fields in org.ascape.util.vis declared as ColorFeature
protected  ColorFeature DrawColorFeature.colorFeature
          The color feature to use for drawing this feature.
 

Methods in org.ascape.util.vis that return ColorFeature
 ColorFeature DrawColorFeature.getColorFeature()
          Returns the color feature this object is using to interpret the object's color.
 

Methods in org.ascape.util.vis with parameters of type ColorFeature
 void DrawColorFeature.setColorFeature(ColorFeature colorFeature)
          Sets the color feature this object uses to interpret the object's color.
 

Constructors in org.ascape.util.vis with parameters of type ColorFeature
DrawColorFeature(java.lang.String name, ColorFeature colorFeature)
          Constructs the feature with a name and color feature.
FillCellFeature(java.lang.String name, ColorFeature colorFeature)
          Constructs the feature with a name and color feature.
 

Uses of ColorFeature in org.ascape.view.vis
 

Fields in org.ascape.view.vis declared as ColorFeature
protected  ColorFeature AgentView.agentColorFeature
          The generic color feature used to set the color for the primary agent type.
 

Methods in org.ascape.view.vis that return ColorFeature
 ColorFeature Overhead2DContinuousView.getAgentColorFeature()
          Returns the color feature that will be used for determining agent color.
 ColorFeature AgentView.getAgentColorFeature()
          Returns the color feature that will be used for determining agent color.
 ColorFeature CellView.getCellColorFeature()
          Returns the color feature that will be used for determining cell color.
 ColorFeature Plot2DView.getColorFeature()
          Returns the color feature responsible for interpreting the agent's color.
 ColorFeature HostedAgentView.getHostedAgentColorFeature()
          Returns the color feature that will be used for determining agent color.
 ColorFeature Overhead2DContinuousView.getPrimaryAgentColorFeature()
          Returns the color feature that will be used for determining agent color.
 ColorFeature HostedAgentView.getPrimaryAgentColorFeature()
          Returns the color feature that will be used for determining agent color.
 ColorFeature CellView.getPrimaryAgentColorFeature()
          Returns the color feature that will be used for determining cell color.
 

Methods in org.ascape.view.vis with parameters of type ColorFeature
 void Overhead2DContinuousView.setAgentColorFeature(ColorFeature agentColorFeature)
          Set the color feature that will be used for determining agent color.
 void AgentView.setAgentColorFeature(ColorFeature agentColorFeature)
          Set the color feature that will be used for determining agent color.
 void CellView.setCellColorFeature(ColorFeature agentColorFeature)
          Set the color feature that will be used for determining cell color.
 void Plot2DView.setColorFeature(ColorFeature colorFeature)
          Sets the data point responsible for interpreting the agent's color.
 void HostedAgentView.setHostedAgentColorFeature(ColorFeature agentColorFeature)
          Set the color feature that will be used for determining agent color.
 void Overhead2DContinuousView.setPrimaryAgentColorFeature(ColorFeature agentColorFeature)
          Set the color feature that will be used for determining agent color.
 void HostedAgentView.setPrimaryAgentColorFeature(ColorFeature cellColorFeature)
          Set the color feature that will be used for determining agent color.
 void CellView.setPrimaryAgentColorFeature(ColorFeature cellColorFeature)
          Set the color feature that will be used for determining cell color.