Interface FloatInsetsType

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

public interface FloatInsetsType extends org.apache.xmlbeans.XmlObject
An XML FloatInsets.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
    double
    Gets the "bottom" attribute
    double
    Gets the "left" attribute
    double
    Gets the "right" attribute
    double
    Gets the "top" attribute
    boolean
    True if has "bottom" attribute
    boolean
    True if has "left" attribute
    boolean
    True if has "right" attribute
    boolean
    True if has "top" attribute
    void
    setBottom(double bottom)
    Sets the "bottom" attribute
    void
    setLeft(double left)
    Sets the "left" attribute
    void
    setRight(double right)
    Sets the "right" attribute
    void
    setTop(double top)
    Sets the "top" attribute
    void
    Unsets the "bottom" attribute
    void
    Unsets the "left" attribute
    void
    Unsets the "right" attribute
    void
    Unsets the "top" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "bottom" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "left" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "right" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "top" attribute
    void
    xsetBottom(org.apache.xmlbeans.XmlDouble bottom)
    Sets (as xml) the "bottom" attribute
    void
    xsetLeft(org.apache.xmlbeans.XmlDouble left)
    Sets (as xml) the "left" attribute
    void
    xsetRight(org.apache.xmlbeans.XmlDouble right)
    Sets (as xml) the "right" attribute
    void
    xsetTop(org.apache.xmlbeans.XmlDouble top)
    Sets (as xml) the "top" 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

    • getTop

      double getTop()
      Gets the "top" attribute
    • xgetTop

      org.apache.xmlbeans.XmlDouble xgetTop()
      Gets (as xml) the "top" attribute
    • isSetTop

      boolean isSetTop()
      True if has "top" attribute
    • setTop

      void setTop(double top)
      Sets the "top" attribute
    • xsetTop

      void xsetTop(org.apache.xmlbeans.XmlDouble top)
      Sets (as xml) the "top" attribute
    • unsetTop

      void unsetTop()
      Unsets the "top" attribute
    • getBottom

      double getBottom()
      Gets the "bottom" attribute
    • xgetBottom

      org.apache.xmlbeans.XmlDouble xgetBottom()
      Gets (as xml) the "bottom" attribute
    • isSetBottom

      boolean isSetBottom()
      True if has "bottom" attribute
    • setBottom

      void setBottom(double bottom)
      Sets the "bottom" attribute
    • xsetBottom

      void xsetBottom(org.apache.xmlbeans.XmlDouble bottom)
      Sets (as xml) the "bottom" attribute
    • unsetBottom

      void unsetBottom()
      Unsets the "bottom" attribute
    • getLeft

      double getLeft()
      Gets the "left" attribute
    • xgetLeft

      org.apache.xmlbeans.XmlDouble xgetLeft()
      Gets (as xml) the "left" attribute
    • isSetLeft

      boolean isSetLeft()
      True if has "left" attribute
    • setLeft

      void setLeft(double left)
      Sets the "left" attribute
    • xsetLeft

      void xsetLeft(org.apache.xmlbeans.XmlDouble left)
      Sets (as xml) the "left" attribute
    • unsetLeft

      void unsetLeft()
      Unsets the "left" attribute
    • getRight

      double getRight()
      Gets the "right" attribute
    • xgetRight

      org.apache.xmlbeans.XmlDouble xgetRight()
      Gets (as xml) the "right" attribute
    • isSetRight

      boolean isSetRight()
      True if has "right" attribute
    • setRight

      void setRight(double right)
      Sets the "right" attribute
    • xsetRight

      void xsetRight(org.apache.xmlbeans.XmlDouble right)
      Sets (as xml) the "right" attribute
    • unsetRight

      void unsetRight()
      Unsets the "right" attribute