Class LegendPlacement

java.lang.Object
com.inet.report.chart.LegendPlacement
All Implemented Interfaces:
Serializable

public class LegendPlacement extends Object implements Serializable
The LegendPlacement class contains legend placements that can be used by the legend.
Since:
8.0
See Also:
  • Field Details

    • NONE

      public static final LegendPlacement NONE
      Disable showing legend.
    • LEFT

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

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

    • toString

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object