Class LegendPlacement

  • All Implemented Interfaces:
    java.io.Serializable

    public class LegendPlacement
    extends java.lang.Object
    implements java.io.Serializable
    The LegendPlacement class contains legend placements that can be used by the legend.
    Since:
    8.0
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      int hashCode()
      java.lang.String toString()
      Returns a string representing the object.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • LEFT

        public static final LegendPlacement LEFT
        The legend is showing on the left site of chart.
      • RIGHT

        public static final LegendPlacement RIGHT
        The legend is showing on the right site of chart.
      • BOTTOM

        public static final LegendPlacement BOTTOM
        The legend is showing on the bottom site of chart.
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns a string representing the object.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string.
        Since:
        8.0
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object