Class BreakpointMarker

  • All Implemented Interfaces:
    com.mxgraph.model.mxICell, java.io.Serializable, java.lang.Cloneable

    public class BreakpointMarker
    extends com.mxgraph.model.mxCell
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.mxgraph.view.mxGraph graph
      The graph where this element is used.
      • Fields inherited from class com.mxgraph.model.mxCell

        children, collapsed, connectable, edge, edges, geometry, id, parent, source, style, target, value, vertex, visible
    • Constructor Summary

      Constructors 
      Constructor Description
      BreakpointMarker​(com.mxgraph.view.mxGraph graph)
      Creates a new element.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.mxgraph.view.mxGraph getGraph()
      Returns the graph.
      • Methods inherited from class com.mxgraph.model.mxCell

        clone, cloneValue, getAttribute, getAttribute, getChildAt, getChildCount, getEdgeAt, getEdgeCount, getEdgeIndex, getGeometry, getId, getIndex, getParent, getSource, getStyle, getTarget, getTerminal, getValue, insert, insert, insertEdge, isCollapsed, isConnectable, isEdge, isVertex, isVisible, remove, remove, removeEdge, removeFromParent, removeFromTerminal, setAttribute, setCollapsed, setConnectable, setEdge, setGeometry, setId, setParent, setSource, setStyle, setTarget, setTerminal, setValue, setVertex, setVisible
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • graph

        protected com.mxgraph.view.mxGraph graph
        The graph where this element is used.
    • Constructor Detail

      • BreakpointMarker

        public BreakpointMarker​(com.mxgraph.view.mxGraph graph)
        Creates a new element.
        Parameters:
        graph - The graph where this element is used.
        geometry - Initial element geometry.
        style - Initial style.
    • Method Detail

      • getGraph

        public com.mxgraph.view.mxGraph getGraph()
        Returns the graph.
        Returns:
        The graph.