Package | Description |
---|---|
com.hfg.graphics | |
com.hfg.svg.filtereffect |
Modifier and Type | Method and Description |
---|---|
static ColorChannel |
ColorChannel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorChannel[] |
ColorChannel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SvgFeDisplacementMap |
SvgFeDisplacementMap.setXChannelSelector(ColorChannel inValue)
Indicates which channel from
in2 to use to displace the pixels in in along the x-axis. |
SvgFeDisplacementMap |
SvgFeDisplacementMap.setYChannelSelector(ColorChannel inValue)
Indicates which channel from
in2 to use to displace the pixels in in along the y-axis. |
jataylor@hairyfatguy.com