|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartException | |
---|---|
org.ujac.chart | |
org.ujac.print.test |
Uses of ChartException in org.ujac.chart |
---|
Methods in org.ujac.chart that throw ChartException | |
---|---|
static Chart |
ChartFactory.createChart(String type)
Creates a chart instance. |
static Chart |
ChartFactory.createChart(String type,
ChartModel model,
ChartAttributes attributes)
Creates a chart instance. |
Rectangle2D |
BaseChart.draw(Rectangle2D viewport,
Graphics2D graphics)
Draws the chart to the given chart output. |
Rectangle2D |
BasePieChart.draw(Rectangle2D viewport,
Graphics2D graphics)
|
Rectangle2D |
StackedAreaChart2D.draw(Rectangle2D viewport,
Graphics2D graphics)
|
Rectangle2D |
BarChart2D.draw(Rectangle2D viewport,
Graphics2D graphics)
|
Rectangle2D |
StackedBarChart2D.draw(Rectangle2D viewport,
Graphics2D graphics)
|
Rectangle2D |
Chart.draw(Rectangle2D viewport,
Graphics2D graphics)
Draws the chart to the given chart output. |
Rectangle2D |
LineChart2D.draw(Rectangle2D viewport,
Graphics2D graphics)
|
void |
BasePieChart.drawDescription(Rectangle2D viewport,
Graphics2D graphics)
Draws the chart description. |
void |
ChartWriter.output(Chart chart,
File outputFile,
int width,
int height)
Renders the chart to the given output stream. |
abstract void |
ChartWriter.output(Chart chart,
OutputStream os,
int width,
int height)
Renders the chart to the given output stream. |
void |
ImageIOChartWriter.output(Chart chart,
OutputStream os,
int width,
int height)
|
void |
BaseChart.setModel(ChartModel model)
Sets the chart model. |
void |
Base2DStackedChart.setModel(ChartModel model)
Sets the chart model. |
void |
Chart.setModel(ChartModel model)
Sets the chart model. |
Constructors in org.ujac.chart that throw ChartException | |
---|---|
DescriptionPattern(String pattern,
NumberFormat valueNumberFormat,
NumberFormat percentNumberFormat)
Constructs a new DescriptionPattern instance with specific attributes. |
Uses of ChartException in org.ujac.print.test |
---|
Methods in org.ujac.print.test that throw ChartException | |
---|---|
void |
DocumentPrinterTest.testChartInstance()
Tests chart instance output. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |