Uses of Interface
com.jgoodies.chart.ChartModel

Packages that use ChartModel
com.jgoodies.chart   
com.jgoodies.jdiskreport.model   
 

Uses of ChartModel in com.jgoodies.chart
 

Classes in com.jgoodies.chart that implement ChartModel
 class AbstractChartModel<T>
          Reduces the effort required to implement the ChartModel interface.
 class ColoredChartModel<T>
          A wrapper for ChartModels that colorizes the uncolored wrapped items.
 class FilteredChartModel<T>
          A wrapper for ChartModels that limits the number of elements.
 

Fields in com.jgoodies.chart declared as ChartModel
protected  ChartModel<T> AbstractChart.model
           
 

Methods in com.jgoodies.chart that return ChartModel
 ChartModel<T> AbstractChart.getModel()
           
 

Methods in com.jgoodies.chart with parameters of type ChartModel
 void AbstractChart.setModel(ChartModel<T> newModel)
           
 

Constructors in com.jgoodies.chart with parameters of type ChartModel
ColoredChartModel(ChartModel<T> chartModel, int colorCount, float saturation, float brightness)
          Constructs a wrapper ChartModel on the given model.
FilteredChartModel(ChartModel<T> chartModel, int itemLimit, float minimumFraction, String collapsedText, Color collapsedColor)
          Constructs a wrapper ChartModel on the given model.
 

Uses of ChartModel in com.jgoodies.jdiskreport.model
 

Methods in com.jgoodies.jdiskreport.model that return ChartModel
 ChartModel<AbstractNode> PresentationModel.getSizeChartModel()
           
 ChartModel<Object> PresentationModel.getSizeDistributionChartModel()
           
 ChartModel<Object> PresentationModel.getTimeDistributionChartModel()
           
 ChartModel<Object> PresentationModel.getTypeDistributionChartModel()
           
 



Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.