@DOMObjectAttribute @DOMNameAttribute(name="SVGAnimatedAngle") public class SVGAnimatedAngle extends SVGAnimatedValue<SVGAngle>
Used for attributes of basic data type angle that can be animated.
flags
PropertyChanged, 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, setBaseVal
asReadOnly, dispose, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toString
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public 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.