Package org.apache.batik.anim.dom
Class SVGOMAnimatedMarkerOrientValue.BaseSVGAngle
- java.lang.Object
-
- org.apache.batik.dom.svg.SVGOMAngle
-
- org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.BaseSVGAngle
-
- All Implemented Interfaces:
org.w3c.dom.svg.SVGAngle
- Enclosing class:
- SVGOMAnimatedMarkerOrientValue
protected class SVGOMAnimatedMarkerOrientValue.BaseSVGAngle extends SVGOMAngle
This class represents the SVGAngle returned bySVGOMAnimatedMarkerOrientValue.AnimatedAngle.getBaseVal()
.
-
-
Field Summary
-
Fields inherited from class org.apache.batik.dom.svg.SVGOMAngle
K, UNITS, value
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BaseSVGAngle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
invalidate()
Invalidates this angle.protected void
parse(java.lang.String s)
Parse a String value as an SVGAngle.protected void
reset()
Resets the value of the associated attribute.protected void
revalidate()
Initializes the angle, if needed.-
Methods inherited from class org.apache.batik.dom.svg.SVGOMAngle
convertToSpecifiedUnits, getUnitType, getValue, getValueAsString, getValueInSpecifiedUnits, newValueSpecifiedUnits, setUnitType, setValue, setValueAsString, setValueInSpecifiedUnits, toUnit
-
-
-
-
Method Detail
-
invalidate
public void invalidate()
Invalidates this angle.
-
reset
protected void reset()
Resets the value of the associated attribute.- Overrides:
reset
in classSVGOMAngle
-
revalidate
protected void revalidate()
Initializes the angle, if needed.- Overrides:
revalidate
in classSVGOMAngle
-
parse
protected void parse(java.lang.String s)
Parse a String value as an SVGAngle. If orient="auto", the method will parse the value "0" instead.- Overrides:
parse
in classSVGOMAngle
-
-