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

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

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

Uses of QueuedMap in org.deegree.enterprise.servlet
 

Methods in org.deegree.enterprise.servlet that return QueuedMap
protected  QueuedMap<String,String> ChartServlet.initAndValidateParams(javax.servlet.http.HttpServletRequest request)
          Init and validate params does what its name say.
protected  QueuedMap<String,String> ChartServlet.InitNValidateParams(javax.servlet.http.HttpServletRequest request)
          Deprecated. due to a typo this method is deprecated. Use ChartServlet.initAndValidateParams(HttpServletRequest) instead.
 

Uses of QueuedMap in org.deegree.graphics.charts
 

Methods in org.deegree.graphics.charts with parameters of type QueuedMap
protected  org.jfree.data.category.CategoryDataset ChartsBuilder.convertMapToCategoryDataSet(QueuedMap<String,String> keyedValues)
          It takes in a map a QueuedMap and converts it to a XYDataSet.
protected  org.jfree.data.xy.XYDataset ChartsBuilder.convertMapToXYSeriesDataSet(QueuedMap<String,String> keyedValues)
          It takes in a map a QueuedMap and converts it to a XYDataSet.The two tokens of each tupel have to be numbers Format: key = x1,y1;x2,y2;x3,y3; Example row1 = 2,3;4,10;
 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
 


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