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

All Implemented Interfaces:
    PublicCloneable, XYItemLabelGenerator, XYToolTipGenerator, Cloneable, Serializable

A standard item label generator for plots that use data from an XYDataset .
Method from org.jfree.chart.labels.SymbolicXYItemLabelGenerator Summary:
clone,   equals,   generateLabel,   generateToolTip,   hashCode
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.chart.labels.SymbolicXYItemLabelGenerator Detail:
 public Object clone() throws CloneNotSupportedException 
    Returns an independent copy of the generator.
 public boolean equals(Object obj) 
    Tests if this object is equal to another.
 public String generateLabel(XYDataset dataset,
    int series,
    int category) 
    Generates a label for the specified item. The label is typically a formatted version of the data value, but any text can be used.
 public String generateToolTip(XYDataset data,
    int series,
    int item) 
    Generates a tool tip text item for a particular item within a series.
 public int hashCode() 
    Returns a hash code for this instance.