public class Categories extends AbstractParentPanel
| Constructor and Description |
|---|
Categories() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns a brief human-readable description about what kind of legend builds this panel
|
java.lang.String |
getTitle()
Returns the title (a human-readable one) of this panel.
|
boolean |
isSuitableFor(FLayer layer)
Returns true if this legend is applicable to this layer, false otherwise.
|
getIcon, getLegend, getLegendClass, getPanel, getParentClass, setDatapublic java.lang.String getDescription()
ILegendPanelpublic java.lang.String getTitle()
ILegendPanelpublic boolean isSuitableFor(FLayer layer)
ILegendPanel