Class VElement

  • All Implemented Interfaces:
    com.mxgraph.model.mxICell, java.io.Serializable, java.lang.Cloneable
    Direct Known Subclasses:
    VEdge, VNode

    public abstract class VElement
    extends com.mxgraph.model.mxCell
    See Also:
    Serialized Form
    • 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
      VElement​(java.lang.Object value, com.mxgraph.model.mxGeometry geometry, java.lang.String style)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract IElement getElement()
      Returns the business model element.
      boolean isFoldable()
      Tests if this element can be folded (style sheet must allow folding).
      • 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
    • Constructor Detail

      • VElement

        public VElement​(java.lang.Object value,
                        com.mxgraph.model.mxGeometry geometry,
                        java.lang.String style)
    • Method Detail

      • getElement

        public abstract IElement getElement()
        Returns the business model element.
        Returns:
        The business model element.
      • isFoldable

        public boolean isFoldable()
        Tests if this element can be folded (style sheet must allow folding).
        Returns:
        True, if folding is allowed.