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 {@link
SVGLength#convertToSpecifiedUnits(short)}. |
| protected SVGOMElement | getAssociatedElement()
Returns the element this length is associated with. |
| short | getUnitType()
DOM: Implements {@link SVGLength#getUnitType()}. |
| float | getValue()
DOM: Implements {@link SVGLength#getValue()}. |
| String | getValueAsString()
DOM: Implements {@link SVGLength#getValueAsString()}. |
| float | getValueInSpecifiedUnits()
DOM: Implements {@link SVGLength#getValueInSpecifiedUnits()}. |
| void | newValueSpecifiedUnits(short unit, float value)
DOM: Implements {@link
SVGLength#newValueSpecifiedUnits(short,float)}. |
| protected void | setAnimatedValue(int type, float val)
Sets the animated value. |
| void | setValue(float value)
DOM: Implements {@link SVGLength#setValue(float)}. |
| void | setValueAsString(String value)
DOM: Implements {@link SVGLength#setValueAsString(String)}. |
| void | setValueInSpecifiedUnits(float value)
DOM: Implements {@link
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