Class VEdge

    • Field Summary

      • 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
      VEdge​(com.mxgraph.view.mxGraph graph, java.lang.String style)
      Creates a new visual representation of an edge.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.mxgraph.model.mxICell getEdgeParent()
      Gets the authoritative edge parent.
      com.mxgraph.model.mxICell getParent()
      Gets the parent.
      java.lang.Object getValue()
      Gets the value.
      void setSource​(com.mxgraph.model.mxICell source)  
      void setValue​(java.lang.Object value)
      Sets the value.
      • Methods inherited from class com.mxgraph.model.mxCell

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

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

      • VEdge

        public VEdge​(com.mxgraph.view.mxGraph graph,
                     java.lang.String style)
        Creates a new visual representation of an edge.
        Parameters:
        graph - The BPMN graph.
        style - The style.
    • Method Detail

      • setSource

        public void setSource​(com.mxgraph.model.mxICell source)
        Overrides:
        setSource in class com.mxgraph.model.mxCell
      • getParent

        public com.mxgraph.model.mxICell getParent()
        Gets the parent.
        Specified by:
        getParent in interface com.mxgraph.model.mxICell
        Overrides:
        getParent in class com.mxgraph.model.mxCell
      • getEdgeParent

        public com.mxgraph.model.mxICell getEdgeParent()
        Gets the authoritative edge parent.
        Returns:
        The parent.
      • setValue

        public void setValue​(java.lang.Object value)
        Sets the value.
        Specified by:
        setValue in interface com.mxgraph.model.mxICell
        Overrides:
        setValue in class com.mxgraph.model.mxCell
      • getValue

        public java.lang.Object getValue()
        Gets the value.
        Specified by:
        getValue in interface com.mxgraph.model.mxICell
        Overrides:
        getValue in class com.mxgraph.model.mxCell