protected abstract class Graph.Label extends Object
Modifier and Type | Field and Description |
---|---|
protected javafx.scene.shape.Rectangle |
back |
protected javafx.scene.layout.StackPane |
content |
protected javafx.beans.value.ObservableValue<T> |
element |
protected javafx.beans.property.IntegerProperty |
index |
protected boolean |
isInitialized |
protected javafx.beans.property.ObjectProperty<javafx.geometry.Point2D> |
shift |
protected boolean |
showLaTeX |
protected javafx.scene.image.ImageView |
tex |
protected javafx.scene.text.Text |
text |
protected javafx.beans.binding.ObjectBinding<Graph.Vertex> |
vertex |
Modifier | Constructor and Description |
---|---|
protected |
Label(javafx.beans.value.ObservableValue<T> element,
javafx.beans.value.ObservableValue<String> string,
boolean showLaTeX) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispose() |
protected abstract void |
rebind(Graph.Vertex from,
Graph.Vertex to) |
protected final javafx.beans.binding.ObjectBinding<Graph.Vertex> vertex
protected final javafx.scene.image.ImageView tex
protected final javafx.scene.text.Text text
protected final boolean showLaTeX
protected final javafx.scene.shape.Rectangle back
protected final javafx.scene.layout.StackPane content
protected final javafx.beans.property.IntegerProperty index
protected final javafx.beans.property.ObjectProperty<javafx.geometry.Point2D> shift
protected boolean isInitialized
protected abstract void rebind(Graph.Vertex from, Graph.Vertex to)
protected void dispose()
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.