org.apache.batik.dom.svg
protected class AbstractSVGAnimatedLength.AnimSVGLength extends AbstractSVGLength
| Constructor Summary | |
|---|---|
| AnimSVGLength(short direction)
Creates a new AnimSVGLength. | |
| Method Summary | |
|---|---|
| void | convertToSpecifiedUnits(short unit)
DOM: Implements SVGLength#convertToSpecifiedUnits(short). |
| protected SVGOMElement | getAssociatedElement()
Returns the element this length is associated with. |
| short | getUnitType()
DOM: Implements SVGLength#getUnitType(). |
| float | getValue()
DOM: Implements SVGLength#getValue(). |
| String | getValueAsString()
DOM: Implements SVGLength#getValueAsString(). |
| float | getValueInSpecifiedUnits()
DOM: Implements SVGLength#getValueInSpecifiedUnits(). |
| void | newValueSpecifiedUnits(short unit, float value)
DOM: Implements SVGLength#newValueSpecifiedUnits(short,float). |
| protected void | setAnimatedValue(int type, float val)
Sets the animated value. |
| void | setValue(float value)
DOM: Implements SVGLength#setValue(float). |
| void | setValueAsString(String value)
DOM: Implements SVGLength#setValueAsString(String). |
| void | setValueInSpecifiedUnits(float value)
DOM: Implements SVGLength#setValueInSpecifiedUnits(float). |
Parameters: direction is one of HORIZONTAL_LENGTH, VERTICAL_LENGTH, or OTHER_LENGTH
Parameters: type one of the values defines in org.w3c.dom.svg.SVGLength val the length