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