Class SVGAnimateElementBridge

    • Constructor Detail

      • SVGAnimateElementBridge

        public SVGAnimateElementBridge()
    • Method Detail

      • getLocalName

        public java.lang.String getLocalName()
        Returns 'animate'.
      • parseCalcMode

        protected int parseCalcMode()
        Returns the parsed 'calcMode' attribute from the animation element.
      • parseAdditive

        protected boolean parseAdditive()
        Returns the parsed 'additive' attribute from the animation element.
      • parseAccumulate

        protected boolean parseAccumulate()
        Returns the parsed 'accumulate' attribute from the animation element.
      • parseValues

        protected AnimatableValue[] parseValues()
        Returns the parsed 'values' attribute from the animation element.
      • parseKeyTimes

        protected float[] parseKeyTimes()
        Returns the parsed 'keyTimes' attribute from the animation element.
      • parseKeySplines

        protected float[] parseKeySplines()
        Returns the parsed 'keySplines' attribute from the animation element.
      • getDefaultCalcMode

        protected int getDefaultCalcMode()
        Returns the calcMode that the animation defaults to if none is specified.
      • canAnimateType

        protected boolean canAnimateType​(int type)
        Returns whether the animation element being handled by this bridge can animate attributes of the specified type.
        Specified by:
        canAnimateType in class SVGAnimationElementBridge
        Parameters:
        type - one of the TYPE_ constants defined in SVGTypes.