Class StrokeMarker
- java.lang.Object
-
- jadex.bpmn.editor.gui.stylesheets.StrokeMarker
-
- All Implemented Interfaces:
com.mxgraph.shape.mxIMarker
public class StrokeMarker extends java.lang.Object implements com.mxgraph.shape.mxIMarker
Marker for "strike-through" edge look of default edges.
-
-
Constructor Summary
Constructors Constructor Description StrokeMarker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.mxgraph.util.mxPoint
paintMarker(com.mxgraph.canvas.mxGraphics2DCanvas canvas, com.mxgraph.view.mxCellState state, java.lang.String type, com.mxgraph.util.mxPoint pe, double nx, double ny, double size, boolean source)
Paints the marker.
-
-
-
Method Detail
-
paintMarker
public com.mxgraph.util.mxPoint paintMarker(com.mxgraph.canvas.mxGraphics2DCanvas canvas, com.mxgraph.view.mxCellState state, java.lang.String type, com.mxgraph.util.mxPoint pe, double nx, double ny, double size, boolean source)
Paints the marker.- Specified by:
paintMarker
in interfacecom.mxgraph.shape.mxIMarker
-
-