Class SVGOMAnimatedMarkerOrientValue.BaseSVGAngle

    • Constructor Detail

      • BaseSVGAngle

        protected BaseSVGAngle()
    • Method Detail

      • 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​(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 class SVGOMAngle