Uses of Record Class
org.jhotdraw8.draw.css.converter.CssStop
Packages that use CssStop
-
Uses of CssStop in org.jhotdraw8.draw.css.value
Methods in org.jhotdraw8.draw.css.value that return types with arguments of type CssStopConstructors in org.jhotdraw8.draw.css.value with parameters of type CssStopModifierConstructorDescriptionCssLinearGradient(double startX, double startY, double endX, double endY, boolean proportional, javafx.scene.paint.CycleMethod cycleMethod, CssStop... stops) CssRadialGradient(double focusAngle, double focusDistance, double centerX, double centerY, double radius, boolean proportional, javafx.scene.paint.CycleMethod cycleMethod, CssStop... stops) Constructor parameters in org.jhotdraw8.draw.css.value with type arguments of type CssStopModifierConstructorDescriptionCssLinearGradient(double startX, double startY, double endX, double endY, boolean proportional, javafx.scene.paint.CycleMethod cycleMethod, Collection<CssStop> stops)