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 by SVGOMAnimatedMarkerOrientValue.AnimatedAngle.getBaseVal().
  • 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 class SVGOMAngle
    • revalidate

      protected void revalidate()
      Initializes the angle, if needed.
      Overrides:
      revalidate in class SVGOMAngle
    • parse

      protected void parse(String s)
      Parse a String value as an SVGAngle. If orient="auto", the method will parse the value "0" instead.
      Overrides:
      parse in class SVGOMAngle