Klasse LegendPlacement

java.lang.Object
com.inet.report.chart.LegendPlacement
Alle implementierten Schnittstellen:
Serializable

public class LegendPlacement extends Object implements Serializable
The LegendPlacement class contains legend placements that can be used by the legend.
Seit:
8.0
Siehe auch:
  • Felddetails

    • 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.
  • Methodendetails

    • toString

      public String toString()
      Returns a string representing the object.
      Setzt außer Kraft:
      toString in Klasse Object
      Gibt zurück:
      The string.
      Seit:
      8.0
    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object