Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StrokeMarker

        public StrokeMarker()
    • 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 interface com.mxgraph.shape.mxIMarker