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