Uses of Class
org.jhotdraw8.fxcontrols.colorchooser.ColorChooserPaneModel
Packages that use ColorChooserPaneModel
-
Uses of ColorChooserPaneModel in org.jhotdraw8.fxcontrols.colorchooser
Methods in org.jhotdraw8.fxcontrols.colorchooser that return ColorChooserPaneModelModifier and TypeMethodDescriptionAlphaChooser.getModel()Gets the value of themodelproperty.ColorChooserPane.getModel()Gets the value of themodelproperty.HlsChooser.getModel()Gets the value of themodelproperty.SliderChooser.getModel()Gets the value of themodelproperty.Methods in org.jhotdraw8.fxcontrols.colorchooser that return types with arguments of type ColorChooserPaneModelModifier and TypeMethodDescription@NonNull javafx.beans.property.ObjectProperty<ColorChooserPaneModel> AlphaChooser.modelProperty()@NonNull javafx.beans.property.ObjectProperty<ColorChooserPaneModel> ColorChooserPane.modelProperty()@NonNull javafx.beans.property.ObjectProperty<ColorChooserPaneModel> HlsChooser.modelProperty()@NonNull javafx.beans.property.ObjectProperty<ColorChooserPaneModel> SliderChooser.modelProperty()Methods in org.jhotdraw8.fxcontrols.colorchooser with parameters of type ColorChooserPaneModelModifier and TypeMethodDescriptionvoidAlphaChooser.setModel(ColorChooserPaneModel model) Sets the value of themodelproperty.voidColorChooserPane.setModel(ColorChooserPaneModel model) Sets the value of themodelproperty.voidHlsChooser.setModel(ColorChooserPaneModel model) Sets the value of themodelproperty.voidSliderChooser.setModel(ColorChooserPaneModel model) Sets the value of themodelproperty.