Interface LegendsPanel
- All Superinterfaces:
org.gvsig.tools.swing.api.Component
public interface LegendsPanel
extends org.gvsig.tools.swing.api.Component
-
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.fmap.mapcontext.layers.FLayergetLayer()org.gvsig.fmap.mapcontext.rendering.legend.ILegendgetPage(Class<? extends ILegendPanel> pageClass) getPages()voidsetActivePage(ILegendPanel panel) voidsetLayer(org.gvsig.fmap.mapcontext.layers.FLayer layer) voidsetLegend(org.gvsig.fmap.mapcontext.rendering.legend.ILegend legend) Methods inherited from interface org.gvsig.tools.swing.api.Component
asJComponent
-
Method Details
-
getLegend
org.gvsig.fmap.mapcontext.rendering.legend.ILegend getLegend() -
getLayer
org.gvsig.fmap.mapcontext.layers.FLayer getLayer() -
getActivePage
ILegendPanel getActivePage() -
getPage
-
getPages
Collection<ILegendPanel> getPages() -
setLegend
void setLegend(org.gvsig.fmap.mapcontext.rendering.legend.ILegend legend) -
setLayer
void setLayer(org.gvsig.fmap.mapcontext.layers.FLayer layer) -
setActivePage
-