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

All Implemented Interfaces:
    XYURLGenerator, PublicCloneable, Cloneable, Serializable

A custom URL generator.
Constructor:
 public CustomXYURLGenerator() 
Method from org.jfree.chart.urls.CustomXYURLGenerator Summary:
addURLSeries,   clone,   equals,   generateURL,   getListCount,   getURL,   getURLCount
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.chart.urls.CustomXYURLGenerator Detail:
 public  void addURLSeries(List urls) 
    Adds a list of URLs.
 public Object clone() throws CloneNotSupportedException 
    Returns a new generator that is a copy of, and independent from, this generator.
 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.
 public int getListCount() 
    Returns the number of URL lists stored by the renderer.
 public String getURL(int series,
    int item) 
    Returns the URL for an item.
 public int getURLCount(int list) 
    Returns the number of URLs in a given list.