public class ChartUtils extends Object
| Constructor and Description |
|---|
ChartUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.jfree.chart.JFreeChart |
createChartWithCategoryDataSet(ChartData chartData) |
static org.jfree.chart.JFreeChart |
createChartWithPieDataSet(ChartData chartData) |
static org.jfree.chart.JFreeChart |
createChartWithType(ChartData chartData) |
static org.jfree.chart.JFreeChart |
createChartWithXYDataSet(ChartData chartData) |
static Color |
getColor(String color) |
static org.jfree.chart.plot.PlotOrientation |
getPlotOrientation(String orientation) |
static void |
renderPassThruImgAttributes(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component) |
static String |
resolveContentType(String output) |
static void |
setBarOutline(org.jfree.chart.JFreeChart chart,
ChartData chartData) |
static void |
setCategoryExtensions(org.jfree.chart.JFreeChart chart,
ChartData chartData) |
static void |
setCategorySeriesColors(org.jfree.chart.JFreeChart chart,
ChartData chartData) |
static void |
setGeneralChartProperties(org.jfree.chart.JFreeChart chart,
ChartData chartData) |
static void |
setPieSectionColors(org.jfree.chart.JFreeChart chart,
ChartData chartData) |
static void |
setXYExtensions(org.jfree.chart.JFreeChart chart,
ChartData chartData) |
static void |
setXYSeriesColors(org.jfree.chart.JFreeChart chart,
ChartData chartData) |
public static void renderPassThruImgAttributes(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component)
throws IOException
IOExceptionpublic static org.jfree.chart.plot.PlotOrientation getPlotOrientation(String orientation)
public static org.jfree.chart.JFreeChart createChartWithType(ChartData chartData)
public static void setGeneralChartProperties(org.jfree.chart.JFreeChart chart,
ChartData chartData)
public static org.jfree.chart.JFreeChart createChartWithCategoryDataSet(ChartData chartData)
public static org.jfree.chart.JFreeChart createChartWithPieDataSet(ChartData chartData)
public static org.jfree.chart.JFreeChart createChartWithXYDataSet(ChartData chartData)
public static void setCategorySeriesColors(org.jfree.chart.JFreeChart chart,
ChartData chartData)
public static void setXYSeriesColors(org.jfree.chart.JFreeChart chart,
ChartData chartData)
public static void setPieSectionColors(org.jfree.chart.JFreeChart chart,
ChartData chartData)
public static void setBarOutline(org.jfree.chart.JFreeChart chart,
ChartData chartData)
public static void setXYExtensions(org.jfree.chart.JFreeChart chart,
ChartData chartData)
public static void setCategoryExtensions(org.jfree.chart.JFreeChart chart,
ChartData chartData)
Copyright © 2015 Intersult GmbH. All rights reserved.