Package com.inet.report.chart
Class LegendPlacement
- java.lang.Object
-
- com.inet.report.chart.LegendPlacement
-
- All Implemented Interfaces:
java.io.Serializable
public class LegendPlacement extends java.lang.Object implements java.io.Serializable
TheLegendPlacement
class contains legend placements that can be used by the legend.- Since:
- 8.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description 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
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.
-
-
-
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 classjava.lang.Object
- Returns:
- The string.
- Since:
- 8.0
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-