|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Chart | |
---|---|
org.ujac.chart |
Uses of Chart in org.ujac.chart |
---|
Classes in org.ujac.chart that implement Chart | |
---|---|
class |
BarChart2D
Name: BarChart2D Description: A class rendering two dimensional bar charts. |
class |
Base2DScaleChart
Name: Base2DScaleChart Description: Base class for 2D scale charts like bar and line charts. |
class |
Base2DStackedChart
Name: Base2DStackedChart Description: A base class for two dimensional stacked charts. |
class |
BaseChart
Name: BaseChart Description: Base Chart implementation. |
class |
BasePieChart
Name: BasePieChart Description: A base class for the rendering of pie charts. |
class |
BasePieChart3D
Name: BasePieChart3D Description: A base class for rendering 3D pie charts. |
class |
DonutChart3D
Name: DonutChart3D Description: A class rendering 3D donut charts. |
class |
LineChart2D
Name: LineChart2D Description: A class rendering two dimensional line charts. |
class |
PieChart2D
Name: PieChart2D Description: A class rendering 2D pie charts. |
class |
PieChart3D
Name: PieChart3D Description: A class rendering 3D pie charts. |
class |
StackedAreaChart2D
Name: StackedBarChart2D Description: A class rendering two dimensional stacked area charts. |
class |
StackedBarChart2D
Name: StackedBarChart2D Description: A class rendering two dimensional stacked bar charts. |
Methods in org.ujac.chart that return Chart | |
---|---|
static Chart |
ChartFactory.createChart(String type)
Creates a chart instance. |
static Chart |
ChartFactory.createChart(String type,
ChartModel model,
ChartAttributes attributes)
Creates a chart instance. |
Methods in org.ujac.chart with parameters of type Chart | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |