Uses of Class
gistoolkit.server.mapclient.ImagePanel

Packages that use ImagePanel
gistoolkit.server.mapclient   
gistoolkit.server.mapclient.drawer   
 

Uses of ImagePanel in gistoolkit.server.mapclient
 

Methods in gistoolkit.server.mapclient that return ImagePanel
 ImagePanel Client.getImagePanel()
           
 ImagePanel OGCClient.getImagePanel()
          Returns a reference to the image panel so the commands can access them.
 

Methods in gistoolkit.server.mapclient with parameters of type ImagePanel
 void Drawer.setImagePanel(ImagePanel inImagePanel)
          Set the image panel in the drawer, so it can be affected
 

Uses of ImagePanel in gistoolkit.server.mapclient.drawer
 

Methods in gistoolkit.server.mapclient.drawer that return ImagePanel
 ImagePanel BasicDrawer.getImagePanel()
          Retrieve the image panel from the drawer
 

Methods in gistoolkit.server.mapclient.drawer with parameters of type ImagePanel
 void BasicDrawer.setImagePanel(ImagePanel inImagePanel)
          Set the ImagePanel in the drawer so it can be updated