Modifier and Type | Class and Description |
---|---|
static class |
Legend.Factory |
Modifier and Type | Field and Description |
---|---|
static Legend.Factory |
Factory |
Constructor and Description |
---|
Legend(boolean alignAsTable,
boolean avg,
boolean current,
boolean hideEmpty,
boolean hideZero,
boolean max,
boolean min,
boolean rightSide,
boolean show,
Sort sort,
boolean sortDesc,
boolean total,
boolean values)
Represents "legend" block on a panel
|
Legend()
Represents "legend" block on a panel
|
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
toJson()
returns object as JSON.
|
public static Legend.Factory Factory
public Legend(boolean alignAsTable, boolean avg, boolean current, boolean hideEmpty, boolean hideZero, boolean max, boolean min, boolean rightSide, boolean show, Sort sort, boolean sortDesc, boolean total, boolean values)
Represents "legend" block on a panel
public Legend()
Represents "legend" block on a panel