Package | Description |
---|---|
org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
org.apache.batik.ext.awt.image |
Contains extensions to the
java.awt.image package. |
org.apache.batik.ext.awt.image.renderable |
Modifier and Type | Method and Description |
---|---|
ComponentTransferFunction |
SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge.createComponentTransferFunction(Element filterElement,
Element funcElement)
Creates a
ComponentTransferFunction according to
the specified parameters. |
Modifier and Type | Class and Description |
---|---|
class |
ConcreteComponentTransferFunction
This class implements the interface expected from a component
transfer function.
|
Modifier and Type | Method and Description |
---|---|
static ComponentTransferFunction |
ConcreteComponentTransferFunction.getDiscreteTransfer(float[] tableValues)
Returns a discrete transfer function
|
static ComponentTransferFunction |
ConcreteComponentTransferFunction.getGammaTransfer(float amplitude,
float exponent,
float offset)
Returns a gamma function
|
static ComponentTransferFunction |
ConcreteComponentTransferFunction.getIdentityTransfer()
Returns an instance initialized as an identity
transfer function
|
static ComponentTransferFunction |
ConcreteComponentTransferFunction.getLinearTransfer(float slope,
float intercept)
Returns a linear transfer function
|
static ComponentTransferFunction |
ConcreteComponentTransferFunction.getTableTransfer(float[] tableValues)
Returns a table transfer function
|
Modifier and Type | Method and Description |
---|---|
ComponentTransferFunction |
ComponentTransferRable8Bit.getAlphaFunction()
Returns the transfer function for the alpha channel
|
ComponentTransferFunction |
ComponentTransferRable.getAlphaFunction()
Returns the transfer function for the alpha channel
|
ComponentTransferFunction |
ComponentTransferRable8Bit.getBlueFunction()
Returns the transfer function for the blue channel
|
ComponentTransferFunction |
ComponentTransferRable.getBlueFunction()
Returns the transfer function for the blue channel
|
ComponentTransferFunction |
ComponentTransferRable8Bit.getGreenFunction()
Returns the transfer function for the green channel
|
ComponentTransferFunction |
ComponentTransferRable.getGreenFunction()
Returns the transfer function for the green channel
|
ComponentTransferFunction |
ComponentTransferRable8Bit.getRedFunction()
Returns the transfer function for the red channel
|
ComponentTransferFunction |
ComponentTransferRable.getRedFunction()
Returns the transfer function for the red channel
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentTransferRable8Bit.setAlphaFunction(ComponentTransferFunction alphaFunction)
Sets the transfer function for the alpha channel
|
void |
ComponentTransferRable.setAlphaFunction(ComponentTransferFunction alphaFunction)
Sets the transfer function for the alpha channel
|
void |
ComponentTransferRable8Bit.setBlueFunction(ComponentTransferFunction blueFunction)
Sets the transfer function for the blue channel
|
void |
ComponentTransferRable.setBlueFunction(ComponentTransferFunction blueFunction)
Sets the transfer function for the blue channel
|
void |
ComponentTransferRable8Bit.setGreenFunction(ComponentTransferFunction greenFunction)
Sets the transfer function for the green channel
|
void |
ComponentTransferRable.setGreenFunction(ComponentTransferFunction greenFunction)
Sets the transfer function for the green channel
|
void |
ComponentTransferRable8Bit.setRedFunction(ComponentTransferFunction redFunction)
Sets the transfer function for the red channel
|
void |
ComponentTransferRable.setRedFunction(ComponentTransferFunction redFunction)
Sets the transfer function for the red channel
|
Constructor and Description |
---|
ComponentTransferRable8Bit(Filter src,
ComponentTransferFunction alphaFunction,
ComponentTransferFunction redFunction,
ComponentTransferFunction greenFunction,
ComponentTransferFunction blueFunction) |
Copyright © 2022 Apache Software Foundation. All Rights Reserved.