protected abstract class Graph.LowerLabel extends Graph.Label
Modifier | Constructor and Description |
---|---|
protected |
LowerLabel(javafx.beans.value.ObservableValue<T> element,
javafx.beans.value.ObservableValue<String> string,
boolean showLaTeX) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispose() |
protected void |
rebind(Graph.Vertex from,
Graph.Vertex to) |
protected LowerLabel(javafx.beans.value.ObservableValue<T> element, javafx.beans.value.ObservableValue<String> string, boolean showLaTeX)
protected void rebind(Graph.Vertex from, Graph.Vertex to)
rebind
in class Graph.Label
protected void dispose()
dispose
in class Graph.Label
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.