public class DemoController extends Object implements javafx.fxml.Initializable
Constructor and Description |
---|
DemoController() |
Modifier and Type | Method and Description |
---|---|
static EnhancedLineChart |
createLineChart()
Creates a line chart that includes the JavaFX Chart Extensions.
|
static LogLineChart |
createLogLineChart()
Creates a logarithmic line chart that includes the JavaFX Chart
Extensions.
|
static LogScatterChart |
createLogScatterChart()
Creates a logarithmic scatter chart that includes the JavaFX Chart
Extensions.
|
static EnhancedScatterChart |
createScatterChart()
Creates a scatter chart that includes the JavaFX Chart Extensions.
|
static javafx.scene.Node |
fitToParent(javafx.scene.Node child)
Sets the anchors to 0 for all fours sides of the child node so that it
conforms to the parent's size.
|
void |
initialize(URL url,
ResourceBundle rb)
Initializer called by the FXML loader.
|
public void initialize(URL url, ResourceBundle rb)
initialize
in interface javafx.fxml.Initializable
url
- Not used.rb
- Not used.public static EnhancedScatterChart createScatterChart()
public static EnhancedLineChart createLineChart()
public static LogScatterChart createLogScatterChart()
public static LogLineChart createLogLineChart()
public static javafx.scene.Node fitToParent(javafx.scene.Node child)
child
- Node to have the anchors set.Copyright © 2016 Emxsys. All rights reserved.