Uses of Class
org.vaadin.firitin.element.svg.LinearGradientElement
Packages that use LinearGradientElement
-
Uses of LinearGradientElement in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return LinearGradientElementModifier and TypeMethodDescriptionLinearGradientElement.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.LinearGradientElement.addStops(StopElement... stops) Adds stop elements to this gradient.LinearGradientElement.diagonal()Creates a diagonal gradient (top-left to bottom-right).LinearGradientElement.gradientTransform(String transform) Sets a transform on the gradient.LinearGradientElement.gradientTransformRW(String transform) Sets a transform on the gradient (read-write).LinearGradientElement.gradientUnits(LinearGradientElement.GradientUnits units) Sets the coordinate system for the gradient vector.LinearGradientElement.gradientUnitsRW(LinearGradientElement.GradientUnits units) Sets the coordinate system for the gradient vector (read-write).LinearGradientElement.horizontal()Creates a horizontal gradient (left to right).References another gradient to inherit stops and attributes from.References another gradient to inherit stops and attributes from (read-write).LinearGradientElement.spreadMethod(LinearGradientElement.SpreadMethod method) Sets how the gradient behaves outside its bounds.LinearGradientElement.spreadMethodRW(LinearGradientElement.SpreadMethod method) Sets how the gradient behaves outside its bounds (read-write).LinearGradientElement.vector(double x1, double y1, double x2, double y2) Sets the gradient vector from start to end point.LinearGradientElement.vectorRW(double x1, double y1, double x2, double y2) Sets the gradient vector from start to end point (read-write).LinearGradientElement.vertical()Creates a vertical gradient (top to bottom).LinearGradientElement.x1(double x1) Sets the x coordinate of the gradient start point.Sets the x coordinate of the gradient start point with a unit.LinearGradientElement.x1RW(double x1) Sets the x coordinate of the gradient start point (read-write).Sets the x coordinate of the gradient start point with a unit (read-write).LinearGradientElement.x2(double x2) Sets the x coordinate of the gradient end point.Sets the x coordinate of the gradient end point with a unit.LinearGradientElement.x2RW(double x2) Sets the x coordinate of the gradient end point (read-write).Sets the x coordinate of the gradient end point with a unit (read-write).LinearGradientElement.y1(double y1) Sets the y coordinate of the gradient start point.Sets the y coordinate of the gradient start point with a unit.LinearGradientElement.y1RW(double y1) Sets the y coordinate of the gradient start point (read-write).Sets the y coordinate of the gradient start point with a unit (read-write).LinearGradientElement.y2(double y2) Sets the y coordinate of the gradient end point.Sets the y coordinate of the gradient end point with a unit.LinearGradientElement.y2RW(double y2) Sets the y coordinate of the gradient end point (read-write).Sets the y coordinate of the gradient end point with a unit (read-write).Methods in org.vaadin.firitin.element.svg with parameters of type LinearGradientElementModifier and TypeMethodDescription<T extends SvgGraphicsElement>
TSvgGraphicsElement.fill(LinearGradientElement gradient) Sets the fill to use a gradient.<T extends SvgGraphicsElement>
TSvgGraphicsElement.fillRW(LinearGradientElement gradient) Sets the fill to use a gradient (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.stroke(LinearGradientElement gradient) Sets the stroke to use a gradient.<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeRW(LinearGradientElement gradient) Sets the stroke to use a gradient (read-write).