Package net.sf.freecol.common.resources
Classes for handling resources. Use
ResourceManager
for getting
resources using an ID and for changing mappings between IDs and resources.-
Interface Summary Interface Description Resource.Cleanable Implement the Cleanable interface if a Resource has a use for calls to a clean method.ResourceMapping.PreloadController -
Class Summary Class Description AudioResource AResource
wrapping aFile
containing sounds.ColorResource AResource
wrapping aColor
.FAFile Represents the data within a Font Animation File.FAFile.CREatingInputStream This utility class removes all CR:s from anInputStream
.FAFile.FALetter FAFile.FAName FAFileResource AResource
wrapping aFAFile
.FontResource AResource
wrapping aFont
.ImageCache Wrapper around ResourceManager for caching image resources.ImageResource AResource
wrapping anImage
.Resource Represents a resource that either has been or can be loaded using aURI
.ResourceFactory A factory class for creatingResource
instances.ResourceManager Class for getting resources (images, audio etc).ResourceMapping Represents a mapping between identifiers and resources.ResourceMapping.ResourceType<T> StringResource AResource
wrapping anString
.SZAResource AResource
wrapping aSimpleZippedAnimation
.Video Represents a video.VideoResource AResource
wrapping aVideo
.