public class Controller
extends java.lang.Object
implements javafx.fxml.Initializable
Modifier and Type | Field and Description |
---|---|
static Construction |
construction |
Constructor and Description |
---|
Controller() |
Modifier and Type | Method and Description |
---|---|
void |
actionClear()
Deselecting every selected entity and bicluster
|
void |
actionConnections()
Filtering bicluster regarding the # of connections
|
void |
actionIncomingConnections()
Filtering bicluster regarding the # of incoming connections
|
void |
actionKanten()
Rerendering the scene when the selection of "Kanten" was changed
|
void |
actionLoad()
Loading CSV file
|
void |
actionMinus()
Zooming out
|
void |
actionPlus()
Zooming in
|
void |
actionSortieren()
Rerendering the scene when the selection of "Sortieren" was changed
|
void |
checkConnections()
Checking which parts of the gui should be visible regarding the selection took by the user
|
void |
draw()
Rendering every entity
|
double |
getBiclusterWidth(Bicluster bicluster)
The width of bicluster - left connections + right connections
|
void |
initialize(java.net.URL location,
java.util.ResourceBundle resources)
Initializing controlers and loading entities
|
static boolean |
isInteger(java.lang.String input)
Checks if input string is an integer
|
void |
sortEntities()
Sorting entities
|
public static Construction construction
public void initialize(java.net.URL location, java.util.ResourceBundle resources)
initialize
in interface javafx.fxml.Initializable
location
- resources
- public void draw()
public static boolean isInteger(java.lang.String input)
input
- - stringpublic double getBiclusterWidth(Bicluster bicluster)
bicluster
- - the biclusterpublic void actionKanten()
public void actionSortieren()
public void actionPlus()
public void actionMinus()
public void actionClear()
public void sortEntities()
public void actionConnections()
public void actionIncomingConnections()
public void actionLoad()
public void checkConnections()