protected class AbstractSVGAnimatedLength.AnimSVGLength extends AbstractSVGLength
AbstractSVGAnimatedLength.getAnimVal().AbstractSVGLength.DefaultContextcontext, direction, HORIZONTAL_LENGTH, OTHER_LENGTH, UNITS, unitType, value, VERTICAL_LENGTH| Constructor and Description |
|---|
AbstractSVGAnimatedLength.AnimSVGLength(short direction)
Creates a new AnimSVGLength.
|
parse, reset, revalidatepublic AbstractSVGAnimatedLength.AnimSVGLength(short direction)
direction - is one of HORIZONTAL_LENGTH, VERTICAL_LENGTH, or OTHER_LENGTHpublic short getUnitType()
AbstractSVGLength.getUnitType().getUnitType in class AbstractSVGLengthpublic float getValue()
AbstractSVGLength.getValue().getValue in class AbstractSVGLengthpublic float getValueInSpecifiedUnits()
AbstractSVGLength.getValueInSpecifiedUnits().getValueInSpecifiedUnits in class AbstractSVGLengthpublic java.lang.String getValueAsString()
AbstractSVGLength.getValueAsString().getValueAsString in class AbstractSVGLengthpublic void setValue(float value)
throws org.w3c.dom.DOMException
AbstractSVGLength.setValue(float).setValue in class AbstractSVGLengthorg.w3c.dom.DOMExceptionpublic void setValueInSpecifiedUnits(float value)
throws org.w3c.dom.DOMException
AbstractSVGLength.setValueInSpecifiedUnits(float).setValueInSpecifiedUnits in class AbstractSVGLengthorg.w3c.dom.DOMExceptionpublic void setValueAsString(java.lang.String value)
throws org.w3c.dom.DOMException
AbstractSVGLength.setValueAsString(String).setValueAsString in class AbstractSVGLengthorg.w3c.dom.DOMExceptionpublic void newValueSpecifiedUnits(short unit,
float value)
AbstractSVGLength.newValueSpecifiedUnits(short,float).newValueSpecifiedUnits in class AbstractSVGLengthpublic void convertToSpecifiedUnits(short unit)
AbstractSVGLength.convertToSpecifiedUnits(short).convertToSpecifiedUnits in class AbstractSVGLengthprotected SVGOMElement getAssociatedElement()
getAssociatedElement in class AbstractSVGLengthprotected void setAnimatedValue(int type,
float val)
type - one of the values defines in org.w3c.dom.svg.SVGLengthval - the lengthCopyright ? 2009 Apache Software Foundation. All Rights Reserved.