@DOMObjectAttribute @DOMNameAttribute(name="SVGAnimatedAngle") public class SVGAnimatedAngle extends SVGAnimatedValue<SVGAngle>
Used for attributes of basic data type angle that can be animated.
flagsPropertyChanged, PropertyChangedDelegate| Constructor and Description |
|---|
SVGAnimatedAngle(SVGAngle baseValue,
system.Func2<SVGAngle,SVGAngle> animation)
Initializes a new instance of the
SVGAnimatedAngle class. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
deepClone(SVGAngle baseValue,
system.Func2<SVGAngle,SVGAngle> 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 SVGAnimatedAngle(SVGAngle baseValue, system.Func2<SVGAngle,SVGAngle> animation)
Initializes a new instance of the SVGAnimatedAngle class.
baseValue - if set to true [base value].animation - The animation.