org.apache.batik.dom.svg
protected class SVGOMAnimatedMarkerOrientValue.AnimSVGAngle extends SVGOMAngle
SVGOMAnimatedMarkerOrientValue.AnimatedAngle.getAnimVal()
.K, UNITS, unitType, value
Modifier | Constructor and Description |
---|---|
protected |
SVGOMAnimatedMarkerOrientValue.AnimSVGAngle() |
Modifier and Type | Method and Description |
---|---|
void |
convertToSpecifiedUnits(short unit)
DOM: Implements
SVGAngle.convertToSpecifiedUnits(short) . |
short |
getUnitType()
DOM: Implements
SVGAngle.getUnitType() . |
float |
getValue()
DOM: Implements
SVGAngle.getValue() . |
java.lang.String |
getValueAsString()
DOM: Implements
SVGAngle.getValueAsString() . |
float |
getValueInSpecifiedUnits()
DOM: Implements
SVGAngle.getValueInSpecifiedUnits() . |
void |
newValueSpecifiedUnits(short unit,
float value)
DOM: Implements
SVGAngle.newValueSpecifiedUnits(short,float) . |
protected void |
setAnimatedValue(int type,
float val)
Sets the animated value.
|
void |
setValue(float value)
DOM: Implements
SVGAngle.setValue(float) . |
void |
setValueAsString(java.lang.String value)
DOM: Implements
SVGAngle.setValueAsString(String) . |
void |
setValueInSpecifiedUnits(float value)
DOM: Implements
SVGAngle.setValueInSpecifiedUnits(float) . |
parse, reset, revalidate, toUnit
protected SVGOMAnimatedMarkerOrientValue.AnimSVGAngle()
public short getUnitType()
SVGAngle.getUnitType()
.getUnitType
in interface org.w3c.dom.svg.SVGAngle
getUnitType
in class SVGOMAngle
public float getValue()
SVGAngle.getValue()
.getValue
in interface org.w3c.dom.svg.SVGAngle
getValue
in class SVGOMAngle
public float getValueInSpecifiedUnits()
SVGAngle.getValueInSpecifiedUnits()
.getValueInSpecifiedUnits
in interface org.w3c.dom.svg.SVGAngle
getValueInSpecifiedUnits
in class SVGOMAngle
public java.lang.String getValueAsString()
SVGAngle.getValueAsString()
.getValueAsString
in interface org.w3c.dom.svg.SVGAngle
getValueAsString
in class SVGOMAngle
public void setValue(float value) throws org.w3c.dom.DOMException
SVGAngle.setValue(float)
.setValue
in interface org.w3c.dom.svg.SVGAngle
setValue
in class SVGOMAngle
org.w3c.dom.DOMException
public void setValueInSpecifiedUnits(float value) throws org.w3c.dom.DOMException
SVGAngle.setValueInSpecifiedUnits(float)
.setValueInSpecifiedUnits
in interface org.w3c.dom.svg.SVGAngle
setValueInSpecifiedUnits
in class SVGOMAngle
org.w3c.dom.DOMException
public void setValueAsString(java.lang.String value) throws org.w3c.dom.DOMException
SVGAngle.setValueAsString(String)
.setValueAsString
in interface org.w3c.dom.svg.SVGAngle
setValueAsString
in class SVGOMAngle
org.w3c.dom.DOMException
public void newValueSpecifiedUnits(short unit, float value)
SVGAngle.newValueSpecifiedUnits(short,float)
.newValueSpecifiedUnits
in interface org.w3c.dom.svg.SVGAngle
newValueSpecifiedUnits
in class SVGOMAngle
public void convertToSpecifiedUnits(short unit)
SVGAngle.convertToSpecifiedUnits(short)
.convertToSpecifiedUnits
in interface org.w3c.dom.svg.SVGAngle
convertToSpecifiedUnits
in class SVGOMAngle
protected void setAnimatedValue(int type, float val)
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.