java.lang.Object
org.jhotdraw8.draw.popup.CssColorPopup
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable javafx.beans.property.ObjectProperty<CssColor> Gets the value of thecurrentColorproperty.voidsetCallback(BiConsumer<Boolean, CssColor> callback) voidsetCurrentColor(CssColor currentColor) Sets the value of thecurrentColorproperty.voidshow(javafx.scene.Node anchor, double screenX, double screenY)
-
Property Details
-
currentColor
- See Also:
-
-
Constructor Details
-
CssColorPopup
public CssColorPopup()
-
-
Method Details
-
getCallback
-
setCallback
-
getCurrentColor
Gets the value of thecurrentColorproperty.- Property description:
- Returns:
- the value of the
currentColorproperty - See Also:
-
currentColorProperty
- Returns:
- the
currentColorproperty - See Also:
-
setCurrentColor
Sets the value of thecurrentColorproperty.- Property description:
- Parameters:
currentColor- the value for thecurrentColorproperty- See Also:
-
show
public void show(javafx.scene.Node anchor, double screenX, double screenY)
-