Package | Description |
---|---|
java.awt |
Contains all of the classes for creating user
interfaces and for painting graphics and images.
|
java.awt.image.renderable |
Provides classes and interfaces for producing
rendering-independent images.
|
Modifier and Type | Method | Description |
---|---|---|
abstract void |
Graphics2D.drawRenderableImage(RenderableImage img,
AffineTransform xform) |
Renders a
RenderableImage ,
applying a transform from image space into user space before drawing. |
Modifier and Type | Class | Description |
---|---|---|
class |
RenderableImageOp |
This class handles the renderable aspects of an operation with help
from its associated instance of a ContextualRenderedImageFactory.
|
Modifier and Type | Method | Description |
---|---|---|
RenderableImage |
ParameterBlock.getRenderableSource(int index) |
Returns a source as a RenderableImage.
|
Modifier and Type | Method | Description |
---|---|---|
Vector<RenderableImage> |
RenderableImage.getSources() |
Returns a vector of RenderableImages that are the sources of
image data for this RenderableImage.
|
Vector<RenderableImage> |
RenderableImageOp.getSources() |
Returns a vector of RenderableImages that are the sources of
image data for this RenderableImage.
|
Modifier and Type | Method | Description |
---|---|---|
RenderContext |
ContextualRenderedImageFactory.mapRenderContext(int i,
RenderContext renderContext,
ParameterBlock paramBlock,
RenderableImage image) |
Maps the operation's output RenderContext into a RenderContext
for each of the operation's sources.
|
Constructor | Description |
---|---|
RenderableImageProducer(RenderableImage rdblImage,
RenderContext rc) |
Constructs a new RenderableImageProducer from a RenderableImage
and a RenderContext.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b144-1ubuntu1