Uses of Class
org.vaadin.firitin.element.svg.EllipseElement
Packages that use EllipseElement
-
Uses of EllipseElement in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return EllipseElementModifier and TypeMethodDescriptionEllipseElement.center(double cx, double cy) Convenience method to set the center position (cx, cy) at once.Convenience method to set the center position with strings (supports units/percentages).EllipseElement.centerRW(double cx, double cy) Convenience method to set the center position (cx, cy) at once (read-write).Convenience method to set the center position with strings (read-write).EllipseElement.cx(double cx) Sets the x-axis coordinate of the center of the ellipse.Sets the x-axis coordinate of the center of the ellipse with a unit or percentage.EllipseElement.cxRW(double cx) Sets the x-axis coordinate of the center of the ellipse (read-write).Sets the x-axis coordinate of the center of the ellipse with a unit or percentage (read-write).EllipseElement.cy(double cy) Sets the y-axis coordinate of the center of the ellipse.Sets the y-axis coordinate of the center of the ellipse with a unit or percentage.EllipseElement.cyRW(double cy) Sets the y-axis coordinate of the center of the ellipse (read-write).Sets the y-axis coordinate of the center of the ellipse with a unit or percentage (read-write).EllipseElement.pathLength(double pathLength) Sets the total length for the ellipse's path in user units.EllipseElement.pathLengthRW(double pathLength) Sets the total length for the ellipse's path in user units (read-write).EllipseElement.radii(double rx, double ry) Convenience method to set both radii at once.Convenience method to set both radii with strings (supports units/percentages).EllipseElement.radiiRW(double rx, double ry) Convenience method to set both radii at once (read-write).Convenience method to set both radii with strings (read-write).EllipseElement.rx(double rx) Sets the radius of the ellipse on the x axis.Sets the radius of the ellipse on the x axis with a unit or percentage.EllipseElement.rxRW(double rx) Sets the radius of the ellipse on the x axis (read-write).Sets the radius of the ellipse on the x axis with a unit or percentage (read-write).EllipseElement.ry(double ry) Sets the radius of the ellipse on the y axis.Sets the radius of the ellipse on the y axis with a unit or percentage.EllipseElement.ryRW(double ry) Sets the radius of the ellipse on the y axis (read-write).Sets the radius of the ellipse on the y axis with a unit or percentage (read-write).