Class AnimatableTransformListValue


  • public class AnimatableTransformListValue
    extends AnimatableValue
    An SVG transform list value in the animation system.
    Version:
    $Id: AnimatableTransformListValue.java 1733416 2016-03-03 07:07:13Z gadams $
    • Field Detail

      • IDENTITY_SKEWX

        protected static SVGOMTransform IDENTITY_SKEWX
        Identity transform value of type 'skewX'.
      • IDENTITY_SKEWY

        protected static SVGOMTransform IDENTITY_SKEWY
        Identity transform value of type 'skewY'.
      • IDENTITY_SCALE

        protected static SVGOMTransform IDENTITY_SCALE
        Identity transform value of type 'scale'.
      • IDENTITY_ROTATE

        protected static SVGOMTransform IDENTITY_ROTATE
        Identity transform value of type 'rotate'.
      • IDENTITY_TRANSLATE

        protected static SVGOMTransform IDENTITY_TRANSLATE
        Identity transform value of type 'translate'.
      • transforms

        protected java.util.Vector transforms
        List of transforms.
    • Constructor Detail

      • AnimatableTransformListValue

        protected AnimatableTransformListValue​(AnimationTarget target)
        Creates a new, uninitialized AnimatableTransformListValue.
      • AnimatableTransformListValue

        public AnimatableTransformListValue​(AnimationTarget target,
                                            AbstractSVGTransform t)
        Creates a new AnimatableTransformListValue with a single transform.
      • AnimatableTransformListValue

        public AnimatableTransformListValue​(AnimationTarget target,
                                            java.util.List transforms)
        Creates a new AnimatableTransformListValue with a transform list.