Package org.apache.batik.anim.dom
Class SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
- java.lang.Object
-
- org.apache.batik.dom.svg.SVGOMAngle
-
- org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
-
- All Implemented Interfaces:
org.w3c.dom.svg.SVGAngle
- Enclosing class:
- SVGOMAnimatedMarkerOrientValue
protected class SVGOMAnimatedMarkerOrientValue.AnimSVGAngle extends SVGOMAngle
This class represents the SVGAngle returned bySVGOMAnimatedMarkerOrientValue.AnimatedAngle.getAnimVal()
.
-
-
Field Summary
-
Fields inherited from class org.apache.batik.dom.svg.SVGOMAngle
K, UNITS, value
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AnimSVGAngle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convertToSpecifiedUnits(short unit)
DOM: ImplementsSVGAngle.convertToSpecifiedUnits(short)
.short
getUnitType()
DOM: ImplementsSVGAngle.getUnitType()
.float
getValue()
DOM: ImplementsSVGAngle.getValue()
.java.lang.String
getValueAsString()
DOM: ImplementsSVGAngle.getValueAsString()
.float
getValueInSpecifiedUnits()
DOM: ImplementsSVGAngle.getValueInSpecifiedUnits()
.void
newValueSpecifiedUnits(short unit, float value)
DOM: ImplementsSVGAngle.newValueSpecifiedUnits(short,float)
.protected void
setAnimatedValue(int type, float val)
Sets the animated value.void
setValue(float value)
DOM: ImplementsSVGAngle.setValue(float)
.void
setValueAsString(java.lang.String value)
DOM: ImplementsSVGAngle.setValueAsString(String)
.void
setValueInSpecifiedUnits(float value)
DOM: ImplementsSVGAngle.setValueInSpecifiedUnits(float)
.-
Methods inherited from class org.apache.batik.dom.svg.SVGOMAngle
parse, reset, revalidate, setUnitType, toUnit
-
-
-
-
Method Detail
-
getUnitType
public short getUnitType()
DOM: ImplementsSVGAngle.getUnitType()
.- Specified by:
getUnitType
in interfaceorg.w3c.dom.svg.SVGAngle
- Overrides:
getUnitType
in classSVGOMAngle
-
getValue
public float getValue()
DOM: ImplementsSVGAngle.getValue()
.- Specified by:
getValue
in interfaceorg.w3c.dom.svg.SVGAngle
- Overrides:
getValue
in classSVGOMAngle
-
getValueInSpecifiedUnits
public float getValueInSpecifiedUnits()
DOM: ImplementsSVGAngle.getValueInSpecifiedUnits()
.- Specified by:
getValueInSpecifiedUnits
in interfaceorg.w3c.dom.svg.SVGAngle
- Overrides:
getValueInSpecifiedUnits
in classSVGOMAngle
-
getValueAsString
public java.lang.String getValueAsString()
DOM: ImplementsSVGAngle.getValueAsString()
.- Specified by:
getValueAsString
in interfaceorg.w3c.dom.svg.SVGAngle
- Overrides:
getValueAsString
in classSVGOMAngle
-
setValue
public void setValue(float value) throws org.w3c.dom.DOMException
DOM: ImplementsSVGAngle.setValue(float)
.- Specified by:
setValue
in interfaceorg.w3c.dom.svg.SVGAngle
- Overrides:
setValue
in classSVGOMAngle
- Throws:
org.w3c.dom.DOMException
-
setValueInSpecifiedUnits
public void setValueInSpecifiedUnits(float value) throws org.w3c.dom.DOMException
DOM: ImplementsSVGAngle.setValueInSpecifiedUnits(float)
.- Specified by:
setValueInSpecifiedUnits
in interfaceorg.w3c.dom.svg.SVGAngle
- Overrides:
setValueInSpecifiedUnits
in classSVGOMAngle
- Throws:
org.w3c.dom.DOMException
-
setValueAsString
public void setValueAsString(java.lang.String value) throws org.w3c.dom.DOMException
DOM: ImplementsSVGAngle.setValueAsString(String)
.- Specified by:
setValueAsString
in interfaceorg.w3c.dom.svg.SVGAngle
- Overrides:
setValueAsString
in classSVGOMAngle
- Throws:
org.w3c.dom.DOMException
-
newValueSpecifiedUnits
public void newValueSpecifiedUnits(short unit, float value)
DOM: ImplementsSVGAngle.newValueSpecifiedUnits(short,float)
.- Specified by:
newValueSpecifiedUnits
in interfaceorg.w3c.dom.svg.SVGAngle
- Overrides:
newValueSpecifiedUnits
in classSVGOMAngle
-
convertToSpecifiedUnits
public void convertToSpecifiedUnits(short unit)
DOM: ImplementsSVGAngle.convertToSpecifiedUnits(short)
.- Specified by:
convertToSpecifiedUnits
in interfaceorg.w3c.dom.svg.SVGAngle
- Overrides:
convertToSpecifiedUnits
in classSVGOMAngle
-
setAnimatedValue
protected void setAnimatedValue(int type, float val)
Sets the animated value.
-
-