|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.ext.awt.image.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.
Field Summary | |
float |
amplitude
The amplitude of the Gamma function |
float |
exponent
The exponent of the Gamma function |
byte[] |
lutData
This byte array stores the lookuptable data |
float |
offset
The offset of the Gamma function |
Constructor Summary | |
GammaTransfer(float amplitude,
float exponent,
float offset)
Three floats as the input for the Gamma function |
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 byte[] lutData
public float amplitude
public float exponent
public float offset
Constructor Detail |
public GammaTransfer(float amplitude, float exponent, float offset)
Method Detail |
public byte[] getLookupTable()
getLookupTable
in interface TransferFunction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |