Package | Description |
---|---|
com.sun.javafx.tk | |
com.sun.javafx.tk.quantum | |
javafx.scene.paint |
Provides the set of classes for colors and gradients used to fill shapes and
backgrounds when rendering the scene graph.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
Toolkit.createLinearGradientPaint(LinearGradient paint) |
protected Object |
DummyToolkit.createLinearGradientPaint(LinearGradient paint) |
Modifier and Type | Method and Description |
---|---|
protected Object |
QuantumToolkit.createLinearGradientPaint(LinearGradient paint) |
Modifier and Type | Method and Description |
---|---|
LinearGradient |
LinearGradientBuilder.build()
Deprecated.
Make an instance of
LinearGradient based on the properties set on this builder. |
static LinearGradient |
LinearGradient.valueOf(String value)
Creates a linear gradient value from a string representation.
|
Copyright © 2020. All rights reserved.