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.SerializableTheLegendPlacementclass 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 LegendPlacementBOTTOMThe legend is showing on the bottom site of chart.static LegendPlacementLEFTThe legend is showing on the left site of chart.static LegendPlacementNONEDisable showing legend.static LegendPlacementRIGHTThe legend is showing on the right site of chart.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()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:
toStringin classjava.lang.Object- Returns:
- The string.
- Since:
- 8.0
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-