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