Interface NodeScaledPortLocationModelType

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

public interface NodeScaledPortLocationModelType extends org.apache.xmlbeans.XmlObject
An XML NodeScaledPortLocationModel.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 "portLocationPolicy" attribute
    double
    Gets the "ratioX" attribute
    double
    Gets the "ratioY" attribute
    boolean
    True if has "portLocationPolicy" attribute
    boolean
    True if has "ratioX" attribute
    boolean
    True if has "ratioY" attribute
    void
    Sets the "portLocationPolicy" attribute
    void
    setRatioX(double ratioX)
    Sets the "ratioX" attribute
    void
    setRatioY(double ratioY)
    Sets the "ratioY" attribute
    void
    Unsets the "portLocationPolicy" attribute
    void
    Unsets the "ratioX" attribute
    void
    Unsets the "ratioY" attribute
    Gets (as xml) the "portLocationPolicy" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "ratioX" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "ratioY" attribute
    void
    Sets (as xml) the "portLocationPolicy" attribute
    void
    xsetRatioX(org.apache.xmlbeans.XmlDouble ratioX)
    Sets (as xml) the "ratioX" attribute
    void
    xsetRatioY(org.apache.xmlbeans.XmlDouble ratioY)
    Sets (as xml) the "ratioY" 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

    • getPortLocationPolicy

      Gets the "portLocationPolicy" attribute
    • xgetPortLocationPolicy

      Gets (as xml) the "portLocationPolicy" attribute
    • isSetPortLocationPolicy

      boolean isSetPortLocationPolicy()
      True if has "portLocationPolicy" attribute
    • setPortLocationPolicy

      void setPortLocationPolicy(NodeScaledPortLocationModelPortLocationPolicyType.Enum portLocationPolicy)
      Sets the "portLocationPolicy" attribute
    • xsetPortLocationPolicy

      void xsetPortLocationPolicy(NodeScaledPortLocationModelPortLocationPolicyType portLocationPolicy)
      Sets (as xml) the "portLocationPolicy" attribute
    • unsetPortLocationPolicy

      void unsetPortLocationPolicy()
      Unsets the "portLocationPolicy" attribute
    • getRatioX

      double getRatioX()
      Gets the "ratioX" attribute
    • xgetRatioX

      org.apache.xmlbeans.XmlDouble xgetRatioX()
      Gets (as xml) the "ratioX" attribute
    • isSetRatioX

      boolean isSetRatioX()
      True if has "ratioX" attribute
    • setRatioX

      void setRatioX(double ratioX)
      Sets the "ratioX" attribute
    • xsetRatioX

      void xsetRatioX(org.apache.xmlbeans.XmlDouble ratioX)
      Sets (as xml) the "ratioX" attribute
    • unsetRatioX

      void unsetRatioX()
      Unsets the "ratioX" attribute
    • getRatioY

      double getRatioY()
      Gets the "ratioY" attribute
    • xgetRatioY

      org.apache.xmlbeans.XmlDouble xgetRatioY()
      Gets (as xml) the "ratioY" attribute
    • isSetRatioY

      boolean isSetRatioY()
      True if has "ratioY" attribute
    • setRatioY

      void setRatioY(double ratioY)
      Sets the "ratioY" attribute
    • xsetRatioY

      void xsetRatioY(org.apache.xmlbeans.XmlDouble ratioY)
      Sets (as xml) the "ratioY" attribute
    • unsetRatioY

      void unsetRatioY()
      Unsets the "ratioY" attribute