Uses of Interface
prefuse.util.ui.ValuedRangeModel

Packages that use ValuedRangeModel
prefuse.action.layout Action modules providing layout algorithms for use by prefuse visualizations. 
prefuse.data.query Dynamic query bindings and data range models for creating dynamic queries. 
 

Uses of ValuedRangeModel in prefuse.action.layout
 

Methods in prefuse.action.layout that return ValuedRangeModel
 ValuedRangeModel StackedAreaChart.getRangeModel()
          Get the range model describing the range occupied by the value stack.
 ValuedRangeModel AxisLayout.getRangeModel()
          Get the range model determing the span of the axis.
 

Methods in prefuse.action.layout with parameters of type ValuedRangeModel
 void AxisLayout.setRangeModel(ValuedRangeModel model)
          Set the range model determing the span of the axis.
 void AxisLabelLayout.setRangeModel(ValuedRangeModel model)
          Sets the range model used to layout this axis.
 

Constructors in prefuse.action.layout with parameters of type ValuedRangeModel
AxisLabelLayout(java.lang.String group, int axis, ValuedRangeModel values)
          Create a new AxisLabelLayout layout.
AxisLabelLayout(java.lang.String group, int axis, ValuedRangeModel values, java.awt.geom.Rectangle2D bounds)
          Create a new AxisLabelLayout layout.
 

Uses of ValuedRangeModel in prefuse.data.query
 

Classes in prefuse.data.query that implement ValuedRangeModel
 class NumberRangeModel
          Range model for numerical data.
 class ObjectRangeModel
          Supports an ordered range of arbitrary objects.
 

Methods in prefuse.data.query that return ValuedRangeModel
 ValuedRangeModel RangeQueryBinding.getModel()
          Return the ValuedRangeModel constructed by this dynamic query binding.
 



Copyright © 2007 Regents of the University of California