public class Legend extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Legend.OrientationEnum
orientation is the location of the legend with respect to the view graph
|
static class |
Legend.TypeEnum
The style of the legend.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ORIENTATION |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
Legend() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Legend.OrientationEnum |
getOrientation()
orientation is the location of the legend with respect to the view graph
|
Legend.TypeEnum |
getType()
The style of the legend.
|
int |
hashCode() |
Legend |
orientation(Legend.OrientationEnum orientation) |
void |
setOrientation(Legend.OrientationEnum orientation) |
String |
toString() |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_ORIENTATION
public Legend.TypeEnum getType()
public Legend orientation(Legend.OrientationEnum orientation)
public Legend.OrientationEnum getOrientation()
public void setOrientation(Legend.OrientationEnum orientation)
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.