Uses of Package
java.awt.image.renderable
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides classes and interfaces for producing rendering-independent images.
-
ClassDescriptionA RenderableImage is a common interface for rendering-independent images (a notion which subsumes resolution independence).
-
ClassDescriptionContextualRenderedImageFactory provides an interface for the functionality that may differ between instances of RenderableImageOp.A
ParameterBlock
encapsulates all the information about sources and parameters (Objects) required by a RenderableImageOp, or other classes that process images.A RenderableImage is a common interface for rendering-independent images (a notion which subsumes resolution independence).A RenderContext encapsulates the information needed to produce a specific rendering from a RenderableImage.The RenderedImageFactory interface (often abbreviated RIF) is intended to be implemented by classes that wish to act as factories to produce different renderings, for example by executing a series of BufferedImageOps on a set of sources, depending on a specific set of parameters, properties, and rendering hints.