Uses of Class
org.vaadin.firitin.element.svg.RadialGradientElement
Packages that use RadialGradientElement
-
Uses of RadialGradientElement in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return RadialGradientElementModifier and TypeMethodDescriptionRadialGradientElement.addStop(double offset, in.virit.color.Color color) Adds a stop at the specified offset with the given color.Adds a stop at the specified offset with the given color.RadialGradientElement.addStops(StopElement... stops) Adds stop elements to this gradient.RadialGradientElement.center(double cx, double cy) Sets the center of the gradient circle.RadialGradientElement.centerRW(double cx, double cy) Sets the center of the gradient circle (read-write).RadialGradientElement.cx(double cx) Sets the x coordinate of the gradient circle center.Sets the x coordinate of the gradient circle center with a unit.RadialGradientElement.cxRW(double cx) Sets the x coordinate of the gradient circle center (read-write).Sets the x coordinate of the gradient circle center with a unit (read-write).RadialGradientElement.cy(double cy) Sets the y coordinate of the gradient circle center.Sets the y coordinate of the gradient circle center with a unit.RadialGradientElement.cyRW(double cy) Sets the y coordinate of the gradient circle center (read-write).Sets the y coordinate of the gradient circle center with a unit (read-write).RadialGradientElement.focalPoint(double fx, double fy) Sets the focal point of the gradient.RadialGradientElement.focalPointRW(double fx, double fy) Sets the focal point of the gradient (read-write).RadialGradientElement.fr(double fr) Sets the radius of the focal point circle.RadialGradientElement.frRW(double fr) Sets the radius of the focal point circle (read-write).RadialGradientElement.fx(double fx) Sets the x coordinate of the focal point.Sets the x coordinate of the focal point with a unit.RadialGradientElement.fxRW(double fx) Sets the x coordinate of the focal point (read-write).Sets the x coordinate of the focal point with a unit (read-write).RadialGradientElement.fy(double fy) Sets the y coordinate of the focal point.Sets the y coordinate of the focal point with a unit.RadialGradientElement.fyRW(double fy) Sets the y coordinate of the focal point (read-write).Sets the y coordinate of the focal point with a unit (read-write).RadialGradientElement.gradientTransform(String transform) Sets a transform on the gradient.RadialGradientElement.gradientTransformRW(String transform) Sets a transform on the gradient (read-write).RadialGradientElement.gradientUnits(LinearGradientElement.GradientUnits units) Sets the coordinate system for the gradient.RadialGradientElement.gradientUnitsRW(LinearGradientElement.GradientUnits units) Sets the coordinate system for the gradient (read-write).References another gradient to inherit stops and attributes from.References another gradient to inherit stops and attributes from (read-write).RadialGradientElement.r(double r) Sets the radius of the gradient circle.Sets the radius of the gradient circle with a unit.RadialGradientElement.rRW(double r) Sets the radius of the gradient circle (read-write).Sets the radius of the gradient circle with a unit (read-write).RadialGradientElement.spreadMethod(LinearGradientElement.SpreadMethod method) Sets how the gradient behaves outside its bounds.RadialGradientElement.spreadMethodRW(LinearGradientElement.SpreadMethod method) Sets how the gradient behaves outside its bounds (read-write).Methods in org.vaadin.firitin.element.svg with parameters of type RadialGradientElementModifier and TypeMethodDescription<T extends SvgGraphicsElement>
TSvgGraphicsElement.fill(RadialGradientElement gradient) Sets the fill to use a radial gradient.<T extends SvgGraphicsElement>
TSvgGraphicsElement.fillRW(RadialGradientElement gradient) Sets the fill to use a radial gradient (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.stroke(RadialGradientElement gradient) Sets the stroke to use a radial gradient.<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeRW(RadialGradientElement gradient) Sets the stroke to use a radial gradient (read-write).