Modifier and Type | Method and Description |
---|---|
GraphVizTokens |
InductiveVisualMinerState.getAnimationGraphVizTokens() |
Modifier and Type | Method and Description |
---|---|
void |
InductiveVisualMinerState.setAnimation(GraphVizTokens animationGraphVizTokens) |
void |
InductiveVisualMinerAnimationPanel.setTokens(GraphVizTokens animationGraphVizTokens)
Sets the tokens to be rendered.
|
Modifier and Type | Method and Description |
---|---|
static GraphVizTokens |
ComputeAnimation.computeAnimation(IvMModel model,
IvMLog ivmLog,
Mode colourMode,
ProcessTreeVisualisationInfo info,
Scaler scaler,
com.kitfox.svg.SVGDiagram svg,
IvMCanceller canceller) |
GraphVizTokens |
GraphVizTokensLazyIterator.getTokens() |
Modifier and Type | Method and Description |
---|---|
static void |
DotToken2GraphVizToken.animateDotTokenStep(DotToken dotToken,
int stepIndex,
boolean fadeIn,
boolean fadeOut,
GraphVizTokens result,
com.kitfox.svg.SVGDiagram svg,
int traceIndex)
Record the animation of one dot token step
|
static void |
DotToken2GraphVizToken.animateDotTokenStepEdge(DotToken dotToken,
int stepIndex,
boolean fadeIn,
boolean fadeOut,
GraphVizTokens result,
com.kitfox.svg.SVGDiagram image,
int traceIndex)
Animate a token over one edge
|
static void |
DotToken2GraphVizToken.animateDotTokenStepNode(DotToken dotToken,
int stepIndex,
boolean fadeIn,
boolean fadeOut,
GraphVizTokens result,
com.kitfox.svg.SVGDiagram image,
int traceIndex) |
static void |
DotToken2GraphVizToken.convertToken(DotToken token,
GraphVizTokens result,
com.kitfox.svg.SVGDiagram svg,
int traceIndex) |
static void |
DotToken2GraphVizToken.convertTokens(java.lang.Iterable<DotToken> tokens,
GraphVizTokens result,
com.kitfox.svg.SVGDiagram svg,
int traceIndex) |
Constructor and Description |
---|
GraphVizTokensLazyIterator(GraphVizTokens tokens) |
Modifier and Type | Method and Description |
---|---|
int |
ExternalSettingsManager.setTokens(GraphVizTokens animationGraphVizTokens) |
Modifier and Type | Method and Description |
---|---|
protected GraphVizTokens |
Cl11Animate.executeLink(org.processmining.plugins.InductiveMiner.Sextuple<IvMLogNotFiltered,Mode,ProcessTreeVisualisationInfo,com.kitfox.svg.SVGDiagram,Scaler,IvMModel> input,
IvMCanceller canceller) |
Modifier and Type | Method and Description |
---|---|
protected void |
Cl11Animate.processResult(GraphVizTokens result,
InductiveVisualMinerState state) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ExportAnimation.saveAVItoFile(IvMLogFiltered filteredLog,
TraceColourMap trace2colour,
GraphVizTokens tokens,
ProcessTreeVisualisationInfo info,
Mode colourMode,
com.kitfox.svg.SVGDiagram svg,
org.processmining.plugins.graphviz.dot.Dot dot,
java.io.File file,
javax.swing.JPanel panel,
Scaler scaler) |
static boolean |
ExportAnimation.saveAVItoFileUpdating(IvMLogFiltered filteredLog,
TraceColourMap trace2colour,
GraphVizTokens tokens,
ProcessTreeVisualisationInfo info,
Mode colourMode,
com.kitfox.svg.SVGDiagram svg,
org.processmining.plugins.graphviz.dot.Dot dot,
java.io.File file,
InductiveVisualMinerAnimationPanel panel,
Scaler scaler,
AlignedLogVisualisationData visualisationData,
ProcessTreeVisualisationParameters visualisationParameters,
ProcessTreeVisualisationInfo visualisationInfo,
IvMModel model,
Selection selection) |