| Interface | Description |
|---|---|
| AlignmentConstants | |
| Area |
An Area represents an arbitrarily shaped 2D area.
|
| DisplayLine.WidthProvider | |
| Drawable | |
| FontSizable | |
| GraphicsConstants | |
| IFxHandler | |
| IIcon | |
| IIcon.ImageList |
This may be implemented by entities that maintain a list of images of different sizes that
represent a single icon.
|
| IImage |
This is an interface that is implemented by objects that can draw themselves
onto a Graphics context.
|
| ImageMaker |
An ImageMaker is used to decode an Image stored in a decodeable image
format (JPEG, BMP, PNG, GIF).
|
| ImageModifier | |
| ImageRefresher |
An ImageRefresher is used by an animated image (AniImage) to display it
on the screen.
|
| IPath | |
| IPointImage | |
| IScanLineStore | |
| ISurface | |
| OnScreenImage |
This is an Image that is being displayed on some control surface or other.
|
| PaintParameters | |
| ResizeableImage |
| Class | Description |
|---|---|
| AnimatedDrawing | |
| BackgroundImage |
This specifies parameters for a "background" image.
|
| Brush |
A Brush is used with certain draw operations in eve.fx.Graphics.
|
| Buffer |
A Buffer is a type of Image used specifically for fast and frequent drawing of
Images.
|
| BufferedGraphics |
A BufferedGraphics object provides a temporary off-screen Image for a Control
to draw on, before being transferred to the on-screen Graphics.
|
| BufferedImageData | |
| ByteArrayImageData | |
| Color |
Color represents a color.
|
| Curve |
This class provides methods for calculating points and bounds for
linear, quadratic and cubic curves.
|
| Dimension | |
| DisplayLine | |
| DisplayLineSpecs | |
| Drawing | |
| DrawnIcon |
A DrawnIcon represents a number of Images which are "drawn" using Graphics primitives
rather than from a Image.
|
| Font |
Font is the character font used when drawing text on a surface.
|
| FontMetrics |
FontMetrics computes font metrics including string width and height.
|
| FontMetricsCache | |
| FormattedTextSpecs |
This is used for calculated formatted text metrics.
|
| Fx |
This class provides static utilities for imaging and drawing.
|
| GeneralPath |
A GeneralPath is used for creating lines by appending sequences of straight lines,
quadratic curves and cubic (Bezier) curves.
|
| GradientBrush | |
| Graphics | |
| GraphicsImageData |
This class is used to present an ImageData interface for a portion of a Graphics.
|
| GrayScaleImage | |
| Icon |
An Icon object is used for two purposes.
|
| IconAndText |
IconAndText is a special type of IImage that draws an Icon and then a line of text.
|
| IconListObject |
This is a base class that can be used to create an IIcon and IIcon.ImageList implementation.
|
| IconObject |
This is a base class that can be used to create an IIcon implementation.
|
| IIcon.SizedIcon | |
| Image | |
| ImageAdapter |
This class is used to provide an IImage interface to an ImageData object.
|
| ImageBuffer | |
| ImageBytes |
This provides no more functionality than a ByteArray.
|
| ImageCache |
An ImageCache is used to fetch and keep images so that Images do not have to
be re-decoded each time they are accessed.
|
| ImageDecoder |
This is the PNG coder/decoder.
|
| ImageInfo |
This is used for storing information about an Image retrieved by Image.getImageInfo().
|
| ImageObject |
This is a base class for a number of other IImage classes.
|
| ImageSubSection | |
| ImageTool | |
| Insets | |
| Mask |
A Mask is used to include/exclude pixels of an Image during certain Image operations.
|
| Metrics | |
| Paint2D | |
| Painter | |
| PaintParametersObject | |
| PathMaker |
This class is used to add extra geometry functionality on top of an IPath
Object.
|
| Pen |
A Pen is used with certain draw operations in eve.fx.Graphics.
|
| PenOverState | |
| PenOverState.PenOverChange | |
| Picture | |
| PictureMaker |
This is the simplest way to load a possibly large image (Picture) formatted as JPEG, PNG, GIF or BMP which may
be too large to decode as one single image.
|
| PixelBuffer |
A PixelBuffer is used to store ARGB pixel information in an integer array.
|
| Point | |
| Polygon | |
| Position | |
| PreparedImageScanLineStore | |
| QuadrantPoints | |
| Rect |
Rect is a rectangle.
|
| RGBImageData |
This class can be used to wrap up an ImageData of any type to act
as an ImageData of type TYPE_ARGB or TYPE_RGB and which uses int[] scan lines.
|
| RotatedImageData | |
| ScaledImageMaker | Deprecated |
| Sound |
| Exception | Description |
|---|---|
| ImageDecodingException |
This exception is thrown if there is a problem decoding an image.
|
| ImageNotFoundException |
This is thrown during Image decoding if the named image was not found.
|
| ImageTypeNotSupportedException |
This is thrown during Image decoding if the image type is not supported.
|
| UnsupportedImageFormatException |
This is thrown during Image decoding if the image format is not supported.
|