|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColorMatrixRable
Defines the interface expected from a color matrix operation
Field Summary | |
---|---|
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
|
Fields inherited from interface java.awt.image.renderable.RenderableImage |
---|
HINTS_OBSERVED |
Method Summary | |
---|---|
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. |
Methods inherited from interface org.apache.batik.ext.awt.image.renderable.FilterColorInterpolation |
---|
getOperationColorSpace, isColorSpaceLinear, setColorSpaceLinear |
Methods inherited from interface org.apache.batik.ext.awt.image.renderable.Filter |
---|
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStamp |
Methods inherited from interface java.awt.image.renderable.RenderableImage |
---|
createDefaultRendering, createRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamic |
Field Detail |
---|
static final int TYPE_MATRIX
static final int TYPE_SATURATE
static final int TYPE_HUE_ROTATE
static final int TYPE_LUMINANCE_TO_ALPHA
Method Detail |
---|
Filter getSource()
void setSource(Filter src)
src
- image to offset.int getType()
float[][] getMatrix()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |