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.mxIMarkerMarker for "strike-through" edge look of default edges.
- 
- 
Constructor SummaryConstructors Constructor Description StrokeMarker()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.mxgraph.util.mxPointpaintMarker(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- 
paintMarkerpublic 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:
- paintMarkerin interface- com.mxgraph.shape.mxIMarker
 
 
- 
 
-