Uses of Enum Class
org.vaadin.firitin.element.svg.AnimateElement.Additive
Packages that use AnimateElement.Additive
-
Uses of AnimateElement.Additive in org.vaadin.firitin.element.svg
Subclasses with type arguments of type AnimateElement.Additive in org.vaadin.firitin.element.svgModifier and TypeClassDescriptionstatic enumAdditive mode options for how the animation combines with the base value.Methods in org.vaadin.firitin.element.svg that return AnimateElement.AdditiveModifier and TypeMethodDescriptionstatic AnimateElement.AdditiveReturns the enum constant of this class with the specified name.static AnimateElement.Additive[]AnimateElement.Additive.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.firitin.element.svg with parameters of type AnimateElement.AdditiveModifier and TypeMethodDescriptionAnimateElement.additive(AnimateElement.Additive additive) Sets how the animation combines with the base value.AnimateTransformElement.additive(AnimateElement.Additive additive)