@DOMObjectAttribute @DOMNameAttribute(name="SVGAnimatedTransformList") public class SVGAnimatedTransformList extends SVGAnimatedValue<SVGTransformList>
Used for the various attributes which specify a set of transformations, such as the ‘transform’ attribute which is available for many of SVG's elements, and which can be animated.
flags
PropertyChanged
Constructor and Description |
---|
SVGAnimatedTransformList(SVGTransformList baseValue,
com.aspose.html.common.Func2<SVGTransformList,SVGTransformList> animation)
Initializes a new instance of the
SVGAnimatedTransformList class. |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone(SVGTransformList baseValue,
com.aspose.html.common.Func2<SVGTransformList,SVGTransformList> animation)
Clones the specified base value.
|
deepClone, getAnimVal, getBaseVal, getGenericKey, getKey, setBaseVal
asReadOnly, dispose, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toString
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public SVGAnimatedTransformList(SVGTransformList baseValue, com.aspose.html.common.Func2<SVGTransformList,SVGTransformList> animation)
Initializes a new instance of the SVGAnimatedTransformList
class.
baseValue
- The base value.animation
- The animation.public Object deepClone(SVGTransformList baseValue, com.aspose.html.common.Func2<SVGTransformList,SVGTransformList> animation)
Clones the specified base value.
deepClone
in class SVGAnimatedValue<SVGTransformList>
baseValue
- The base value.animation
- The animation.