Interface GroupNodeType

All Superinterfaces:
NodeType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
GroupNodeTypeImpl

public interface GroupNodeType extends NodeType
An XML GroupNode.type(@http://www.yworks.com/xml/graphml). This is a complex type.
  • Field Details

    • type

      static final org.apache.xmlbeans.SchemaType type
  • Method Details

    • getShape

      Gets the "Shape" element
    • isSetShape

      boolean isSetShape()
      True if has "Shape" element
    • setShape

      void setShape(GroupNodeType.Shape shape)
      Sets the "Shape" element
    • addNewShape

      GroupNodeType.Shape addNewShape()
      Appends and returns a new empty "Shape" element
    • unsetShape

      void unsetShape()
      Unsets the "Shape" element
    • getDropShadow

      DropShadowType getDropShadow()
      Gets the "DropShadow" element
    • isSetDropShadow

      boolean isSetDropShadow()
      True if has "DropShadow" element
    • setDropShadow

      void setDropShadow(DropShadowType dropShadow)
      Sets the "DropShadow" element
    • addNewDropShadow

      DropShadowType addNewDropShadow()
      Appends and returns a new empty "DropShadow" element
    • unsetDropShadow

      void unsetDropShadow()
      Unsets the "DropShadow" element
    • getState

      Gets the "State" element
    • isSetState

      boolean isSetState()
      True if has "State" element
    • setState

      void setState(GroupNodeType.State state)
      Sets the "State" element
    • addNewState

      GroupNodeType.State addNewState()
      Appends and returns a new empty "State" element
    • unsetState

      void unsetState()
      Unsets the "State" element
    • getNodeBounds

      GroupNodeType.NodeBounds getNodeBounds()
      Gets the "NodeBounds" element
    • isSetNodeBounds

      boolean isSetNodeBounds()
      True if has "NodeBounds" element
    • setNodeBounds

      void setNodeBounds(GroupNodeType.NodeBounds nodeBounds)
      Sets the "NodeBounds" element
    • addNewNodeBounds

      GroupNodeType.NodeBounds addNewNodeBounds()
      Appends and returns a new empty "NodeBounds" element
    • unsetNodeBounds

      void unsetNodeBounds()
      Unsets the "NodeBounds" element
    • getInsets

      InsetsType getInsets()
      Gets the "Insets" element
    • isSetInsets

      boolean isSetInsets()
      True if has "Insets" element
    • setInsets

      void setInsets(InsetsType insets)
      Sets the "Insets" element
    • addNewInsets

      InsetsType addNewInsets()
      Appends and returns a new empty "Insets" element
    • unsetInsets

      void unsetInsets()
      Unsets the "Insets" element
    • getBorderInsets

      InsetsType getBorderInsets()
      Gets the "BorderInsets" element
    • isSetBorderInsets

      boolean isSetBorderInsets()
      True if has "BorderInsets" element
    • setBorderInsets

      void setBorderInsets(InsetsType borderInsets)
      Sets the "BorderInsets" element
    • addNewBorderInsets

      InsetsType addNewBorderInsets()
      Appends and returns a new empty "BorderInsets" element
    • unsetBorderInsets

      void unsetBorderInsets()
      Unsets the "BorderInsets" element