public class GraphDisplayApplication
extends javafx.application.Application
| Modifier and Type | Field and Description |
|---|---|
static de.bioforscher.singa.mathematics.graphs.model.Graph<? extends de.bioforscher.singa.mathematics.graphs.model.Node<?,de.bioforscher.singa.mathematics.vectors.Vector2D,?>,?,?> |
graph |
static GraphRenderer |
renderer |
| Constructor and Description |
|---|
GraphDisplayApplication() |
| Modifier and Type | Method and Description |
|---|---|
static de.bioforscher.singa.mathematics.graphs.model.Graph<? extends de.bioforscher.singa.mathematics.graphs.model.Node<?,de.bioforscher.singa.mathematics.vectors.Vector2D,?>,?,?> |
getGraph() |
static GraphRenderer |
getRenderer() |
static void |
main(String[] args) |
void |
start(javafx.stage.Stage primaryStage) |
void |
triggerRendering() |
public static de.bioforscher.singa.mathematics.graphs.model.Graph<? extends de.bioforscher.singa.mathematics.graphs.model.Node<?,de.bioforscher.singa.mathematics.vectors.Vector2D,?>,?,?> graph
public static GraphRenderer renderer
public static void main(String[] args)
public void start(javafx.stage.Stage primaryStage)
throws Exception
start in class javafx.application.ApplicationExceptionpublic void triggerRendering()
public static GraphRenderer getRenderer()
public static de.bioforscher.singa.mathematics.graphs.model.Graph<? extends de.bioforscher.singa.mathematics.graphs.model.Node<?,de.bioforscher.singa.mathematics.vectors.Vector2D,?>,?,?> getGraph()
Copyright © 2017. All rights reserved.