deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.graphics.charts.ChartConfig

Packages that use ChartConfig
org.deegree.enterprise.servlet NEW Package. 
org.deegree.graphics.charts   
 

Uses of ChartConfig in org.deegree.enterprise.servlet
 

Methods in org.deegree.enterprise.servlet with parameters of type ChartConfig
protected  BufferedImage ChartServlet.buildChart(String chart, String title, String legend, String width, String height, String xAxis, String yAxis, String tooltips, String orientation, String lblType, String imagetype, Map<String,String> params, ChartConfig chartConfigs)
          Takes in all the needed parameters and a queued map containing the values of the chart and returns a BufferedImage with the chart
 

Uses of ChartConfig in org.deegree.graphics.charts
 

Methods in org.deegree.graphics.charts with parameters of type ChartConfig
protected  org.jfree.chart.JFreeChart ChartsBuilder.configChart(org.jfree.chart.JFreeChart chart, ChartConfig chartConfigs)
          Initializes the chart with the values from the properties file config.properties
protected  org.jfree.chart.JFreeChart ChartsBuilder.configLineChart(org.jfree.chart.JFreeChart chart, ChartConfig chartConfigs)
          Configures the pie chart according to the stored configurations file
protected  org.jfree.chart.JFreeChart ChartsBuilder.configPieChart(org.jfree.chart.JFreeChart chart, ChartConfig chartConfigs)
          Configures the pie chart according to the stored configurations file
 BufferedImage ChartsBuilder.createBarChart(String title, QueuedMap<String,String> keyedValues, int width, int height, boolean is3D, boolean legend, boolean tooltips, int orientation, String imageType, String horizontalAxisName, String verticalAxisName, ChartConfig chartConfigs)
          Creates a Bar chart
 BufferedImage ChartsBuilder.createLineChart(String title, QueuedMap<String,String> keyedValues, int width, int height, boolean is3D, boolean legend, boolean tooltips, int orientation, String imageType, String horizontalAxisName, String verticalAxisName, ChartConfig chartConfigs)
          Creates a Line chart
 BufferedImage ChartsBuilder.createPieChart(String title, QueuedMap<String,Double> keyedValues, int width, int height, boolean is3D, boolean legend, boolean tooltips, String lblType, String imageType, ChartConfig chartConfigs)
          Create a pie 2D/3D Pie Chart
 BufferedImage ChartsBuilder.createXYLineChart(String title, QueuedMap<String,String> keyedValues, int width, int height, boolean legend, boolean tooltips, int orientation, String imageType, String horizontalAxisName, String verticalAxisName, ChartConfig chartConfigs)
          Creates an XY Line chart
 

Constructors in org.deegree.graphics.charts with parameters of type ChartConfig
ChartsBuilder(ChartConfig chartConfigs)
           
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org