- seek(double) - Method in class org.processmining.plugins.graphviz.visualisation.NavigableSVGPanel
-
Request the next animation frame to be rendered at the given time.
- select(DotElement) - Method in class org.processmining.plugins.graphviz.visualisation.DotPanel
-
- selected(DotElement, SVGDiagram) - Method in interface org.processmining.plugins.graphviz.visualisation.listeners.DotElementSelectionListener
-
- selected(E) - Method in interface org.processmining.plugins.graphviz.visualisation.listeners.ElementSelectionListener
-
Deprecated.
- selectionChanged(Set<E>) - Method in interface org.processmining.plugins.graphviz.visualisation.listeners.SelectionChangedListener
-
Called when the selection changes.
- SelectionChangedListener<E> - Interface in org.processmining.plugins.graphviz.visualisation.listeners
-
- setCSSAttributeOf(SVGDiagram, DotElement, String, String) - Static method in class org.processmining.plugins.graphviz.visualisation.DotPanel
-
Set a css-property of a DotElement; returns the old value or null.
- setCSSAttributeOf(SVGElement, String, Color) - Static method in class org.processmining.plugins.graphviz.visualisation.DotPanel
-
- setCSSAttributeOf(SVGElement, String, String) - Static method in class org.processmining.plugins.graphviz.visualisation.DotPanel
-
Set a css-property of an SVG element; returns the old value or null
providing null as value removes the attribute
- setDirection(Dot.GraphDirection) - Method in class org.processmining.plugins.graphviz.dot.Dot
-
- setDirection(Dot.GraphDirection) - Method in class org.processmining.plugins.graphviz.visualisation.DotPanel
-
Public method to change the graph direction.
- setDirection(Dot.GraphDirection) - Method in class org.processmining.plugins.graphviz.visualisation.DotPanelUserSettings
-
- setEdgeOption(String, String) - Method in class org.processmining.plugins.graphviz.dot.DotCluster
-
Sets a default edge option.
- setGraphOption(String, String) - Method in class org.processmining.plugins.graphviz.dot.DotCluster
-
Sets a default option for sub-graphs of this graph.
- setHelperControlsExplanations(List<String>) - Method in class org.processmining.plugins.graphviz.visualisation.NavigableSVGPanel
-
Sets the shortcut explanations, displayed when hovering over the question
mark in the lower right corner.
- setHelperControlsShortcuts(List<String>) - Method in class org.processmining.plugins.graphviz.visualisation.NavigableSVGPanel
-
Sets the shortcuts, displayed when hovering over the question mark in the
lower right corner.
- setImage(SVGDiagram, boolean) - Method in class org.processmining.plugins.graphviz.visualisation.NavigableSVGPanel
-
Sets an image for display in the panel.
- setImageTransformationChangedListener(ImageTransformationChangedListener) - Method in class org.processmining.plugins.graphviz.visualisation.NavigableSVGPanel
-
- setKeepOrderingOfChildren(boolean) - Method in class org.processmining.plugins.graphviz.dot.Dot
-
- setLabel(String) - Method in class org.processmining.plugins.graphviz.dot.AbstractDotElement
-
- setLabel(String) - Method in interface org.processmining.plugins.graphviz.dot.DotElement
-
- setNodeOption(String, String) - Method in class org.processmining.plugins.graphviz.dot.DotCluster
-
Set a default node option.
- setOption(String, String) - Method in class org.processmining.plugins.graphviz.dot.AbstractDotElement
-
- setOption(String, String) - Method in interface org.processmining.plugins.graphviz.dot.DotElement
-
- setSelectable(boolean) - Method in class org.processmining.plugins.graphviz.dot.AbstractDotElement
-
- setSelectable(boolean) - Method in interface org.processmining.plugins.graphviz.dot.DotElement
-
Sets whether this node can be selected.
- setSource(DotNode) - Method in class org.processmining.plugins.graphviz.dot.DotEdge
-
- setStringValue(String) - Method in class org.processmining.plugins.graphviz.dot.Dot
-
- setTarget(DotNode) - Method in class org.processmining.plugins.graphviz.dot.DotEdge
-
- setTimeScale(double) - Method in class org.processmining.plugins.graphviz.visualisation.NavigableSVGPanel
-
Request the time scale to be set.
- setupListeners() - Method in class org.processmining.plugins.graphviz.visualisation.NavigableSVGPanel
-