Uses of Class
net.sf.freecol.client.gui.ImageLibrary

Packages that use ImageLibrary
net.sf.freecol.client This is the main client package. 
net.sf.freecol.client.gui Contains the GUI classes. 
net.sf.freecol.client.gui.panel Contains the panels and dialogs. 
 

Uses of ImageLibrary in net.sf.freecol.client
 

Methods in net.sf.freecol.client that return ImageLibrary
 ImageLibrary FreeColClient.getImageLibrary()
          Gets the ImageLibrary.
 

Constructors in net.sf.freecol.client with parameters of type ImageLibrary
FreeColClient(boolean windowed, java.awt.Dimension innerWindowSize, ImageLibrary imageLibrary, MusicLibrary musicLibrary, SfxLibrary sfxLibrary, boolean showOpeningVideo)
          Creates a new FreeColClient.
 

Uses of ImageLibrary in net.sf.freecol.client.gui
 

Methods in net.sf.freecol.client.gui that return ImageLibrary
 ImageLibrary Canvas.getImageLibrary()
           
 ImageLibrary ImageLibrary.getScaledImageLibrary(float scalingFactor)
          Gets a scaled version of this ImageLibrary.
 

Constructors in net.sf.freecol.client.gui with parameters of type ImageLibrary
GUI(FreeColClient freeColClient, java.awt.Dimension size, ImageLibrary lib)
          The constructor to use.
 

Uses of ImageLibrary in net.sf.freecol.client.gui.panel
 

Methods in net.sf.freecol.client.gui.panel that return ImageLibrary
 ImageLibrary FreeColPanel.getLibrary()
          Returns the ImageLibrary.