public class Graph.Controller extends Object
Modifier and Type | Field and Description |
---|---|
protected Queue<Graph.Edge> |
addEdges |
protected Queue<Graph.Label> |
addLabels |
protected Queue<Graph.Tile> |
addTiles |
protected Queue<Graph.Vertex> |
addVertices |
protected javafx.beans.binding.ObjectBinding<Graph.Config> |
config |
boolean |
graphLock |
protected Set<Graph.Edge> |
pendingEdges |
protected Set<Graph.Vertex> |
pendingVertices |
Graph.Vertex |
polarBottom |
protected Queue<Pair<T,T>> |
removeEdges |
protected Queue<Graph.Label> |
removeLabels |
protected Queue<Pair<T,T>> |
removeVertices |
protected javafx.beans.property.BooleanProperty |
showVoronoi |
Modifier | Constructor and Description |
---|---|
protected |
Controller(javafx.beans.Observable... observable) |
Modifier and Type | Method and Description |
---|---|
protected void |
clearBack() |
protected void |
disposeEdge(Pair<T,T> elements) |
protected void |
disposeVertex(T element,
T to) |
void |
drag() |
void |
dragDone() |
protected javafx.animation.Transition |
fadeIn(Graph.Edge e) |
protected javafx.animation.Transition |
fadeIn(javafx.scene.Node n) |
protected javafx.animation.KeyValue |
fadeOut(javafx.scene.Node n) |
protected javafx.animation.KeyValue |
fadeZ(javafx.scene.Node n,
javafx.geometry.Point3D p) |
boolean |
isDragging() |
void |
refresh() |
protected javafx.animation.KeyValue |
translateX(javafx.scene.Node n,
javafx.geometry.Point3D p) |
protected javafx.animation.KeyValue |
translateY(javafx.scene.Node n,
javafx.geometry.Point3D p) |
protected final javafx.beans.binding.ObjectBinding<Graph.Config> config
protected final javafx.beans.property.BooleanProperty showVoronoi
protected final Queue<Graph.Vertex> addVertices
protected final Queue<Graph.Edge> addEdges
protected final Queue<Graph.Label> addLabels
protected final Queue<Graph.Tile> addTiles
protected final Queue<Pair<T,T>> removeVertices
protected final Queue<Pair<T,T>> removeEdges
protected final Queue<Graph.Label> removeLabels
protected final Set<Graph.Vertex> pendingVertices
protected final Set<Graph.Edge> pendingEdges
public Graph.Vertex polarBottom
public boolean graphLock
protected Controller(javafx.beans.Observable... observable)
public final void drag()
public final void dragDone()
public final boolean isDragging()
protected final void disposeVertex(T element, T to)
protected final void disposeEdge(Pair<T,T> elements)
protected final void clearBack()
public final void refresh()
protected final javafx.animation.KeyValue translateX(javafx.scene.Node n, javafx.geometry.Point3D p)
protected final javafx.animation.KeyValue translateY(javafx.scene.Node n, javafx.geometry.Point3D p)
protected final javafx.animation.KeyValue fadeZ(javafx.scene.Node n, javafx.geometry.Point3D p)
protected final javafx.animation.Transition fadeIn(javafx.scene.Node n)
protected final javafx.animation.Transition fadeIn(Graph.Edge e)
protected final javafx.animation.KeyValue fadeOut(javafx.scene.Node n)
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.