A B C D G I L M O P R S U

A

actionPerformed(ActionEvent) - Method in class org.jfree.eastwood.Application
Handles action events from the entry field.
addLayoutComponent(Component) - Method in class org.jfree.eastwood.CentreLayout
Not used.
addLayoutComponent(String, Component) - Method in class org.jfree.eastwood.CentreLayout
Not used.
Application - Class in org.jfree.eastwood
A client application that allows chart expressions to be submitted and drawn directly.
Application(String) - Constructor for class org.jfree.eastwood.Application
Creates a new application instance.

B

buildChart(Map) - Static method in class org.jfree.eastwood.ChartEngine
Creates and returns a new JFreeChart instance that reflects the specified parameters (which should be equivalent to a parameter map returned by HttpServletRequest.getParameterMap() for a valid URI for the Google Chart API.
buildChart(Map, Font) - Static method in class org.jfree.eastwood.ChartEngine
Creates and returns a new JFreeChart instance that reflects the specified parameters (which should be equivalent to a parameter map returned by HttpServletRequest.getParameterMap() for a valid URI for the Google Chart API.

C

CentreLayout - Class in org.jfree.eastwood
A layout manager that displays a single component in the centre of its container.
CentreLayout() - Constructor for class org.jfree.eastwood.CentreLayout
Creates a new layout manager.
ChartApplet - Class in org.jfree.eastwood
An applet that displays charts that can be configured using the Google Chart API.
ChartApplet() - Constructor for class org.jfree.eastwood.ChartApplet
Creates a new applet instance.
ChartEngine - Class in org.jfree.eastwood
The chart engine contains the code that reads the chart parameters and returns a corresponding JFreeChart instance.
ChartEngine() - Constructor for class org.jfree.eastwood.ChartEngine
 
ChartServlet - Class in org.jfree.eastwood
A servlet that returns a chart as a PNG image.
ChartServlet() - Constructor for class org.jfree.eastwood.ChartServlet
Default constructor.

D

DataUtilities - Class in org.jfree.eastwood
A utility class for reading data that uses the Google chart encoding.
DataUtilities() - Constructor for class org.jfree.eastwood.DataUtilities
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jfree.eastwood.ChartServlet
Process a GET request.

G

generateLabel(XYDataset, int) - Method in class org.jfree.eastwood.GSeriesLabelGenerator
Returns a string that will be used as the label for the specified series.
generateLabel(CategoryDataset, int) - Method in class org.jfree.eastwood.GSeriesLabelGenerator
Returns a string that will be used as the label for the specified series.
GSeriesLabelGenerator - Class in org.jfree.eastwood
A series label generator that ignores the series keys and just returns the strings specified in the constructor.
GSeriesLabelGenerator(List) - Constructor for class org.jfree.eastwood.GSeriesLabelGenerator
Creates a new label generator.

I

init(ServletConfig) - Method in class org.jfree.eastwood.ChartServlet
Initialise the servlet.

L

layoutContainer(Container) - Method in class org.jfree.eastwood.CentreLayout
Lays out the components.

M

main(String[]) - Static method in class org.jfree.eastwood.Application
Starting point for the application.
minimumLayoutSize(Container) - Method in class org.jfree.eastwood.CentreLayout
Returns the minimum size.

O

org.jfree.eastwood - package org.jfree.eastwood
 

P

Parameters - Class in org.jfree.eastwood
A utility class that parses a string into a Map containing the parameters for a chart.
Parameters() - Constructor for class org.jfree.eastwood.Parameters
 
parseCategoryDataset(String, String) - Static method in class org.jfree.eastwood.DataUtilities
Parses a category dataset for use in bar charts.
parseDataScaling(String) - Static method in class org.jfree.eastwood.DataUtilities
Parses a data scaling string.
parseDimensions(String) - Static method in class org.jfree.eastwood.ChartEngine
Parses a string containing the chart dimensions.
parseExtendedData(String) - Static method in class org.jfree.eastwood.DataUtilities
Parses a string that uses the "extended" data encoding from the Google Chart API.
parsePieDataset(String, String) - Static method in class org.jfree.eastwood.DataUtilities
Parses a dataset from the incoming string (which may be encoded using the 'simple', 'extended' or 'text' encodings from the Google Chart API).
parseQueryString(String) - Static method in class org.jfree.eastwood.Parameters
Parses the query string part of a URL.
parseScatterDataset(String, String) - Static method in class org.jfree.eastwood.DataUtilities
Parses a dataset from the incoming string.
parseSimpleData(String) - Static method in class org.jfree.eastwood.DataUtilities
Parses a string that uses the "simple" data encoding from the Google Chart API.
parseTextData(String, float[]) - Static method in class org.jfree.eastwood.DataUtilities
Parses a string with text data encoding.
parseXYDataset(String, String) - Static method in class org.jfree.eastwood.DataUtilities
Parses a dataset from the incoming string.
parseXYDataset2(String, String) - Static method in class org.jfree.eastwood.DataUtilities
Parses a dataset from the incoming string.
preferredLayoutSize(Container) - Method in class org.jfree.eastwood.CentreLayout
Returns the preferred size.
processEWTR(Map, JFreeChart) - Static method in class org.jfree.eastwood.ChartEngine
The 'ewtr' tag is an Eastwood extension that draws a trend line over a chart, using data that has been added to a secondary dataset using the 'ewd2' tag.

R

removeLayoutComponent(Component) - Method in class org.jfree.eastwood.CentreLayout
Not used.
removeLayoutComponent(String, Component) - Method in class org.jfree.eastwood.CentreLayout
Not used.
renderChart(String) - Method in class org.jfree.eastwood.Application
Renders the chart.

S

start() - Method in class org.jfree.eastwood.ChartApplet
Starts the applet.

U

urlDecode(String) - Static method in class org.jfree.eastwood.Parameters
Decodes %xx sequences and + characters in the specified string.

A B C D G I L M O P R S U

Copyright © 2010. All Rights Reserved.