com.ontimize.util.gis.client.interfaces
Interface IGisClientComponent

All Known Implementing Classes:
AlternativeLayersPanel, BasicToolbar, BasicToolbarButton, BookmarksInnerPanel, ChooseLocationButton, DownloadProgressPanel, DraggableToolbar, EmptyPanel, GisStatusBar, InnerPanel, LayersPanel, PopupMenuItem, PopupMenuPanel

public interface IGisClientComponent

Interface to use for a gis client component.


Method Summary
 java.awt.Rectangle getComponentLimits()
          Get the component drawing limits, since the component it's not painted on all the extension of the panel.
 void setGisViewer(IGisViewer gisViewer)
          Set the gis viewer instance for the actual component
 void setVisible(boolean visible)
          Sets the component visible
 

Method Detail

setGisViewer

void setGisViewer(IGisViewer gisViewer)
Set the gis viewer instance for the actual component

Parameters:
gisViewer - Gis viewer instanceof

getComponentLimits

java.awt.Rectangle getComponentLimits()
Get the component drawing limits, since the component it's not painted on all the extension of the panel. This method is used principally in events management

Returns:
component painting area

setVisible

void setVisible(boolean visible)
Sets the component visible

Parameters:
visible -