|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.statcvs.charts.ChartConfigUtil
public final class ChartConfigUtil
Method Summary | |
---|---|
static void |
configureChartBackgroungImage(String chartName,
JFreeChart chart)
Add a copyright notice on the bottom right part of the chart. |
static void |
configureCopyrightNotice(String chartName,
JFreeChart chart)
Add a copyright notice on the bottom right part of the chart. |
static void |
configurePlotImage(String chartName,
JFreeChart chart)
Add a copyright notice on the bottom right part of the chart. |
static void |
configureShapes(String chartName,
XYItemRenderer renderer)
configure the shapes for the chart (if renderer is of type XYLineAndShapeRenderer) , tries properties: |
static void |
configureStroke(String chartName,
XYItemRenderer renderer,
XYDataset data)
configure the lines for the chart, tries properties: |
static Color |
getBackgroundColor(String chartName)
returns the background color from the config file, tries properties: |
static Dimension |
getDimension(String chartName,
Dimension defaultDimension)
returns the PLOT color from the config file, tries properties: |
static Color |
getPlotColor(String chartName)
returns the PLOT color from the config file, tries properties: |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Color getBackgroundColor(String chartName)
chart.<chartName>.backgroundColor chart.backgroundColor
chartName
- public static Color getPlotColor(String chartName)
chart.<chartName>.plotColor chart.plotColor
chartName
- public static Dimension getDimension(String chartName, Dimension defaultDimension)
chart.<chartName>.width chart.width chart.<chartName>.height chart.height
chartName
- public static void configureStroke(String chartName, XYItemRenderer renderer, XYDataset data)
chart.<chartName>.lineStroke chart.lineStroke
chartName
- public static void configureShapes(String chartName, XYItemRenderer renderer)
chart.<chartName>.showShapes chart.filledShapes
chartName
- public static void configureChartBackgroungImage(String chartName, JFreeChart chart)
chart.<chartName>.chartBackgroundImage.url chart.chartBackgroundImage.url chart.<chartName>.chartBackgroundImage.transparency chart.chartBackgroundImage.transparency (0-1, defaulted to 0.35)
chartName
- chart
- public static void configurePlotImage(String chartName, JFreeChart chart)
chart.<chartName>.plotImage.url eg file:///C:/project/statcvs/site/images/statcvslogo.gif chart.plotImage.url chart.<chartName>.plotImage.transparency chart.plotImage.transparency (0-1, default to 0.35)
chartName
- chart
- public static void configureCopyrightNotice(String chartName, JFreeChart chart)
chart.<chartName>.copyright chart.copyright
chartName
- chart
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |