| Package | Description |
|---|---|
| com.kitfox.svg |
Provides the nodes of an SVG scene graph.
|
| org.processmining.plugins.graphviz.visualisation | |
| org.processmining.plugins.graphviz.visualisation.listeners |
| Modifier and Type | Field and Description |
|---|---|
protected SVGDiagram |
SVGElement.diagram
The diagram this element belongs to
|
SVGDiagram |
SVGLoaderHelper.diagram
This is the diagram which the load process is currently loading
|
| Modifier and Type | Method and Description |
|---|---|
SVGDiagram |
SVGDisplayPanel.getDiagram() |
SVGDiagram |
SVGUniverse.getDiagram(java.net.URI xmlBase) |
SVGDiagram |
SVGUniverse.getDiagram(java.net.URI xmlBase,
boolean loadIfAbsent)
Returns the diagram that has been loaded from this root.
|
SVGDiagram |
SVGLoader.getLoadedDiagram() |
| Modifier and Type | Method and Description |
|---|---|
void |
SVGDisplayPanel.setDiagram(SVGDiagram diagram) |
protected void |
SVGElement.setDiagram(SVGDiagram diagram) |
| Constructor and Description |
|---|
SVGLoaderHelper(java.net.URI xmlBase,
SVGUniverse universe,
SVGDiagram diagram)
Creates a new instance of SVGLoaderHelper
|
| Modifier and Type | Field and Description |
|---|---|
protected SVGDiagram |
NavigableSVGPanel.image |
| Modifier and Type | Method and Description |
|---|---|
static SVGDiagram |
DotPanel.dot2svg(Dot dot) |
SVGDiagram |
NavigableSVGPanel.getImage() |
SVGDiagram |
DotPanel.getSVG() |
| Modifier and Type | Method and Description |
|---|---|
void |
DotPanel.changeDot(Dot dot,
SVGDiagram diagram,
boolean resetView)
Sets a new precomputed image.
|
static void |
NavigableSVGPanel.drawSVG(java.awt.Graphics2D g,
SVGDiagram image,
int x,
int y,
int width,
int height)
Draw an svg image at the given coordinates and of the given size.
|
static Group |
DotPanel.getSVGElementOf(SVGDiagram image,
DotElement element) |
static java.lang.String |
DotPanel.setCSSAttributeOf(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.
|
void |
NavigableSVGPanel.setImage(SVGDiagram image,
boolean resetView)
Sets an image for display in the panel.
|
| Constructor and Description |
|---|
NavigableSVGPanel(SVGDiagram newImage) |
| Modifier and Type | Method and Description |
|---|---|
void |
DotElementSelectionListener.deselected(DotElement element,
SVGDiagram image) |
void |
DotElementSelectionListener.selected(DotElement element,
SVGDiagram image) |