|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int TYPE_MATRIX
public static final int TYPE_SATURATE
public static final int TYPE_HUE_ROTATE
public static final int TYPE_LUMINANCE_TO_ALPHA
Method Detail |
public Filter getSource()
public void setSource(Filter src)
src
- image to offset.public int getType()
public float[][] getMatrix()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |