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
This class represents the SVGAngle returned by
SVGOMAnimatedMarkerOrientValue.AnimatedAngle.getAnimVal().-
Field Summary
Fields inherited from class SVGOMAngle
K, UNITS, valueFields inherited from interface org.w3c.dom.svg.SVGAngle
SVG_ANGLETYPE_DEG, SVG_ANGLETYPE_GRAD, SVG_ANGLETYPE_RAD, SVG_ANGLETYPE_UNKNOWN, SVG_ANGLETYPE_UNSPECIFIED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvertToSpecifiedUnits(short unit) DOM: ImplementsSVGAngle.convertToSpecifiedUnits(short).shortDOM: ImplementsSVGAngle.getUnitType().floatgetValue()DOM: ImplementsSVGAngle.getValue().DOM: ImplementsSVGAngle.getValueAsString().floatDOM: 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(String value) DOM: ImplementsSVGAngle.setValueAsString(String).voidsetValueInSpecifiedUnits(float value) DOM: ImplementsSVGAngle.setValueInSpecifiedUnits(float).Methods inherited from class SVGOMAngle
parse, reset, revalidate, setUnitType, toUnit
-
Constructor Details
-
AnimSVGAngle
protected AnimSVGAngle()
-
-
Method Details
-
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
DOM: ImplementsSVGAngle.getValueAsString().- Specified by:
getValueAsStringin interfaceorg.w3c.dom.svg.SVGAngle- Overrides:
getValueAsStringin classSVGOMAngle
-
setValue
DOM: ImplementsSVGAngle.setValue(float).- Specified by:
setValuein interfaceorg.w3c.dom.svg.SVGAngle- Overrides:
setValuein classSVGOMAngle- Throws:
DOMException
-
setValueInSpecifiedUnits
DOM: ImplementsSVGAngle.setValueInSpecifiedUnits(float).- Specified by:
setValueInSpecifiedUnitsin interfaceorg.w3c.dom.svg.SVGAngle- Overrides:
setValueInSpecifiedUnitsin classSVGOMAngle- Throws:
DOMException
-
setValueAsString
DOM: ImplementsSVGAngle.setValueAsString(String).- Specified by:
setValueAsStringin interfaceorg.w3c.dom.svg.SVGAngle- Overrides:
setValueAsStringin classSVGOMAngle- Throws:
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.
-