public class Legend extends Object
| Constructor and Description |
|---|
Legend() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlign() |
Boolean |
getEnabled() |
String |
getLayout()
"horizontal" or "vertical"
|
String |
getVerticalAlign() |
Legend |
setAlign(String align)
"left", "center" and "right".
|
Legend |
setEnabled(Boolean enabled) |
Legend |
setLayout(String layout) |
Legend |
setVerticalAlign(String verticalAlign)
"top", "middle" or "bottom".
|
public Boolean getEnabled()
public String getAlign()
public Legend setAlign(String align)
align - the align to setpublic String getVerticalAlign()
public Legend setVerticalAlign(String verticalAlign)
verticalAlign - the verticalAlign to setpublic String getLayout()
Copyright © 2017. All Rights Reserved.