Uses of Interface
org.processmining.plugins.graphviz.dot.DotElement
-
Packages that use DotElement Package Description org.processmining.plugins.graphviz.dot org.processmining.plugins.graphviz.visualisation org.processmining.plugins.graphviz.visualisation.listeners -
-
Uses of DotElement in org.processmining.plugins.graphviz.dot
Classes in org.processmining.plugins.graphviz.dot that implement DotElement Modifier and Type Class Description classAbstractDotElementclassDotclassDotClusterclassDotEdgeclassDotNode -
Uses of DotElement in org.processmining.plugins.graphviz.visualisation
Methods in org.processmining.plugins.graphviz.visualisation that return types with arguments of type DotElement Modifier and Type Method Description java.util.Set<DotElement>DotPanel. getMouseInElements()java.util.Set<DotElement>DotPanel. getSelectedElements()Methods in org.processmining.plugins.graphviz.visualisation with parameters of type DotElement Modifier and Type Method Description static com.kitfox.svg.GroupDotPanel. getSVGElementOf(com.kitfox.svg.SVGDiagram image, DotElement element)voidDotPanel. select(DotElement element)static java.lang.StringDotPanel. setCSSAttributeOf(com.kitfox.svg.SVGDiagram image, DotElement element, java.lang.String attribute, java.lang.String value)Set a css-property of a DotElement; returns the old value or null.Method parameters in org.processmining.plugins.graphviz.visualisation with type arguments of type DotElement Modifier and Type Method Description voidDotPanel. addMouseInElementsChangedListener(MouseInElementsChangedListener<DotElement> listener)voidDotPanel. addSelectionChangedListener(SelectionChangedListener<DotElement> listener) -
Uses of DotElement in org.processmining.plugins.graphviz.visualisation.listeners
Methods in org.processmining.plugins.graphviz.visualisation.listeners with parameters of type DotElement Modifier and Type Method Description voidDotElementSelectionListener. deselected(DotElement element, com.kitfox.svg.SVGDiagram image)voidDotElementSelectionListener. selected(DotElement element, com.kitfox.svg.SVGDiagram image)
-