Uses of Class
org.vaadin.firitin.element.svg.StopElement
Packages that use StopElement
-
Uses of StopElement in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return StopElementModifier and TypeMethodDescriptionStopElement.offset(double offset) Sets the offset where this gradient stop is placed.Sets the offset where this gradient stop is placed.StopElement.offsetRW(double offset) Sets the offset where this gradient stop is placed (read-write).Sets the offset where this gradient stop is placed (read-write).StopElement.stopColor(in.virit.color.Color color) Sets the color at this gradient stop.Sets the color at this gradient stop.StopElement.stopColorRW(in.virit.color.Color color) Sets the color at this gradient stop (read-write).StopElement.stopColorRW(String color) Sets the color at this gradient stop (read-write).StopElement.stopOpacity(double opacity) Sets the opacity at this gradient stop.StopElement.stopOpacityRW(double opacity) Sets the opacity at this gradient stop (read-write).Methods in org.vaadin.firitin.element.svg with parameters of type StopElementModifier and TypeMethodDescriptionLinearGradientElement.addStops(StopElement... stops) Adds stop elements to this gradient.RadialGradientElement.addStops(StopElement... stops) Adds stop elements to this gradient.