Package | Description |
---|---|
org.apache.batik.ext.awt.image |
Contains extensions to the
java.awt.image package. |
org.apache.batik.ext.awt.image.renderable | |
org.apache.batik.ext.awt.image.rendered |
Modifier and Type | Class and Description |
---|---|
class |
DiscreteTransfer
This class defines the Discrete type transfer function for the
feComponentTransfer filter, as defined in chapter 15, section 11
of the SVG specification.
|
class |
GammaTransfer
GammaTransfer.java
This class defines the Gamma type transfer function for the
feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG
specification.
|
class |
IdentityTransfer
IdentityTransfer.java
This class defines the Identity type transfer function for the
feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG
specification.
|
class |
LinearTransfer
LinearTransfer.java
This class defines the Linear type transfer function for the
feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG
specification.
|
class |
TableTransfer
TableTransfer.java
This class defines the Table type transfer function for the
feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG
specification.
|
Modifier and Type | Field and Description |
---|---|
private TransferFunction[] |
ComponentTransferRable8Bit.txfFunc
Array of transfer functions.
|
Modifier and Type | Method and Description |
---|---|
private static TransferFunction |
ComponentTransferRable8Bit.getTransferFunction(ComponentTransferFunction function)
Converts a ComponentTransferFunction to a TransferFunction
|
private TransferFunction[] |
ComponentTransferRable8Bit.getTransferFunctions()
Builds an array of transfer functions for the
ComponentTransferOp.
|
Constructor and Description |
---|
ComponentTransferRed(CachableRed src,
TransferFunction[] funcs,
java.awt.RenderingHints hints)
The constructor will instantiate a LookupOp instance using
a LookupOp, which is built using the four LUT
data obtained by the TransferFunction objects
funcs[0] : Alpha component transfer function
funcs[1] : Red component transfer function
funcs[2] : Green component transfer function
funcs[3] : Blue component transfer function
|