Package waba.fx

Classes related to Graphics, fonts, geometric classes (Rect, Coord), Image, sound.

See:
          Description

Interface Summary
ISurface ISurface is an interface implemented by drawing surfaces.
 

Class Summary
Color Color represents a color.
Coord Coord is a coordinate with x and y values.
Font Font is the character font used when drawing text on a surface.
FontMetrics FontMetrics computes font metrics including string width and height.
Graphics Graphics draws on a surface.
Image Image is a rectangular image.
Palette Palette represents a ordered group of colors.
Rect Rect is a rectangle.
Sound Sound is used to play sounds such as beeps and tones.
SoundClip SoundClip is a sound clip.
SoundClipEvent Events posted by a soundclip control.
 

Error Summary
ImageError This class is used to throw an exception when an image could not be loaded for any reason.
 

Package waba.fx Description

Classes related to Graphics, fonts, geometric classes (Rect, Coord), Image, sound.