@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.
flagsPropertyChanged, PropertyChangedDelegate| Constructor and Description |
|---|
SVGAnimatedTransformList(SVGTransformList baseValue,
system.Func2<SVGTransformList,SVGTransformList> animation)
Initializes a new instance of the
SVGAnimatedTransformList class. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
deepClone(SVGTransformList baseValue,
system.Func2<SVGTransformList,SVGTransformList> animation)
Clones the specified base value.
|
deepClone, dispose, getAnimVal, getBaseVal, getGenericKey, getKey, setBaseValasReadOnly, dispose, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toStringfireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBindingpublic SVGAnimatedTransformList(SVGTransformList baseValue, system.Func2<SVGTransformList,SVGTransformList> animation)
Initializes a new instance of the SVGAnimatedTransformList class.
baseValue - The base value.animation - The animation.public java.lang.Object deepClone(SVGTransformList baseValue, system.Func2<SVGTransformList,SVGTransformList> animation)
Clones the specified base value.
deepClone in class SVGAnimatedValue<SVGTransformList>baseValue - The base value.animation - The animation.