public static class Animation.Input
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ProcessTreeVisualisationInfo |
info |
IvMModel |
model |
Scaler |
scaler |
ShortestPathGraph |
shortestPath |
boolean |
showDeviations |
Constructor and Description |
---|
Input(IvMModel model,
boolean showDeviations,
ShortestPathGraph shortestPath,
ProcessTreeVisualisationInfo info,
Scaler scaler) |
public final IvMModel model
public final boolean showDeviations
public final ShortestPathGraph shortestPath
public final ProcessTreeVisualisationInfo info
public final Scaler scaler
public Input(IvMModel model, boolean showDeviations, ShortestPathGraph shortestPath, ProcessTreeVisualisationInfo info, Scaler scaler)