Uses of Class
org.vaadin.firitin.element.svg.CircleElement
Packages that use CircleElement
-
Uses of CircleElement in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return CircleElementModifier and TypeMethodDescriptionCircleElement.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).CircleElement.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).CircleElement.cx(double cx) Sets the x-axis coordinate of the center of the circle.Sets the x-axis coordinate of the center of the circle with a unit or percentage.CircleElement.cxRW(double cx) Sets the x-axis coordinate of the center of the circle (read-write).Sets the x-axis coordinate of the center of the circle with a unit or percentage (read-write).CircleElement.cy(double cy) Sets the y-axis coordinate of the center of the circle.Sets the y-axis coordinate of the center of the circle with a unit or percentage.CircleElement.cyRW(double cy) Sets the y-axis coordinate of the center of the circle (read-write).Sets the y-axis coordinate of the center of the circle with a unit or percentage (read-write).CircleElement.pathLength(double pathLength) Sets the total length for the circle's circumference in user units.CircleElement.pathLengthRW(double pathLength) Sets the total length for the circle's circumference in user units (read-write).CircleElement.r(double r) Sets the radius of the circle.Sets the radius of the circle with a unit or percentage.CircleElement.rRW(double r) Sets the radius of the circle (read-write).Sets the radius of the circle with a unit or percentage (read-write).