Class VNamedNode

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getValue()
      Gets the value.
      void setBpmnElement​(MIdElement bpmnelement)
      Sets the BPMN element.
      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, getParent, getSource, getStyle, getTarget, getTerminal, insert, insert, insertEdge, isCollapsed, isConnectable, isEdge, isVertex, isVisible, remove, remove, removeEdge, removeFromParent, removeFromTerminal, setAttribute, setCollapsed, setConnectable, setEdge, setGeometry, setId, setParent, setSource, setStyle, setTarget, setTerminal, setVertex, setVisible
      • Methods inherited from class java.lang.Object

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

      • VNamedNode

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

      • 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
        Returns:
        The value.
      • 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
        Parameters:
        value - The value.
      • setBpmnElement

        public void setBpmnElement​(MIdElement bpmnelement)
        Sets the BPMN element.
        Overrides:
        setBpmnElement in class VElement
        Parameters:
        bpmnelement - The BPMN element.