Uses of Class
org.corpstein.image.ChartStyle

Uses of ChartStyle in org.corpstein.image
 

Methods in org.corpstein.image with parameters of type ChartStyle
 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, 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, 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
 

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



Last update: 20050424 1651