Uses of Class
org.ascape.util.data.UnitIntervalDataPoint

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

Uses of UnitIntervalDataPoint in org.ascape.util.vis
 

Fields in org.ascape.util.vis declared as UnitIntervalDataPoint
protected  UnitIntervalDataPoint ColorFeatureGradiated.dataPoint
          The unit interval data point used to calculate the gradiated color.
 

Methods in org.ascape.util.vis that return UnitIntervalDataPoint
 UnitIntervalDataPoint ColorFeatureGradiated.getDataPoint()
          Returns the data point used to calculate color.
 

Methods in org.ascape.util.vis with parameters of type UnitIntervalDataPoint
 void ColorFeatureGradiated.setDataPoint(UnitIntervalDataPoint dataPoint)
          Sets a unit data point that will return some number between 0.0 and 1.0
 

Constructors in org.ascape.util.vis with parameters of type UnitIntervalDataPoint
ColorFeatureGradiated(java.awt.Color maximumColor, UnitIntervalDataPoint dataPoint)
          Constructs a ColorFeatureGradiated with the supplied unit interval and maximum color.
ColorFeatureGradiated(java.lang.String name, java.awt.Color maximumColor, java.awt.Color minimumColor, UnitIntervalDataPoint dataPoint)
          Constructs a ColorFeatureGradiated with the supplied name, maximum color, and unit interval.
ColorFeatureGradiated(java.lang.String name, java.awt.Color maximumColor, UnitIntervalDataPoint dataPoint)
          Constructs a ColorFeatureGradiated with the supplied name, maximum color, and unit interval.
ColorFeatureGradiatedIndex(java.lang.String name, java.awt.Color maximumColor, java.awt.Color minimumColor, UnitIntervalDataPoint dataPoint)
          Constructs a ColorFeatureGradiated with the supplied name, maximum color, and unit interval.
ColorFeatureGradiatedIndex(java.lang.String name, java.awt.Color maximumColor, UnitIntervalDataPoint dataPoint)
          Constructs a ColorFeatureGradiated with the supplied name, maximum color, and unit interval.
 

Uses of UnitIntervalDataPoint in org.ascape.view.vis
 

Methods in org.ascape.view.vis that return UnitIntervalDataPoint
 UnitIntervalDataPoint Plot2DView.getXDataPoint()
          Returns the data point responsible for interpreting each agent's x position.
 UnitIntervalDataPoint Plot2DView.getYDataPoint()
          Returns the data point responsible for interpreting each agent's y position.
 

Methods in org.ascape.view.vis with parameters of type UnitIntervalDataPoint
 void Plot2DView.setXDataPoint(UnitIntervalDataPoint xDataPoint)
          Sets the data point responsible for interpreting each agent's x position.
 void Plot2DView.setYDataPoint(UnitIntervalDataPoint yDataPoint)
          Sets the data point responsible for interpreting each agent's y position.
 



Copyright © 1998-2008 The Brookings Institution, NuTech Solutions, Metascape, LLC All Rights Reserved.