Uses of Interface
insensa.view.image.map.ILegendComponent

Packages that use ILegendComponent
insensa.view.image.map   
 

Uses of ILegendComponent in insensa.view.image.map
 

Classes in insensa.view.image.map that implement ILegendComponent
 class RectColorLegent
           
 

Fields in insensa.view.image.map declared as ILegendComponent
protected  ILegendComponent AbstractInfoReaderImageMap.legend
           
 

Methods in insensa.view.image.map that return ILegendComponent
 ILegendComponent IImageMap.getLegend()
           
 ILegendComponent AbstractInfoReaderImageMap.getLegend()
           
 

Methods in insensa.view.image.map with parameters of type ILegendComponent
 void AbstractInfoReaderImageMap.setLegend(ILegendComponent legend)