Class Categories
java.lang.Object
org.gvsig.app.project.documents.view.legend.gui.AbstractParentPanel
org.gvsig.app.project.documents.view.legend.gui.Categories
- All Implemented Interfaces:
ILegendPanel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a brief human-readable description about what kind of legend builds this panelgetTitle()Returns the title (a human-readable one) of this panel.booleanisSuitableFor(org.gvsig.fmap.mapcontext.layers.FLayer layer) Returns true if this legend is applicable to this layer, false otherwise.Methods inherited from class org.gvsig.app.project.documents.view.legend.gui.AbstractParentPanel
getIcon, getLegend, getLegendClass, getPanel, getParentClass, setData
-
Constructor Details
-
Categories
public Categories()
-
-
Method Details
-
getDescription
Description copied from interface:ILegendPanelReturns a brief human-readable description about what kind of legend builds this panel- Returns:
- String with a brief description
-
getTitle
Description copied from interface:ILegendPanelReturns the title (a human-readable one) of this panel. -
isSuitableFor
public boolean isSuitableFor(org.gvsig.fmap.mapcontext.layers.FLayer layer) Description copied from interface:ILegendPanelReturns true if this legend is applicable to this layer, false otherwise.
-