public class ChartPropertiesController<T extends java.lang.Number>
extends java.lang.Object
implements javafx.fxml.Initializable
| Type | Property and Description |
|---|---|
javafx.beans.property.ReadOnlyBooleanProperty |
hidden |
javafx.beans.property.BooleanProperty |
visible |
| Modifier and Type | Field and Description |
|---|---|
static double |
SETTINGS_PANE_DISTANCE |
| Constructor and Description |
|---|
ChartPropertiesController(Worksheet<T> worksheet,
Chart<T> chart) |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ReadOnlyBooleanProperty |
hiddenProperty() |
void |
hide() |
void |
initialize(java.net.URL location,
java.util.ResourceBundle resources) |
boolean |
isHidden()
Gets the value of the property hidden.
|
boolean |
isVisible()
Gets the value of the property visible.
|
void |
show() |
javafx.beans.property.BooleanProperty |
visibleProperty() |
public javafx.beans.property.ReadOnlyBooleanProperty hiddenProperty
isHidden()public javafx.beans.property.BooleanProperty visibleProperty
isVisible()public static final double SETTINGS_PANE_DISTANCE
public void show()
public void hide()
public void initialize(java.net.URL location,
java.util.ResourceBundle resources)
initialize in interface javafx.fxml.Initializablepublic javafx.beans.property.ReadOnlyBooleanProperty hiddenProperty()
isHidden()public boolean isHidden()
public boolean isVisible()
public javafx.beans.property.BooleanProperty visibleProperty()
isVisible()Copyright © 2018 Frederic Thevenet. All rights reserved.