Uses of Class
org.jhotdraw8.fxcontrols.colorchooser.ColorSpaceColor
Packages that use ColorSpaceColor
-
Uses of ColorSpaceColor in org.jhotdraw8.fxcontrols.colorchooser
Fields in org.jhotdraw8.fxcontrols.colorchooser declared as ColorSpaceColorModifier and TypeFieldDescriptionstatic final ColorSpaceColorColorSpaceColor.TRANSPARENTstatic final ColorSpaceColorColorSpaceColor.WHITEMethods in org.jhotdraw8.fxcontrols.colorchooser that return ColorSpaceColorModifier and TypeMethodDescriptionColorDialog.getCurrentColor()Gets the value of thecurrentColorproperty.ColorDialog.getCustomColor()Gets the value of thecustomColorproperty.Methods in org.jhotdraw8.fxcontrols.colorchooser that return types with arguments of type ColorSpaceColorModifier and TypeMethodDescription@NonNull javafx.beans.property.ObjectProperty<ColorSpaceColor> ColorDialog.currentColorProperty()@NonNull javafx.beans.property.ObjectProperty<ColorSpaceColor> ColorDialog.customColorProperty()Methods in org.jhotdraw8.fxcontrols.colorchooser with parameters of type ColorSpaceColorModifier and TypeMethodDescriptionvoidColorDialog.setCurrentColor(ColorSpaceColor currentColor) Sets the value of thecurrentColorproperty.voidColorDialog.setCustomColor(ColorSpaceColor customColor) Sets the value of thecustomColorproperty.