protected class AbstractSVGAnimatedLength.AnimSVGLength extends AbstractSVGLength
AbstractSVGAnimatedLength.getAnimVal()
.AbstractSVGLength.DefaultContext
context, direction, HORIZONTAL_LENGTH, OTHER_LENGTH, UNITS, unitType, value, VERTICAL_LENGTH
Constructor and Description |
---|
AnimSVGLength(short direction)
Creates a new AnimSVGLength.
|
Modifier and Type | Method and Description |
---|---|
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() . |
java.lang.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(java.lang.String value)
DOM: Implements
SVGLength#setValueAsString(String) . |
void |
setValueInSpecifiedUnits(float value)
DOM: Implements
SVGLength#setValueInSpecifiedUnits(float) . |
parse, reset, revalidate
public AnimSVGLength(short direction)
direction
- is one of HORIZONTAL_LENGTH, VERTICAL_LENGTH, or OTHER_LENGTHpublic short getUnitType()
SVGLength#getUnitType()
.getUnitType
in class AbstractSVGLength
public float getValue()
SVGLength#getValue()
.getValue
in class AbstractSVGLength
public float getValueInSpecifiedUnits()
SVGLength#getValueInSpecifiedUnits()
.getValueInSpecifiedUnits
in class AbstractSVGLength
public java.lang.String getValueAsString()
SVGLength#getValueAsString()
.getValueAsString
in class AbstractSVGLength
public void setValue(float value) throws org.w3c.dom.DOMException
SVGLength#setValue(float)
.setValue
in class AbstractSVGLength
org.w3c.dom.DOMException
public void setValueInSpecifiedUnits(float value) throws org.w3c.dom.DOMException
SVGLength#setValueInSpecifiedUnits(float)
.setValueInSpecifiedUnits
in class AbstractSVGLength
org.w3c.dom.DOMException
public void setValueAsString(java.lang.String value) throws org.w3c.dom.DOMException
SVGLength#setValueAsString(String)
.setValueAsString
in class AbstractSVGLength
org.w3c.dom.DOMException
public void newValueSpecifiedUnits(short unit, float value)
SVGLength#newValueSpecifiedUnits(short,float)
.newValueSpecifiedUnits
in class AbstractSVGLength
public void convertToSpecifiedUnits(short unit)
SVGLength#convertToSpecifiedUnits(short)
.convertToSpecifiedUnits
in class AbstractSVGLength
protected SVGOMElement getAssociatedElement()
getAssociatedElement
in class AbstractSVGLength
protected void setAnimatedValue(int type, float val)
type
- one of the values defines in org.w3c.dom.svg.SVGLengthval
- the lengthCopyright ? 2015 Apache Software Foundation. All Rights Reserved.