Class VLane

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

    public class VLane
    extends VNamedNode
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int laneheight
      Height of the lane.
      protected double pooltextfieldwidth
      Width of the text field of the associated pool.
      • 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
      VLane​(com.mxgraph.view.mxGraph graph)
      Creates a new lane.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      VPool getPool()
      Returns the pool of the lane.
      • 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
    • Field Detail

      • pooltextfieldwidth

        protected double pooltextfieldwidth
        Width of the text field of the associated pool.
      • laneheight

        protected int laneheight
        Height of the lane.
    • Constructor Detail

      • VLane

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

      • getPool

        public VPool getPool()
        Returns the pool of the lane.
        Returns:
        The pool.