i-net Clear Reports

com.inet.report.chart
Class LegendPlacement

java.lang.Object
  extended by com.inet.report.chart.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

Field Summary
static LegendPlacement BOTTOM
          The legend is showing on the bottom site of chart.
static LegendPlacement LEFT
          The legend is showing on the left site of chart.
static LegendPlacement NONE
          Disable showing legend.
static LegendPlacement RIGHT
          The legend is showing on the right site of chart.
 
Method Summary
 boolean equals(java.lang.Object obj)
          
 int hashCode()
          
 java.lang.String toString()
          Returns a string representing the object.
 

Field Detail

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.


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

i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH