|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorFeature | |
---|---|
org.ascape.gis.view | |
org.ascape.util.vis | |
org.ascape.view.vis | |
org.ascape.view.vis.erv |
Uses of ColorFeature in org.ascape.gis.view |
---|
Methods in org.ascape.gis.view that return ColorFeature | |
---|---|
ColorFeature |
MapView.getPrimaryAgentColorFeature()
Returns the color feature that will be used for determining agent color. |
Methods in org.ascape.gis.view with parameters of type ColorFeature | |
---|---|
void |
MapView.setPrimaryAgentColorFeature(ColorFeature agentColorFeature)
Set the color feature that will be used for determining agent color. |
Uses of ColorFeature in org.ascape.util.vis |
---|
Subinterfaces of ColorFeature in org.ascape.util.vis | |
---|---|
interface |
EntityFeature
An interface for classes which define the Entity rendering hints of an entity relation graphical view. |
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 color feature used to set the cell draw color. |
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. |
Uses of ColorFeature in org.ascape.view.vis.erv |
---|
Classes in org.ascape.view.vis.erv that implement ColorFeature | |
---|---|
class |
DefaultEntityFeature
A default implementation of the EntityFeature interface. |
Methods in org.ascape.view.vis.erv that return ColorFeature | |
---|---|
ColorFeature |
EntityRelationView.getAgentColorFeature()
getColorFeature returns the color feature used to
determine node/cell colors. |
ColorFeature |
EntityRelationView.getPrimaryAgentColorFeature()
getColorFeature returns the color feature used to
determine node/cell colors. |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |