Uses of Enum Class
org.vaadin.firitin.element.svg.AnimateElement.Accumulate
Packages that use AnimateElement.Accumulate
-
Uses of AnimateElement.Accumulate in org.vaadin.firitin.element.svg
Subclasses with type arguments of type AnimateElement.Accumulate in org.vaadin.firitin.element.svgModifier and TypeClassDescriptionstatic enumAccumulate mode options for repeated animations.Methods in org.vaadin.firitin.element.svg that return AnimateElement.AccumulateModifier and TypeMethodDescriptionstatic AnimateElement.AccumulateReturns the enum constant of this class with the specified name.static AnimateElement.Accumulate[]AnimateElement.Accumulate.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.AccumulateModifier and TypeMethodDescriptionAnimateElement.accumulate(AnimateElement.Accumulate accumulate) Sets how repeated animations accumulate.AnimateTransformElement.accumulate(AnimateElement.Accumulate accumulate)