Interface ShapeNodeType

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

public interface ShapeNodeType extends NodeType
An XML ShapeNode.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(ShapeNodeType.Shape shape)
      Sets the "Shape" element
    • addNewShape

      ShapeNodeType.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