|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.ext.awt.image.IdentityTransfer
public 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.
Field Summary | |
---|---|
static byte[] |
lutData
This byte array stores the lookuptable data |
Constructor Summary | |
---|---|
IdentityTransfer()
|
Method Summary | |
---|---|
byte[] |
getLookupTable()
This method will return the lut data in order to construct a LookUpTable object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static byte[] lutData
Constructor Detail |
---|
public IdentityTransfer()
Method Detail |
---|
public byte[] getLookupTable()
getLookupTable
in interface TransferFunction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |