Uses of Class
com.jgoodies.chart.AbstractChart

Packages that use AbstractChart
com.jgoodies.chart   
 

Uses of AbstractChart in com.jgoodies.chart
 

Subclasses of AbstractChart in com.jgoodies.chart
 class BarChart<T>
          Renders chart data in horizontal lines; from left to right it paints: an optional icon, which is requested by #getIcon() the data's label, aligned left or right a colored bar with a size label in or besides it.
 class PieChart<T>
          Renders a pie chart.
 

Methods in com.jgoodies.chart that return AbstractChart
 AbstractChart<T> ChartView.getChart()
          Returns the chart.
 

Constructors in com.jgoodies.chart with parameters of type AbstractChart
ChartView(AbstractChart<T> chart)
          Constructs a ChartView for the given chart.
 



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