Modifier and Type | Method and Description |
---|---|
abstract Filterable |
Toolkit.toFilterable(Image img) |
Filterable |
DummyToolkit.toFilterable(Image img) |
Modifier and Type | Method and Description |
---|---|
Filterable |
QuantumToolkit.toFilterable(Image img) |
Modifier and Type | Method and Description |
---|---|
static Filterable |
Effect.createCompatibleImage(FilterContext fctx,
int w,
int h)
Returns a new image that is most compatible with the
given
FilterContext . |
static Filterable |
Effect.getCompatibleImage(FilterContext fctx,
int w,
int h)
Returns an image that is most compatible with the
given
FilterContext . |
Filterable |
Identity.getSource()
Returns the source image (can be null).
|
Filterable |
ImageData.getTransformedImage(Rectangle clip) |
Filterable |
ImageData.getUntransformedImage() |
Modifier and Type | Method and Description |
---|---|
static void |
Effect.releaseCompatibleImage(FilterContext fctx,
Filterable image)
Releases an image created by the
getCompatibleImage() method
back into the shared pool. |
void |
ImageData.releaseTransformedImage(Filterable tximage) |
void |
Identity.setSource(Filterable src)
Sets the source image.
|
Constructor and Description |
---|
Identity(Filterable src)
Constructs a new
Identity effect with the
given platform-specific image. |
ImageData(FilterContext fctx,
Filterable image,
Rectangle bounds) |
ImageData(FilterContext fctx,
Filterable image,
Rectangle bounds,
BaseTransform transform) |
Modifier and Type | Interface and Description |
---|---|
interface |
HeapImage |
interface |
PoolFilterable |
Modifier and Type | Method and Description |
---|---|
abstract Filterable |
Renderer.transform(FilterContext fctx,
Filterable original,
BaseTransform transform,
Rectangle origBounds,
Rectangle xformBounds) |
Modifier and Type | Method and Description |
---|---|
abstract void |
Renderer.clearImage(Filterable image)
Mainly used by
ImagePool for the purpose of clearing
an image before handing it back to the user. |
abstract ImageData |
Renderer.createImageData(FilterContext fctx,
Filterable src)
Mainly used by the
Identity effect for the purpose of
creating a cached ImageData from the given platform-specific
image (e.g. |
void |
Renderer.releaseCompatibleImage(Filterable image) |
abstract Filterable |
Renderer.transform(FilterContext fctx,
Filterable original,
BaseTransform transform,
Rectangle origBounds,
Rectangle xformBounds) |
Modifier and Type | Class and Description |
---|---|
class |
PrDrawable |
class |
PrImage
This is a special class that is only used for the purposes of converting
a Prism image (from Image.platformImage) into a Filterable (see
PrismToolkit.toFilterable()) that can then be passed to
PrRenderer.createImageData().
|
Modifier and Type | Class and Description |
---|---|
class |
PPSDrawable |
Modifier and Type | Method and Description |
---|---|
Filterable |
PPSRenderer.transform(FilterContext fctx,
Filterable original,
BaseTransform transform,
Rectangle origBounds,
Rectangle xformBounds) |
Modifier and Type | Method and Description |
---|---|
void |
PPSRenderer.clearImage(Filterable filterable) |
ImageData |
PPSRenderer.createImageData(FilterContext fctx,
Filterable src) |
Filterable |
PPSRenderer.transform(FilterContext fctx,
Filterable original,
BaseTransform transform,
Rectangle origBounds,
Rectangle xformBounds) |
Modifier and Type | Class and Description |
---|---|
class |
PSWDrawable |
Modifier and Type | Method and Description |
---|---|
Filterable |
PSWRenderer.transform(FilterContext fctx,
Filterable original,
BaseTransform transform,
Rectangle origBounds,
Rectangle xformBounds) |
Modifier and Type | Method and Description |
---|---|
void |
PSWRenderer.clearImage(Filterable filterable) |
ImageData |
PSWRenderer.createImageData(FilterContext fctx,
Filterable src) |
Filterable |
PSWRenderer.transform(FilterContext fctx,
Filterable original,
BaseTransform transform,
Rectangle origBounds,
Rectangle xformBounds) |
Copyright © 2020. All rights reserved.