Save This Page
Home » jcommon-1.0.13 » org.jfree » chart » urls » [javadoc | source]
org.jfree.chart.urls
public class: TimeSeriesURLGenerator [javadoc | source]
java.lang.Object
   org.jfree.chart.urls.TimeSeriesURLGenerator

All Implemented Interfaces:
    XYURLGenerator, Serializable

A URL generator for time series charts.
Constructor:
 public TimeSeriesURLGenerator() 
 public TimeSeriesURLGenerator(DateFormat dateFormat,
    String prefix,
    String seriesParameterName,
    String itemParameterName) 
    Construct TimeSeriesURLGenerator overriding defaults.
    Parameters:
    dateFormat - a formatter for the date (null not permitted).
    prefix - the prefix of the URL (null not permitted).
    seriesParameterName - the name of the series parameter in the URL (null not permitted).
    itemParameterName - the name of the item parameter in the URL (null not permitted).
Method from org.jfree.chart.urls.TimeSeriesURLGenerator Summary:
equals,   generateURL,   getDateFormat,   getItemParameterName,   getPrefix,   getSeriesParameterName
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.chart.urls.TimeSeriesURLGenerator Detail:
 public boolean equals(Object obj) 
    Tests this generator for equality with an arbitrary object.
 public String generateURL(XYDataset dataset,
    int series,
    int item) 
    Generates a URL for a particular item within a series.
 public DateFormat getDateFormat() 
    Returns a clone of the date format assigned to this URL generator.
 public String getItemParameterName() 
    Returns the item parameter name.
 public String getPrefix() 
    Returns the prefix string.
 public String getSeriesParameterName() 
    Returns the series parameter name.