Save This Page
Home » jcommon-1.0.13 » org.jfree » chart » urls » [javadoc | source]
org.jfree.chart.urls
public interface: XYURLGenerator [javadoc | source]

All Known Implementing Classes:
    StandardXYZURLGenerator, XYZURLGenerator, StandardXYURLGenerator, CustomXYURLGenerator, TimeSeriesURLGenerator

Interface for a URL generator for plots that uses data from an XYDataset . Classes that implement this interface are responsible for correctly escaping any text that is derived from the dataset, as this may be user-specified and could pose a security risk.
Method from org.jfree.chart.urls.XYURLGenerator Summary:
generateURL
Method from org.jfree.chart.urls.XYURLGenerator Detail:
 public String generateURL(XYDataset dataset,
    int series,
    int item)
    Generates a URL for a particular item within a series. As a guideline, the URL should be valid within the context of an XHTML 1.0 document.