- actionClear() - Method in class sample.Controller
-
Deselecting every selected entity and bicluster
- actionConnections() - Method in class sample.Controller
-
Filtering bicluster regarding the # of connections
- actionIncomingConnections() - Method in class sample.Controller
-
Filtering bicluster regarding the # of incoming connections
- actionKanten() - Method in class sample.Controller
-
Rerendering the scene when the selection of "Kanten" was changed
- actionLoad() - Method in class sample.Controller
-
Loading CSV file
- actionMinus() - Method in class sample.Controller
-
Zooming out
- actionPlus() - Method in class sample.Controller
-
Zooming in
- actionSortieren() - Method in class sample.Controller
-
Rerendering the scene when the selection of "Sortieren" was changed
- addConnection(String, String) - Method in class sample.Entity
-
Adding a connection either on the left or right side to another entity
- addCurve(String, CubicCurve) - Method in class sample.Bicluster
-
Saving curve either on the "right" or on the "left" side
- addEntity(String, HBox) - Method in class sample.Bicluster
-
Saving the box of an entity either on the "right" or on the "left" side
- addEntity(int, String) - Method in class sample.Construction
-
Add new entity
- addEntityBicluster(String, int, String, HBox, Bicluster) - Method in class sample.Construction
-
Connecting a bicluster to an existing entity
- addEntityLine(String, int, String, CubicCurve) - Method in class sample.Construction
-
Connecting a curve to an existing entity
- addEntityNeighbourEntity(String, int, String, HBox) - Method in class sample.Construction
-
Connecting a entity to an existing entity