com.iver.cit.gvsig.gui.legendmanager.panels
Interface ILegendPanel

All Known Implementing Classes:
FPanelLegendBreaks, FPanelLegendDefault, FPanelLegendLabels, FPanelLegendValues

public interface ILegendPanel

Author:
FJP Este interfaz es el que debe cumplir cualquier panel que empleemos para confeccionar una leyenda. Se le pasa una capa para que tome su leyenda, y con el método getLegend tomamos la leyenda que ha confeccionado el usuario.

Method Summary
 Legend getLegend()
           
 void setLayer(FLayer lyr, Legend legend)
           
 

Method Detail

setLayer

public void setLayer(FLayer lyr,
                     Legend legend)

getLegend

public Legend getLegend()