Uses of Enum Class
org.vaadin.firitin.element.svg.AnimateMotionElement.CalcMode
Packages that use AnimateMotionElement.CalcMode
-
Uses of AnimateMotionElement.CalcMode in org.vaadin.firitin.element.svg
Subclasses with type arguments of type AnimateMotionElement.CalcMode in org.vaadin.firitin.element.svgModifier and TypeClassDescriptionstatic enumCalc mode options for animation interpolation.Methods in org.vaadin.firitin.element.svg that return AnimateMotionElement.CalcModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AnimateMotionElement.CalcMode[]AnimateMotionElement.CalcMode.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.CalcModeModifier and TypeMethodDescriptionAnimateMotionElement.calcMode(AnimateMotionElement.CalcMode calcMode) Sets the calculation mode for interpolation.