Uses of Class
org.vaadin.firitin.element.svg.AnimateTransformElement
Packages that use AnimateTransformElement
-
Uses of AnimateTransformElement in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return AnimateTransformElementModifier and TypeMethodDescriptionAnimateTransformElement.accumulate(AnimateElement.Accumulate accumulate) AnimateTransformElement.additive(AnimateElement.Additive additive) GElement.animateRotate()Creates a rotation animation and appends it to this group.GElement.animateScale()Creates a scale animation and appends it to this group.GElement.animateTranslate()Creates a translation animation and appends it to this group.AnimateTransformElement.beginElement()AnimateTransformElement.by(double by) AnimateTransformElement.calcMode(AnimateElement.CalcMode calcMode) AnimateTransformElement.easeIn()AnimateTransformElement.easeInOut()AnimateTransformElement.easeOut()AnimateTransformElement.endElement()AnimateTransformElement.fill(AnimateElement.FillMode fill) AnimateTransformElement.freeze()AnimateTransformElement.from(double from) AnimateTransformElement.keySplines(double x1, double y1, double x2, double y2) AnimateTransformElement.keySplines(String keySplines) AnimateTransformElement.keyTimes(double... keyTimes) AnimateTransformElement.repeatCount(int repeatCount) AnimateTransformElement.repeatCount(String repeatCount) AnimateTransformElement.repeatIndefinitely()AnimateTransformElement.restart(AnimateElement.Restart restart) AnimateTransformElement.rotateFromTo(double fromAngle, double toAngle) Sets up a rotation animation from one angle to another, rotating around the origin.AnimateTransformElement.rotateFromTo(double fromAngle, double toAngle, double cx, double cy) Sets up a rotation animation from one angle to another, rotating around a specified center.AnimateTransformElement.rotateValues(String... angles) Sets up a rotation animation through multiple angles, rotating around a specified center.AnimateTransformElement.scaleFromTo(double fromScale, double toScale) Sets up a uniform scale animation.AnimateTransformElement.scaleFromTo(double fromSx, double fromSy, double toSx, double toSy) Sets up a non-uniform scale animation.AnimateTransformElement.to(double to) AnimateTransformElement.translateFromTo(double fromX, double fromY, double toX, double toY) Sets up a translation animation.AnimateTransformElement.type(AnimateTransformElement.Type type) Sets the type of transformation to animate.AnimateTransformElement.values(double... values)