protected abstract class Graph.Edge extends Object
Modifier and Type | Field and Description |
---|---|
protected Pair<T,T> |
elements |
protected boolean |
isDisposing |
protected javafx.scene.shape.Line |
line |
protected Graph.Vertex |
lower |
protected javafx.beans.binding.DoubleBinding |
opacity |
protected Graph.Vertex |
upper |
Modifier | Constructor and Description |
---|---|
protected |
Edge(Pair<T,T> elements) |
Modifier and Type | Method and Description |
---|---|
protected void |
bindEnd() |
protected void |
bindOpacity() |
protected void |
bindStart() |
protected void |
dispose() |
protected void |
initialize() |
protected void |
unbindEnd() |
protected void |
unbindStart() |
protected Graph.Vertex lower
protected Graph.Vertex upper
protected final javafx.scene.shape.Line line
protected javafx.beans.binding.DoubleBinding opacity
protected boolean isDisposing
protected void initialize() throws NullPointerException
NullPointerException
protected void dispose()
protected final void bindOpacity()
protected final void bindStart()
protected final void bindEnd()
protected final void unbindStart()
protected final void unbindEnd()
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.