Package net.sf.freecol.common.resources

Classes for handling resources.

See:
          Description

Class Summary
AudioResource A Resource wrapping a File containing sounds.
ChipResource A Resource wrapping a "Chip", that is a small BufferedImage indicating the owner of a unit or mission, or the alarm of a native settlement.
ColorResource A Resource wrapping a Color.
FAFileResource A Resource wrapping a FAFile.
FontResource A Resource wrapping a Font.
ImageResource A Resource wrapping an Image.
Resource Represents a resource that either has been or can be loaded using a URI.
ResourceFactory A factory class for creating Resource instances.
ResourceManager Class for getting resources (images, audio etc).
ResourceMapping Represents a mapping between IDs and resources.
SZAResource A Resource wrapping a SimpleZippedAnimation.
VideoResource A Resource wrapping a Video.
 

Package net.sf.freecol.common.resources Description

Classes for handling resources. Use ResourceManager for getting resources using an ID and for changing mappings between IDs and resources.