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

All Known Implementing Classes:
    CustomCategoryURLGenerator, StandardCategoryURLGenerator

A URL generator for items in a CategoryDataset .
Method from org.jfree.chart.urls.CategoryURLGenerator Summary:
generateURL
Method from org.jfree.chart.urls.CategoryURLGenerator Detail:
 public String generateURL(CategoryDataset dataset,
    int series,
    int category)
    Returns a URL for one item in a dataset. As a guideline, the URL should be valid within the context of an XHTML 1.0 document. 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.