Interface InsetsType

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

public interface InsetsType extends IntInsetsType
An XML Insets.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 "bottomF" attribute
    double
    Gets the "leftF" attribute
    double
    Gets the "rightF" attribute
    double
    Gets the "topF" attribute
    boolean
    True if has "bottomF" attribute
    boolean
    True if has "leftF" attribute
    boolean
    True if has "rightF" attribute
    boolean
    True if has "topF" attribute
    void
    setBottomF(double bottomF)
    Sets the "bottomF" attribute
    void
    setLeftF(double leftF)
    Sets the "leftF" attribute
    void
    setRightF(double rightF)
    Sets the "rightF" attribute
    void
    setTopF(double topF)
    Sets the "topF" attribute
    void
    Unsets the "bottomF" attribute
    void
    Unsets the "leftF" attribute
    void
    Unsets the "rightF" attribute
    void
    Unsets the "topF" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "bottomF" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "leftF" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "rightF" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "topF" attribute
    void
    xsetBottomF(org.apache.xmlbeans.XmlDouble bottomF)
    Sets (as xml) the "bottomF" attribute
    void
    xsetLeftF(org.apache.xmlbeans.XmlDouble leftF)
    Sets (as xml) the "leftF" attribute
    void
    xsetRightF(org.apache.xmlbeans.XmlDouble rightF)
    Sets (as xml) the "rightF" attribute
    void
    xsetTopF(org.apache.xmlbeans.XmlDouble topF)
    Sets (as xml) the "topF" 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

    • getTopF

      double getTopF()
      Gets the "topF" attribute
    • xgetTopF

      org.apache.xmlbeans.XmlDouble xgetTopF()
      Gets (as xml) the "topF" attribute
    • isSetTopF

      boolean isSetTopF()
      True if has "topF" attribute
    • setTopF

      void setTopF(double topF)
      Sets the "topF" attribute
    • xsetTopF

      void xsetTopF(org.apache.xmlbeans.XmlDouble topF)
      Sets (as xml) the "topF" attribute
    • unsetTopF

      void unsetTopF()
      Unsets the "topF" attribute
    • getBottomF

      double getBottomF()
      Gets the "bottomF" attribute
    • xgetBottomF

      org.apache.xmlbeans.XmlDouble xgetBottomF()
      Gets (as xml) the "bottomF" attribute
    • isSetBottomF

      boolean isSetBottomF()
      True if has "bottomF" attribute
    • setBottomF

      void setBottomF(double bottomF)
      Sets the "bottomF" attribute
    • xsetBottomF

      void xsetBottomF(org.apache.xmlbeans.XmlDouble bottomF)
      Sets (as xml) the "bottomF" attribute
    • unsetBottomF

      void unsetBottomF()
      Unsets the "bottomF" attribute
    • getLeftF

      double getLeftF()
      Gets the "leftF" attribute
    • xgetLeftF

      org.apache.xmlbeans.XmlDouble xgetLeftF()
      Gets (as xml) the "leftF" attribute
    • isSetLeftF

      boolean isSetLeftF()
      True if has "leftF" attribute
    • setLeftF

      void setLeftF(double leftF)
      Sets the "leftF" attribute
    • xsetLeftF

      void xsetLeftF(org.apache.xmlbeans.XmlDouble leftF)
      Sets (as xml) the "leftF" attribute
    • unsetLeftF

      void unsetLeftF()
      Unsets the "leftF" attribute
    • getRightF

      double getRightF()
      Gets the "rightF" attribute
    • xgetRightF

      org.apache.xmlbeans.XmlDouble xgetRightF()
      Gets (as xml) the "rightF" attribute
    • isSetRightF

      boolean isSetRightF()
      True if has "rightF" attribute
    • setRightF

      void setRightF(double rightF)
      Sets the "rightF" attribute
    • xsetRightF

      void xsetRightF(org.apache.xmlbeans.XmlDouble rightF)
      Sets (as xml) the "rightF" attribute
    • unsetRightF

      void unsetRightF()
      Unsets the "rightF" attribute