Modifier and Type | Class and Description |
---|---|
private class | |
private class |
Modifier and Type | Field and Description |
---|---|
private CustomColorDialog. | |
private CustomColorDialog. | |
private ObjectProperty | |
private ObjectProperty | |
private Scene | |
private final Stage | |
private final EventHandler | |
private Runnable | |
private Runnable | |
private Runnable | |
private InvalidationListener | |
private String | |
private boolean | |
private boolean | |
private WebColorField |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
private void | |
pack-priv static double | |
private static LinearGradient | |
public final ObjectProperty | |
private static int | |
private void | |
public final Color | |
public final Color | |
public Stage | |
public Runnable | |
public Runnable | |
public Runnable | |
public void | |
public void | layoutChildren()
Overrides javafx. Invoked during the layout pass to layout the children in this
|
public void | |
public final void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void |
colorRectPane | back to summary |
---|---|
private CustomColorDialog. |
controlsPane | back to summary |
---|---|
private CustomColorDialog. |
currentColorProperty | back to summary |
---|---|
private ObjectProperty<Color> currentColorProperty |
customColorProperty | back to summary |
---|---|
private ObjectProperty<Color> customColorProperty |
customScene | back to summary |
---|---|
private Scene customScene |
dialog | back to summary |
---|---|
private final Stage dialog |
keyEventListener | back to summary |
---|---|
private final EventHandler<KeyEvent> keyEventListener |
onCancel | back to summary |
---|---|
private Runnable onCancel |
onSave | back to summary |
---|---|
private Runnable onSave |
onUse | back to summary |
---|---|
private Runnable onUse |
positionAdjuster | back to summary |
---|---|
private InvalidationListener positionAdjuster |
saveBtnText | back to summary |
---|---|
private String saveBtnText |
showOpacitySlider | back to summary |
---|---|
private boolean showOpacitySlider |
showUseBtn | back to summary |
---|---|
private boolean showUseBtn |
webField | back to summary |
---|---|
private WebColorField webField |
CustomColorDialog | back to summary |
---|---|
public CustomColorDialog(Window owner) |
buildUI | back to summary |
---|---|
private void buildUI() |
clamp | back to summary |
---|---|
pack-priv static double clamp(double value) |
createHueGradient | back to summary |
---|---|
private static LinearGradient createHueGradient() |
customColorProperty | back to summary |
---|---|
public final ObjectProperty |
doubleToInt | back to summary |
---|---|
private static int doubleToInt(double value) |
fixPosition | back to summary |
---|---|
private void fixPosition() |
getCurrentColor | back to summary |
---|---|
public final Color getCurrentColor() |
getCustomColor | back to summary |
---|---|
public final Color getCustomColor() |
getDialog | back to summary |
---|---|
public Stage getDialog() |
getOnCancel | back to summary |
---|---|
public Runnable getOnCancel() |
getOnSave | back to summary |
---|---|
public Runnable getOnSave() |
getOnUse | back to summary |
---|---|
public Runnable getOnUse() |
hide | back to summary |
---|---|
public void hide() |
layoutChildren | back to summary |
---|---|
public void layoutChildren() Overrides javafx. Doc from javafx. Invoked during the layout pass to layout the children in this
Subclasses should override this function to layout content as needed.
|
setCurrentColor | back to summary |
---|---|
public void setCurrentColor(Color currentColor) |
setCustomColor | back to summary |
---|---|
public final void setCustomColor(Color color) |
setOnCancel | back to summary |
---|---|
public void setOnCancel(Runnable onCancel) |
setOnHidden | back to summary |
---|---|
public void setOnHidden(EventHandler<WindowEvent> onHidden) |
setOnSave | back to summary |
---|---|
public void setOnSave(Runnable onSave) |
setOnUse | back to summary |
---|---|
public void setOnUse(Runnable onUse) |
setSaveBtnToOk | back to summary |
---|---|
public void setSaveBtnToOk() |
setShowOpacitySlider | back to summary |
---|---|
public void setShowOpacitySlider(boolean showOpacitySlider) |
setShowUseBtn | back to summary |
---|---|
public void setShowUseBtn(boolean showUseBtn) |
show | back to summary |
---|---|
public void show() |
Modifier and Type | Field and Description |
---|---|
private DoubleProperty | |
private IntegerProperty | |
private DoubleProperty | |
private boolean | |
private Pane | |
private Region | |
private Pane | |
private Region | |
private Pane | |
private Pane | |
private IntegerProperty | |
private DoubleProperty | |
private IntegerProperty | |
private DoubleProperty |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
private void | |
protected void | layoutChildren()
Overrides javafx. Invoked during the layout pass to layout the children in this
|
private void | |
private void | |
private void |
alpha | back to summary |
---|---|
private DoubleProperty alpha |
blue | back to summary |
---|---|
private IntegerProperty blue |
bright | back to summary |
---|---|
private DoubleProperty bright |
changeIsLocal | back to summary |
---|---|
private boolean changeIsLocal |
colorBar | back to summary |
---|---|
private Pane colorBar |
colorBarIndicator | back to summary |
---|---|
private Region colorBarIndicator |
colorRect | back to summary |
---|---|
private Pane colorRect |
colorRectIndicator | back to summary |
---|---|
private Region colorRectIndicator |
colorRectOverlayOne | back to summary |
---|---|
private Pane colorRectOverlayOne |
colorRectOverlayTwo | back to summary |
---|---|
private Pane colorRectOverlayTwo |
green | back to summary |
---|---|
private IntegerProperty green |
hue | back to summary |
---|---|
private DoubleProperty hue |
red | back to summary |
---|---|
private IntegerProperty red |
sat | back to summary |
---|---|
private DoubleProperty sat |
ColorRectPane | back to summary |
---|---|
public ColorRectPane() |
colorChanged | back to summary |
---|---|
private void colorChanged() |
layoutChildren | back to summary |
---|---|
protected void layoutChildren() Overrides javafx. Doc from javafx. Invoked during the layout pass to layout the children in this
Subclasses should override this function to layout content as needed.
|
updateHSBColor | back to summary |
---|---|
private void updateHSBColor() |
updateRGBColor | back to summary |
---|---|
private void updateRGBColor() |
updateValues | back to summary |
---|---|
private void updateValues() |
Modifier and Type | Field and Description |
---|---|
private Property | |
private HBox | |
private GridPane | |
private Label | |
private Region | |
private Region | |
private Region | |
private IntegerField[] | |
private HBox | |
private ToggleButton | |
private Label[] | |
private Label | |
private Region | |
private ToggleButton | |
private GridPane | |
private Slider[] | |
private Label[] | |
private ToggleButton | |
private Region |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
private void | |
private void | |
private void | |
private void |
bindedProperties | back to summary |
---|---|
private Property<Number>[] bindedProperties |
buttonBox | back to summary |
---|---|
private HBox buttonBox |
currentAndNewColor | back to summary |
---|---|
private GridPane currentAndNewColor |
currentColorLabel | back to summary |
---|---|
private Label currentColorLabel |
currentColorRect | back to summary |
---|---|
private Region currentColorRect |
currentNewColorBorder | back to summary |
---|---|
private Region currentNewColorBorder |
currentTransparent | back to summary |
---|---|
private Region currentTransparent |
fields | back to summary |
---|---|
private IntegerField[] fields |
hBox | back to summary |
---|---|
private HBox hBox |
hsbButton | back to summary |
---|---|
private ToggleButton hsbButton |
labels | back to summary |
---|---|
private Label[] labels |
newColorLabel | back to summary |
---|---|
private Label newColorLabel |
newColorRect | back to summary |
---|---|
private Region newColorRect |
rgbButton | back to summary |
---|---|
private ToggleButton rgbButton |
settingsPane | back to summary |
---|---|
private GridPane settingsPane |
sliders | back to summary |
---|---|
private Slider[] sliders |
units | back to summary |
---|---|
private Label[] units |
webButton | back to summary |
---|---|
private ToggleButton webButton |
whiteBox | back to summary |
---|---|
private Region whiteBox |
ControlsPane | back to summary |
---|---|
public ControlsPane() |
set | back to summary |
---|---|
private void set(int row, String caption, int maxValue, Property<Number> prop) |
showHSBSettings | back to summary |
---|---|
private void showHSBSettings() |
showRGBSettings | back to summary |
---|---|
private void showRGBSettings() |
showWebSettings | back to summary |
---|---|
private void showWebSettings() |