Uses of Class
prefuse.util.Scale

Packages that use Scale
prefuse.action.assignment Action modules for assigning visual properties such as colors, sizes, and fonts. 
prefuse.action.layout Action modules providing layout algorithms for use by prefuse visualizations. 
prefuse.util Utility classes for use by both the toolkit and applications, including color and font support. 
 

Uses of Scale in prefuse.action.assignment
 

Fields in prefuse.action.assignment declared as Scale
protected  Scale DataSizeAction.m_scale
           
protected  Scale DataSizeAction.m_tempScale
           
 

Methods in prefuse.action.assignment that return Scale
 Scale DataSizeAction.getScale()
          Returns the scale type used for encoding size values from the data.
 Scale DataColorAction.getScale()
          Returns the scale type used for encoding color values from the data.
 

Methods in prefuse.action.assignment with parameters of type Scale
 void DataSizeAction.setScale(Scale scale)
          Set the scale (linear, square root, or log) to use for encoding size values from the data.
 void DataColorAction.setScale(Scale scale)
          Set the scale (linear, square root, or log) to use for encoding color values from the data.
 

Constructors in prefuse.action.assignment with parameters of type Scale
DataSizeAction(java.lang.String group, java.lang.String field, int bins, Scale scale)
          Create a new DataSizeAction.
 

Uses of Scale in prefuse.action.layout
 

Methods in prefuse.action.layout that return Scale
 Scale AxisLayout.getScale()
          Returns the scale type used for the axis.
 Scale AxisLabelLayout.getScale()
          Returns the scale type used for the axis.
 

Methods in prefuse.action.layout with parameters of type Scale
 void AxisLayout.setScale(Scale scale)
          Sets the scale type used for the axis.
 void AxisLabelLayout.setScale(Scale scale)
          Sets the scale type used for the axis.
 

Uses of Scale in prefuse.util
 

Methods in prefuse.util that return Scale
static Scale Scale.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Scale[] Scale.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in prefuse.util with parameters of type Scale
static double MathLib.interp(Scale scale, double val, double[] dist)
          Interpolates a value within a range using a specified scale, returning the fractional position of the value within that scale.
 



Copyright © 2008 Regents of the University of California