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