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
This class represents the SVGAngle returned by
SVGOMAnimatedMarkerOrientValue.AnimatedAngle.getBaseVal()
.-
Field Summary
Fields inherited from class org.apache.batik.dom.svg.SVGOMAngle
K, UNITS, value
Fields 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 TypeMethodDescriptionvoid
Invalidates this angle.protected void
Parse a String value as an SVGAngle.protected void
reset()
Resets the value of the associated attribute.protected void
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
-
Constructor Details
-
BaseSVGAngle
protected BaseSVGAngle()
-
-
Method Details
-
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
Parse a String value as an SVGAngle. If orient="auto", the method will parse the value "0" instead.- Overrides:
parse
in classSVGOMAngle
-