public class LegendLayout
extends java.lang.Object
| Constructor and Description |
|---|
LegendLayout(LegendGraphicText legendTitle,
java.util.List<LegendColumn> legendColumns) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LegendColumn> |
getLegendColumns() |
LegendGraphicText |
getLegendTitle() |
boolean |
hasTitle() |
void |
setLegendColumns(java.util.List<LegendColumn> legendColumns) |
void |
setLegendTitle(LegendGraphicText legendTitle) |
public LegendLayout(LegendGraphicText legendTitle, java.util.List<LegendColumn> legendColumns)
public LegendGraphicText getLegendTitle()
public void setLegendTitle(LegendGraphicText legendTitle)
public java.util.List<LegendColumn> getLegendColumns()
public void setLegendColumns(java.util.List<LegendColumn> legendColumns)
public boolean hasTitle()