Uses of Class
org.vaadin.firitin.element.svg.PolylineElement
Packages that use PolylineElement
-
Uses of PolylineElement in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return PolylineElementModifier and TypeMethodDescriptionPolylineElement.addPoint(double x, double y) Adds a point to the polyline.PolylineElement.addPoints(double... coords) Adds multiple points to the polyline.PolylineElement.clearPoints()Clears all points from the polyline.PolylineElement.pathLength(double pathLength) Sets the total length for the polyline in user units.PolylineElement.pathLengthRW(double pathLength) Sets the total length for the polyline in user units (read-write).PolylineElement.points(double... coords) Sets the points from an array of coordinate pairs.Sets the points directly as a string.Sets the points directly as a string (read-write).