Uses of Enum Class
org.vaadin.firitin.element.svg.AnimateMotionElement.RotateMode
Packages that use AnimateMotionElement.RotateMode
-
Uses of AnimateMotionElement.RotateMode in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return AnimateMotionElement.RotateModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AnimateMotionElement.RotateMode[]AnimateMotionElement.RotateMode.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.RotateModeModifier and TypeMethodDescriptionAnimateMotionElement.rotate(AnimateMotionElement.RotateMode rotate) Sets the rotation mode for the animated element.