|
|||||||||
| Home >> All >> org >> jfree >> chart >> [ urls overview ] | PREV NEXT | ||||||||
A
- addURLSeries(List) - Method in class org.jfree.chart.urls.CustomXYURLGenerator
- Adds a list of URLs.
- addURLs(Map) - Method in class org.jfree.chart.urls.CustomPieURLGenerator
- Adds a map of URLs.
C
- CategoryURLGenerator - interface org.jfree.chart.urls.CategoryURLGenerator.
- A URL generator for items in a org.jfree.data.category.CategoryDataset.
- CustomPieURLGenerator - class org.jfree.chart.urls.CustomPieURLGenerator.
- A custom URL generator for pie charts.
- CustomPieURLGenerator() - Constructor for class org.jfree.chart.urls.CustomPieURLGenerator
- Default constructor.
- CustomXYURLGenerator - class org.jfree.chart.urls.CustomXYURLGenerator.
- A custom URL generator.
- CustomXYURLGenerator() - Constructor for class org.jfree.chart.urls.CustomXYURLGenerator
- Default constructor.
- categoryParameterName - Variable in class org.jfree.chart.urls.StandardCategoryURLGenerator
- Category parameter name to go in each URL
- categoryParameterName - Variable in class org.jfree.chart.urls.StandardPieURLGenerator
- The category parameter name.
- clone() - Method in class org.jfree.chart.urls.CustomPieURLGenerator
- Returns a clone of the generator.
- clone() - Method in class org.jfree.chart.urls.StandardCategoryURLGenerator
- Returns an independent copy of the URL generator.
D
- DEFAULT_ITEM_PARAMETER - Static variable in class org.jfree.chart.urls.StandardXYURLGenerator
- The default item parameter.
- DEFAULT_PREFIX - Static variable in class org.jfree.chart.urls.StandardXYURLGenerator
- The default prefix.
- DEFAULT_SERIES_PARAMETER - Static variable in class org.jfree.chart.urls.StandardXYURLGenerator
- The default series parameter.
- dateFormat - Variable in class org.jfree.chart.urls.TimeSeriesURLGenerator
- A formatter for the date.
E
- equals(Object) - Method in class org.jfree.chart.urls.CustomPieURLGenerator
- Tests if this object is equal to another.
- equals(Object) - Method in class org.jfree.chart.urls.CustomXYURLGenerator
- Tests if this object is equal to another.
- equals(Object) - Method in class org.jfree.chart.urls.StandardCategoryURLGenerator
- Tests the generator for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart.urls.StandardPieURLGenerator
- Tests if this object is equal to another.
- equals(Object) - Method in class org.jfree.chart.urls.StandardXYURLGenerator
- Tests this generator for equality with an arbitrary object.
G
- generateURL(CategoryDataset, int, int) - Method in interface org.jfree.chart.urls.CategoryURLGenerator
- Returns a URL for one item in a dataset.
- generateURL(PieDataset, Comparable, int) - Method in class org.jfree.chart.urls.CustomPieURLGenerator
- Generates a URL.
- generateURL(XYDataset, int, int) - Method in class org.jfree.chart.urls.CustomXYURLGenerator
- Generates a URL.
- generateURL(PieDataset, Comparable, int) - Method in interface org.jfree.chart.urls.PieURLGenerator
- Generates a URL for one item in a org.jfree.data.general.PieDataset.
- generateURL(CategoryDataset, int, int) - Method in class org.jfree.chart.urls.StandardCategoryURLGenerator
- Generates a URL for a particular item within a series.
- generateURL(PieDataset, Comparable, int) - Method in class org.jfree.chart.urls.StandardPieURLGenerator
- Generates a URL.
- generateURL(XYDataset, int, int) - Method in class org.jfree.chart.urls.StandardXYURLGenerator
- Generates a URL for a particular item within a series.
- generateURL(XYZDataset, int, int) - Method in class org.jfree.chart.urls.StandardXYZURLGenerator
- Generates a URL for a particular item within a series.
- generateURL(XYDataset, int, int) - Method in class org.jfree.chart.urls.TimeSeriesURLGenerator
- Generates a URL for a particular item within a series.
- generateURL(XYDataset, int, int) - Method in interface org.jfree.chart.urls.XYURLGenerator
- Generates a URL for a particular item within a series.
- generateURL(XYZDataset, int, int) - Method in interface org.jfree.chart.urls.XYZURLGenerator
- Generates a URL for a particular item within a series.
- getListCount() - Method in class org.jfree.chart.urls.CustomPieURLGenerator
- Returns the number of URL lists stored by the renderer.
- getListCount() - Method in class org.jfree.chart.urls.CustomXYURLGenerator
- Returns the number of URL lists stored by the renderer.
- getURL(Comparable, int) - Method in class org.jfree.chart.urls.CustomPieURLGenerator
- Returns the URL for an item.
- getURL(int, int) - Method in class org.jfree.chart.urls.CustomXYURLGenerator
- Returns the URL for an item.
- getURLCount(int) - Method in class org.jfree.chart.urls.CustomPieURLGenerator
- Returns the number of URLs in a given list.
- getURLCount(int) - Method in class org.jfree.chart.urls.CustomXYURLGenerator
- Returns the number of URLs in a given list.
H
- hashCode() - Method in class org.jfree.chart.urls.StandardCategoryURLGenerator
- Returns a hash code.
I
- indexParameterName - Variable in class org.jfree.chart.urls.StandardPieURLGenerator
- The pie index parameter name.
- itemParameterName - Variable in class org.jfree.chart.urls.StandardXYURLGenerator
- Item parameter name to go in each URL
- itemParameterName - Variable in class org.jfree.chart.urls.TimeSeriesURLGenerator
- Name to use to identify the item
O
- org.jfree.chart.urls - package org.jfree.chart.urls
- Core classes, including org.jfree.chart.JFreeChart and org.jfree.chart.ChartPanel.
P
- PieURLGenerator - interface org.jfree.chart.urls.PieURLGenerator.
- Interface for a URL generator for plots that use data from a org.jfree.data.general.PieDataset.
- prefix - Variable in class org.jfree.chart.urls.StandardCategoryURLGenerator
- Prefix to the URL
- prefix - Variable in class org.jfree.chart.urls.StandardPieURLGenerator
- The prefix.
- prefix - Variable in class org.jfree.chart.urls.StandardXYURLGenerator
- Prefix to the URL
- prefix - Variable in class org.jfree.chart.urls.TimeSeriesURLGenerator
- Prefix to the URL
S
- StandardCategoryURLGenerator - class org.jfree.chart.urls.StandardCategoryURLGenerator.
- A URL generator that can be assigned to a org.jfree.chart.renderer.category.CategoryItemRenderer.
- StandardCategoryURLGenerator() - Constructor for class org.jfree.chart.urls.StandardCategoryURLGenerator
- Creates a new generator with default settings.
- StandardCategoryURLGenerator(String) - Constructor for class org.jfree.chart.urls.StandardCategoryURLGenerator
- Constructor that overrides default prefix to the URL.
- StandardCategoryURLGenerator(String, String, String) - Constructor for class org.jfree.chart.urls.StandardCategoryURLGenerator
- Constructor that overrides all the defaults.
- StandardPieURLGenerator - class org.jfree.chart.urls.StandardPieURLGenerator.
- A URL generator for pie charts.
- StandardPieURLGenerator() - Constructor for class org.jfree.chart.urls.StandardPieURLGenerator
- Default constructor.
- StandardPieURLGenerator(String) - Constructor for class org.jfree.chart.urls.StandardPieURLGenerator
- Creates a new generator.
- StandardPieURLGenerator(String, String) - Constructor for class org.jfree.chart.urls.StandardPieURLGenerator
- Creates a new generator.
- StandardPieURLGenerator(String, String, String) - Constructor for class org.jfree.chart.urls.StandardPieURLGenerator
- Creates a new generator.
- StandardXYURLGenerator - class org.jfree.chart.urls.StandardXYURLGenerator.
- A URL generator.
- StandardXYURLGenerator() - Constructor for class org.jfree.chart.urls.StandardXYURLGenerator
- Creates a new default generator.
- StandardXYURLGenerator(String) - Constructor for class org.jfree.chart.urls.StandardXYURLGenerator
- Creates a new generator with the specified prefix.
- StandardXYURLGenerator(String, String, String) - Constructor for class org.jfree.chart.urls.StandardXYURLGenerator
- Constructor that overrides all the defaults
- StandardXYZURLGenerator - class org.jfree.chart.urls.StandardXYZURLGenerator.
- A URL generator.
- StandardXYZURLGenerator() - Constructor for class org.jfree.chart.urls.StandardXYZURLGenerator
- serialVersionUID - Static variable in class org.jfree.chart.urls.CustomPieURLGenerator
- For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.urls.CustomXYURLGenerator
- For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.urls.StandardCategoryURLGenerator
- For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.urls.StandardPieURLGenerator
- For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.urls.StandardXYURLGenerator
- For serialization.
- serialVersionUID - Static variable in class org.jfree.chart.urls.TimeSeriesURLGenerator
- For serialization.
- seriesParameterName - Variable in class org.jfree.chart.urls.StandardCategoryURLGenerator
- Series parameter name to go in each URL
- seriesParameterName - Variable in class org.jfree.chart.urls.StandardXYURLGenerator
- Series parameter name to go in each URL
- seriesParameterName - Variable in class org.jfree.chart.urls.TimeSeriesURLGenerator
- Name to use to identify the series
T
- TimeSeriesURLGenerator - class org.jfree.chart.urls.TimeSeriesURLGenerator.
- A URL generator.
- TimeSeriesURLGenerator() - Constructor for class org.jfree.chart.urls.TimeSeriesURLGenerator
- Blank constructor
- TimeSeriesURLGenerator(DateFormat, String, String, String) - Constructor for class org.jfree.chart.urls.TimeSeriesURLGenerator
- Construct TimeSeriesURLGenerator overriding defaults
U
- urlSeries - Variable in class org.jfree.chart.urls.CustomXYURLGenerator
- Storage for the URLs.
- urls - Variable in class org.jfree.chart.urls.CustomPieURLGenerator
- Storage for the URLs.
X
- XYURLGenerator - interface org.jfree.chart.urls.XYURLGenerator.
- Interface for a URL generator for plots that uses data from an org.jfree.data.xy.XYDataset.
- XYZURLGenerator - interface org.jfree.chart.urls.XYZURLGenerator.
- Interface for a URL generator for plots that uses data from an org.jfree.data.xy.XYZDataset.
A C D E G H I O P S T U X
|
|||||||||
| Home >> All >> org >> jfree >> chart >> [ urls overview ] | PREV NEXT | ||||||||