public interface ColorMatrixRable extends FilterColorInterpolation
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_HUE_ROTATE |
static int |
TYPE_LUMINANCE_TO_ALPHA |
static int |
TYPE_MATRIX
Identifier used to refer to predefined matrices
|
static int |
TYPE_SATURATE |
HINTS_OBSERVED| Modifier and Type | Method and Description |
|---|---|
float[][] |
getMatrix()
Returns the rows of the color matrix.
|
Filter |
getSource()
Returns the source to be offset.
|
int |
getType()
Returns the type of this color matrix.
|
void |
setSource(Filter src)
Sets the source to be offset.
|
getOperationColorSpace, isColorSpaceLinear, setColorSpaceLineargetBounds2D, getDependencyRegion, getDirtyRegion, getTimeStampcreateDefaultRendering, createRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamicstatic final int TYPE_MATRIX
static final int TYPE_SATURATE
static final int TYPE_HUE_ROTATE
static final int TYPE_LUMINANCE_TO_ALPHA
Filter getSource()
void setSource(Filter src)
src - image to offset.int getType()
float[][] getMatrix()
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.