Interface DropShadowType

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

public interface DropShadowType extends org.apache.xmlbeans.XmlObject
An XML DropShadow.type(@http://www.yworks.com/xml/graphml). This is a complex type.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A factory class with static methods for creating instances of this type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the "color" attribute
    byte
    Gets the "offsetX" attribute
    byte
    Gets the "offsetY" attribute
    boolean
    True if has "color" attribute
    boolean
    True if has "offsetX" attribute
    boolean
    True if has "offsetY" attribute
    void
    Sets the "color" attribute
    void
    setOffsetX(byte offsetX)
    Sets the "offsetX" attribute
    void
    setOffsetY(byte offsetY)
    Sets the "offsetY" attribute
    void
    Unsets the "color" attribute
    void
    Unsets the "offsetX" attribute
    void
    Unsets the "offsetY" attribute
    Gets (as xml) the "color" attribute
    org.apache.xmlbeans.XmlByte
    Gets (as xml) the "offsetX" attribute
    org.apache.xmlbeans.XmlByte
    Gets (as xml) the "offsetY" attribute
    void
    Sets (as xml) the "color" attribute
    void
    xsetOffsetX(org.apache.xmlbeans.XmlByte offsetX)
    Sets (as xml) the "offsetX" attribute
    void
    xsetOffsetY(org.apache.xmlbeans.XmlByte offsetY)
    Sets (as xml) the "offsetY" attribute

    Methods inherited from interface org.apache.xmlbeans.XmlObject

    changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode

    Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

    documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
  • Field Details

    • type

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

    • getColor

      String getColor()
      Gets the "color" attribute
    • xgetColor

      ColorType xgetColor()
      Gets (as xml) the "color" attribute
    • isSetColor

      boolean isSetColor()
      True if has "color" attribute
    • setColor

      void setColor(String color)
      Sets the "color" attribute
    • xsetColor

      void xsetColor(ColorType color)
      Sets (as xml) the "color" attribute
    • unsetColor

      void unsetColor()
      Unsets the "color" attribute
    • getOffsetX

      byte getOffsetX()
      Gets the "offsetX" attribute
    • xgetOffsetX

      org.apache.xmlbeans.XmlByte xgetOffsetX()
      Gets (as xml) the "offsetX" attribute
    • isSetOffsetX

      boolean isSetOffsetX()
      True if has "offsetX" attribute
    • setOffsetX

      void setOffsetX(byte offsetX)
      Sets the "offsetX" attribute
    • xsetOffsetX

      void xsetOffsetX(org.apache.xmlbeans.XmlByte offsetX)
      Sets (as xml) the "offsetX" attribute
    • unsetOffsetX

      void unsetOffsetX()
      Unsets the "offsetX" attribute
    • getOffsetY

      byte getOffsetY()
      Gets the "offsetY" attribute
    • xgetOffsetY

      org.apache.xmlbeans.XmlByte xgetOffsetY()
      Gets (as xml) the "offsetY" attribute
    • isSetOffsetY

      boolean isSetOffsetY()
      True if has "offsetY" attribute
    • setOffsetY

      void setOffsetY(byte offsetY)
      Sets the "offsetY" attribute
    • xsetOffsetY

      void xsetOffsetY(org.apache.xmlbeans.XmlByte offsetY)
      Sets (as xml) the "offsetY" attribute
    • unsetOffsetY

      void unsetOffsetY()
      Unsets the "offsetY" attribute