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 protectedAnimSVGAngle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvertToSpecifiedUnits(short unit)DOM: ImplementsSVGAngle.convertToSpecifiedUnits(short).shortgetUnitType()DOM: ImplementsSVGAngle.getUnitType().floatgetValue()DOM: ImplementsSVGAngle.getValue().java.lang.StringgetValueAsString()DOM: ImplementsSVGAngle.getValueAsString().floatgetValueInSpecifiedUnits()DOM: ImplementsSVGAngle.getValueInSpecifiedUnits().voidnewValueSpecifiedUnits(short unit, float value)DOM: ImplementsSVGAngle.newValueSpecifiedUnits(short,float).protected voidsetAnimatedValue(int type, float val)Sets the animated value.voidsetValue(float value)DOM: ImplementsSVGAngle.setValue(float).voidsetValueAsString(java.lang.String value)DOM: ImplementsSVGAngle.setValueAsString(String).voidsetValueInSpecifiedUnits(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:
getUnitTypein interfaceorg.w3c.dom.svg.SVGAngle- Overrides:
getUnitTypein classSVGOMAngle
-
getValue
public float getValue()
DOM: ImplementsSVGAngle.getValue().- Specified by:
getValuein interfaceorg.w3c.dom.svg.SVGAngle- Overrides:
getValuein classSVGOMAngle
-
getValueInSpecifiedUnits
public float getValueInSpecifiedUnits()
DOM: ImplementsSVGAngle.getValueInSpecifiedUnits().- Specified by:
getValueInSpecifiedUnitsin interfaceorg.w3c.dom.svg.SVGAngle- Overrides:
getValueInSpecifiedUnitsin classSVGOMAngle
-
getValueAsString
public java.lang.String getValueAsString()
DOM: ImplementsSVGAngle.getValueAsString().- Specified by:
getValueAsStringin interfaceorg.w3c.dom.svg.SVGAngle- Overrides:
getValueAsStringin classSVGOMAngle
-
setValue
public void setValue(float value) throws org.w3c.dom.DOMExceptionDOM: ImplementsSVGAngle.setValue(float).- Specified by:
setValuein interfaceorg.w3c.dom.svg.SVGAngle- Overrides:
setValuein classSVGOMAngle- Throws:
org.w3c.dom.DOMException
-
setValueInSpecifiedUnits
public void setValueInSpecifiedUnits(float value) throws org.w3c.dom.DOMExceptionDOM: ImplementsSVGAngle.setValueInSpecifiedUnits(float).- Specified by:
setValueInSpecifiedUnitsin interfaceorg.w3c.dom.svg.SVGAngle- Overrides:
setValueInSpecifiedUnitsin classSVGOMAngle- Throws:
org.w3c.dom.DOMException
-
setValueAsString
public void setValueAsString(java.lang.String value) throws org.w3c.dom.DOMExceptionDOM: ImplementsSVGAngle.setValueAsString(String).- Specified by:
setValueAsStringin interfaceorg.w3c.dom.svg.SVGAngle- Overrides:
setValueAsStringin classSVGOMAngle- Throws:
org.w3c.dom.DOMException
-
newValueSpecifiedUnits
public void newValueSpecifiedUnits(short unit, float value)DOM: ImplementsSVGAngle.newValueSpecifiedUnits(short,float).- Specified by:
newValueSpecifiedUnitsin interfaceorg.w3c.dom.svg.SVGAngle- Overrides:
newValueSpecifiedUnitsin classSVGOMAngle
-
convertToSpecifiedUnits
public void convertToSpecifiedUnits(short unit)
DOM: ImplementsSVGAngle.convertToSpecifiedUnits(short).- Specified by:
convertToSpecifiedUnitsin interfaceorg.w3c.dom.svg.SVGAngle- Overrides:
convertToSpecifiedUnitsin classSVGOMAngle
-
setAnimatedValue
protected void setAnimatedValue(int type, float val)Sets the animated value.
-
-