Uses of Interface
infovis.panel.DoubleBoundedRangeModel

Packages that use DoubleBoundedRangeModel
infovis.panel Provides a set of components for interacting with visualizations. 
infovis.panel.dqinter Provides a set of components implementing Dynamic Queries 
infovis.table.visualization Provides table visualizations. 
 

Uses of DoubleBoundedRangeModel in infovis.panel
 

Classes in infovis.panel that implement DoubleBoundedRangeModel
 class DefaultDoubleBoundedRangeModel
          Defaut implementation of BoundedRangeModel for double.
 

Uses of DoubleBoundedRangeModel in infovis.panel.dqinter
 

Classes in infovis.panel.dqinter that implement DoubleBoundedRangeModel
 class MinMaxDynamicQuery
          BoundedFloatModel for NumberColumns.
 class NumberColumnBoundedRangeModel
          Bounded range model used as a dynamic query for range sliders.
 

Methods in infovis.panel.dqinter that return DoubleBoundedRangeModel
 DoubleBoundedRangeModel DoubleRangeSlider.getModel()
          Returns the doubleBoundedRangeModel.
 

Methods in infovis.panel.dqinter with parameters of type DoubleBoundedRangeModel
 void DoubleRangeSlider.setModel(DoubleBoundedRangeModel model)
          Sets the doubleBoundedRangeModel.
 

Constructors in infovis.panel.dqinter with parameters of type DoubleBoundedRangeModel
BasicRangeSlider(DoubleBoundedRangeModel model)
          Creates a new RangeSlider object.
DoubleRangeSlider(DoubleBoundedRangeModel model)
          Creates a new RangeSlider object.
 

Uses of DoubleBoundedRangeModel in infovis.table.visualization
 

Methods in infovis.table.visualization that return DoubleBoundedRangeModel
 DoubleBoundedRangeModel ScatterPlotVisualization.getXAxisModel()
          Returns the xAxisModel.
 DoubleBoundedRangeModel ScatterPlotVisualization.getYAxisModel()
          Returns the yAxisModel.
 



Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.