public class GraphFx
extends javafx.application.Application
| Constructor and Description |
|---|
GraphFx() |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
addData(double[] x,
double[] y) |
static void |
main(String[] args) |
void |
refreshGraph() |
void |
start(javafx.stage.Stage stage) |
void |
startGraph() |
public void startGraph()
public void start(javafx.stage.Stage stage)
throws Exception
start in class javafx.application.ApplicationExceptionpublic void refreshGraph()
public DataSet addData(double[] x, double[] y)
public static void main(String[] args)
Copyright © 2017. All rights reserved.