Documentation of 'org.jfree.chart.labels.AbstractPieItemLabelGenerator' Java class
AbstractPieItemLabelGenerator
org.jfree.chart.labels

Class AbstractPieItemLabelGenerator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object clone()
      Returns an independent copy of the generator.
      boolean equals(java.lang.Object obj)
      Tests the generator for equality with an arbitrary object.
      java.lang.String getLabelFormat()
      Returns the label format string.
      java.text.NumberFormat getNumberFormat()
      Returns the number formatter.
      java.text.NumberFormat getPercentFormat()
      Returns the percent formatter.
      int hashCode()
      Returns a hash code for this instance.
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLabelFormat

        public java.lang.String getLabelFormat()
        Returns the label format string.
        Returns:
        The label format string (never null).
      • getNumberFormat

        public java.text.NumberFormat getNumberFormat()
        Returns the number formatter.
        Returns:
        The formatter (never null).
      • getPercentFormat

        public java.text.NumberFormat getPercentFormat()
        Returns the percent formatter.
        Returns:
        The formatter (never null).
      • equals

        public boolean equals(java.lang.Object obj)
        Tests the generator for equality with an arbitrary object.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - the object to test against (null permitted).
        Returns:
        A boolean.
      • hashCode

        public int hashCode()
        Returns a hash code for this instance.
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        A hash code.
      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Returns an independent copy of the generator.
        Overrides:
        clone in class java.lang.Object
        Returns:
        A clone.
        Throws:
        java.lang.CloneNotSupportedException - should not happen.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.