Uses of Enum Class
org.vaadin.firitin.element.svg.AnimateMotionElement.FillMode
Packages that use AnimateMotionElement.FillMode
-
Uses of AnimateMotionElement.FillMode in org.vaadin.firitin.element.svg
Subclasses with type arguments of type AnimateMotionElement.FillMode in org.vaadin.firitin.element.svgModifier and TypeClassDescriptionstatic enumFill mode options for what happens after the animation ends.Methods in org.vaadin.firitin.element.svg that return AnimateMotionElement.FillModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AnimateMotionElement.FillMode[]AnimateMotionElement.FillMode.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 AnimateMotionElement.FillModeModifier and TypeMethodDescriptionAnimateMotionElement.fill(AnimateMotionElement.FillMode fill) Sets what happens after the animation ends.