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