Uses of Class
org.processmining.plugins.inductiveVisualMiner.animation.GraphVizTokens
-
-
Uses of GraphVizTokens in org.processmining.plugins.inductiveVisualMiner
Methods in org.processmining.plugins.inductiveVisualMiner with parameters of type GraphVizTokens Modifier and Type Method Description voidInductiveVisualMinerAnimationPanel. setTokens(GraphVizTokens animationGraphVizTokens)Sets the tokens to be rendered. -
Uses of GraphVizTokens in org.processmining.plugins.inductiveVisualMiner.animation
Methods in org.processmining.plugins.inductiveVisualMiner.animation that return GraphVizTokens Modifier and Type Method Description static GraphVizTokensComputeAnimation. computeAnimation(IvMModel model, IvMLog ivmLog, Mode colourMode, ProcessTreeVisualisationInfo info, Scaler scaler, com.kitfox.svg.SVGDiagram svg, IvMCanceller canceller)GraphVizTokensGraphVizTokensLazyIterator. getTokens()Methods in org.processmining.plugins.inductiveVisualMiner.animation with parameters of type GraphVizTokens Modifier and Type Method Description static voidDotToken2GraphVizToken. 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 stepstatic voidDotToken2GraphVizToken. animateDotTokenStepEdge(DotToken dotToken, int stepIndex, boolean fadeIn, boolean fadeOut, GraphVizTokens result, com.kitfox.svg.SVGDiagram image, int traceIndex)Animate a token over one edgestatic voidDotToken2GraphVizToken. animateDotTokenStepNode(DotToken dotToken, int stepIndex, boolean fadeIn, boolean fadeOut, GraphVizTokens result, com.kitfox.svg.SVGDiagram image, int traceIndex)static voidDotToken2GraphVizToken. convertToken(DotToken token, GraphVizTokens result, com.kitfox.svg.SVGDiagram svg, int traceIndex)static voidDotToken2GraphVizToken. convertTokens(java.lang.Iterable<DotToken> tokens, GraphVizTokens result, com.kitfox.svg.SVGDiagram svg, int traceIndex)Constructors in org.processmining.plugins.inductiveVisualMiner.animation with parameters of type GraphVizTokens Constructor Description GraphVizTokensLazyIterator(GraphVizTokens tokens) -
Uses of GraphVizTokens in org.processmining.plugins.inductiveVisualMiner.animation.renderingthread
Methods in org.processmining.plugins.inductiveVisualMiner.animation.renderingthread with parameters of type GraphVizTokens Modifier and Type Method Description intExternalSettingsManager. setTokens(GraphVizTokens animationGraphVizTokens) -
Uses of GraphVizTokens in org.processmining.plugins.inductiveVisualMiner.chain
Fields in org.processmining.plugins.inductiveVisualMiner.chain with type parameters of type GraphVizTokens Modifier and Type Field Description static IvMObject<GraphVizTokens>IvMObject. animation -
Uses of GraphVizTokens in org.processmining.plugins.inductiveVisualMiner.export
Methods in org.processmining.plugins.inductiveVisualMiner.export with parameters of type GraphVizTokens Modifier and Type Method Description static booleanExportAnimation. 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 booleanExportAnimation. saveAVItoFileUpdating(IvMLogFiltered filteredLog, TraceColourMap trace2colour, GraphVizTokens tokens, ProcessTreeVisualisationInfo visualisationInfo, 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, IvMModel model, Selection selection)
-