Package | Description |
---|---|
com.hfg.svg.filtereffect |
Modifier and Type | Method and Description |
---|---|
SvgFePointLight |
SvgFePointLight.setX(int inValue)
X location for the light source in the coordinate system established by attribute
primitiveUnits on the 'filter' element.
|
SvgFePointLight |
SvgFePointLight.setY(int inValue)
Y location for the light source in the coordinate system established by attribute
primitiveUnits on the 'filter' element.
|
SvgFePointLight |
SvgFePointLight.setZ(int inValue)
Z location for the light source in the coordinate system established by attribute
primitiveUnits on the 'filter' element.
|
jataylor@hairyfatguy.com