Uses of Class
org.corpstein.image.ChartData

Uses of ChartData in org.corpstein.image
 

Methods in org.corpstein.image with parameters of type ChartData
 java.awt.Image ChartFactory.createBarChart(ChartData data)
          Creates a bar chart based on the specified ChartData.
 java.awt.Image ChartFactory.createBarChart(ChartData data, ChartStyle style)
          Creates a bar chart based on the specified ChartData and ChartStyle.
 java.awt.Image ChartFactory.createBarChart(ChartData data, ChartStyle style, ChartMetrics metrics)
          Creates a bar chart based on the specified ChartData, ChartStyle, and ChartMetrics.
 java.awt.Image ChartFactory.createChart(ChartData data, ChartStyle style)
          Creates a chart based on the specified ChartData and ChartStyle.
 java.awt.Image ChartFactory.createChart(ChartData data, ChartStyle style, ChartMetrics metrics)
          Creates a chart based on the specified ChartData, ChartStyle, and ChartMetrics.
 java.awt.Image ChartFactory.createLineChart(ChartData data)
          Creates a line chart based on the specified ChartData
 java.awt.Image ChartFactory.createLineChart(ChartData data, ChartStyle style)
          Creates a line chart based on the specified ChartData and ChartStyle
 java.awt.Image ChartFactory.createLineChart(ChartData data, ChartStyle style, ChartMetrics metrics)
          Creates a line chart based on the specified ChartData, ChartStyle, and ChartMetrics
 java.awt.Image ChartFactory.createPieChart(ChartData data)
          Creates a pie chart based on the specified ChartData and default ChartStyle and ChartMetrics
 java.awt.Image ChartFactory.createPieChart(ChartData data, ChartStyle style)
          Creates a pie chart based on the specified ChartData and ChartStyle using default ChartMetrics
 java.awt.Image ChartFactory.createPieChart(ChartData data, ChartStyle style, ChartMetrics metrics)
          Creates a pie chart based on the specified ChartData, ChartStyle, and ChartMetrics
 int ChartMetrics.getMaxLabelWidth(ChartData data, ChartStyle style)
          Returns the maximum width allowed for a label given the specified ChartData and ChartStyle
 void ChartMetrics.initializeMetrics(ChartData data)
          Initializes the metrics based on the maximum value stored in the ChartData object.
 void ChartStyle.prepareKey(ChartData data, ChartMetrics metrics)
          Validates the font to be used for the chart labels.
 void ChartStyle.prepareKeyType(ChartData data)
          Validates that the key type matches the chart data.
 void ChartStyle.prepareLabelKey(ChartData data, ChartMetrics metrics)
          Validates the font to be used for the chart key.
 void ChartMetrics.prepareMetrics(ChartData data)
          Adjusts the metrics based on the maximum value stored in the ChartData object.
 void ChartStyle.prepareStyle(ChartData data, ChartMetrics metrics)
          Prepares the title, key, and key type
 

Constructors in org.corpstein.image with parameters of type ChartData
Bars(ChartData data, ChartStyle style, ChartMetrics metrics)
           
ChartMetrics(ChartData data, ChartStyle style)
          Sole constructor
Key(ChartData data, ChartStyle style, ChartMetrics metrics)
           
Lines(ChartData data, ChartStyle style, ChartMetrics metrics)
           
Slices(ChartData data, ChartStyle style)
           
Title(ChartData data, ChartStyle style, ChartMetrics metrics)
           
XAxisLabels(ChartData data, ChartStyle style, ChartMetrics metrics)
           
 



Last update: 20050424 1651