Uses of Class
prefuse.action.DataType

Packages that use DataType
prefuse.action A library of reusable and composable modules for performing data processing or assigning visual attributes. 
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. 
 

Uses of DataType in prefuse.action
 

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

Uses of DataType in prefuse.action.assignment
 

Methods in prefuse.action.assignment that return DataType
 DataType DataColorAction.getDataType()
           
 

Methods in prefuse.action.assignment with parameters of type DataType
 void DataColorAction.setDataType(DataType type)
           
 

Constructors in prefuse.action.assignment with parameters of type DataType
DataColorAction(java.lang.String group, java.lang.String dataField, DataType dataType, java.lang.String colorField)
          Create a new DataColorAction
DataColorAction(java.lang.String group, java.lang.String dataField, DataType dataType, java.lang.String colorField, int[] palette)
          Create a new DataColorAction
 

Uses of DataType in prefuse.action.layout
 

Methods in prefuse.action.layout that return DataType
 DataType AxisLayout.getDataType()
          Return the data type used by this layout.
protected  DataType AxisLayout.getDataType(TupleSet<? extends VisualItem<?>> ts)
          Retrieve the data type.
 

Methods in prefuse.action.layout with parameters of type DataType
 void AxisLayout.setDataType(DataType type)
          Set the data type used by this layout.
 



Copyright © 2008 Regents of the University of California