Uses of Interface
org.processmining.objectcentricconstraintchecking.algorithms.canvas.mxICanvas
-
-
Uses of mxICanvas in org.processmining.objectcentricconstraintchecking.algorithms.canvas
Classes in org.processmining.objectcentricconstraintchecking.algorithms.canvas that implement mxICanvas Modifier and Type Class Description classmxBasicCanvasclassmxGraphics2DCanvasAn implementation of a canvas that uses Graphics2D for painting.classmxHtmlCanvasAn implementation of a canvas that uses HTML for painting.classmxImageCanvasAn implementation of a canvas that uses Graphics2D for painting.classmxSvgCanvasAn implementation of a canvas that uses SVG for painting.classmxVmlCanvasAn implementation of a canvas that uses VML for painting. -
Uses of mxICanvas in org.processmining.objectcentricconstraintchecking.algorithms.swing
Methods in org.processmining.objectcentricconstraintchecking.algorithms.swing with parameters of type mxICanvas Modifier and Type Method Description protected voidmxGraphComponent.mxGraphControl. cellDrawn(mxICanvas canvas, mxCellState state)voidmxGraphComponent.mxGraphControl. drawCell(mxICanvas canvas, java.lang.Object cell)Draws the given cell onto the specified canvas. -
Uses of mxICanvas in org.processmining.objectcentricconstraintchecking.algorithms.swing.view
Classes in org.processmining.objectcentricconstraintchecking.algorithms.swing.view that implement mxICanvas Modifier and Type Class Description classmxInteractiveCanvas -
Uses of mxICanvas in org.processmining.objectcentricconstraintchecking.algorithms.util
Methods in org.processmining.objectcentricconstraintchecking.algorithms.util that return mxICanvas Modifier and Type Method Description abstract mxICanvasmxCellRenderer.CanvasFactory. createCanvas(int width, int height)Separates the creation of the canvas from its initialization, when the size of the required graphics buffer / document / container is known.static mxICanvasmxCellRenderer. drawCells(mxGraph graph, java.lang.Object[] cells, double scale, mxRectangle clip, mxCellRenderer.CanvasFactory factory)Draws the given cells using a Graphics2D canvas and returns the buffered image that represents the cells. -
Uses of mxICanvas in org.processmining.objectcentricconstraintchecking.algorithms.view
Methods in org.processmining.objectcentricconstraintchecking.algorithms.view with parameters of type mxICanvas Modifier and Type Method Description protected voidmxGraph. cellDrawn(mxICanvas canvas, mxCellState state, java.lang.Object element, java.lang.Object labelElement)Called when a cell has been painted as the specified object, typically a DOM node that represents the given cell graphically in a document.voidmxGraph. drawCell(mxICanvas canvas, java.lang.Object cell)Draws the given cell and its descendants onto the specified canvas.voidmxGraph. drawGraph(mxICanvas canvas)Draws the graph onto the given canvas.voidmxGraph. drawState(mxICanvas canvas, mxCellState state, boolean drawLabel)Draws the cell state with the given label onto the canvas.
-