Interface PathType

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

public interface PathType extends org.apache.xmlbeans.XmlObject
An XML Path.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.
    static interface 
    An XML Point(@http://www.yworks.com/xml/graphml).
  • 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
    Appends and returns a new empty value (as xml) as the last "Point" element
    Gets array of all "Point" elements
    Gets ith "Point" element
    boolean
    Gets the "reversedPathRendering" attribute
    double
    Gets the "sx" attribute
    double
    Gets the "sy" attribute
    double
    Gets the "tx" attribute
    double
    Gets the "ty" attribute
    Inserts and returns a new empty value (as xml) as the ith "Point" element
    boolean
    True if has "reversedPathRendering" attribute
    boolean
    True if has "sx" attribute
    boolean
    True if has "sy" attribute
    boolean
    True if has "tx" attribute
    boolean
    True if has "ty" attribute
    void
    removePoint(int i)
    Removes the ith "Point" element
    void
    Sets ith "Point" element
    void
    Sets array of all "Point" element
    void
    setReversedPathRendering(boolean reversedPathRendering)
    Sets the "reversedPathRendering" attribute
    void
    setSx(double sx)
    Sets the "sx" attribute
    void
    setSy(double sy)
    Sets the "sy" attribute
    void
    setTx(double tx)
    Sets the "tx" attribute
    void
    setTy(double ty)
    Sets the "ty" attribute
    int
    Returns number of "Point" element
    void
    Unsets the "reversedPathRendering" attribute
    void
    Unsets the "sx" attribute
    void
    Unsets the "sy" attribute
    void
    Unsets the "tx" attribute
    void
    Unsets the "ty" attribute
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "reversedPathRendering" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "sx" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "sy" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "tx" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "ty" attribute
    void
    xsetReversedPathRendering(org.apache.xmlbeans.XmlBoolean reversedPathRendering)
    Sets (as xml) the "reversedPathRendering" attribute
    void
    xsetSx(org.apache.xmlbeans.XmlDouble sx)
    Sets (as xml) the "sx" attribute
    void
    xsetSy(org.apache.xmlbeans.XmlDouble sy)
    Sets (as xml) the "sy" attribute
    void
    xsetTx(org.apache.xmlbeans.XmlDouble tx)
    Sets (as xml) the "tx" attribute
    void
    xsetTy(org.apache.xmlbeans.XmlDouble ty)
    Sets (as xml) the "ty" 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

    • getPointArray

      PathType.Point[] getPointArray()
      Gets array of all "Point" elements
    • getPointArray

      PathType.Point getPointArray(int i)
      Gets ith "Point" element
    • sizeOfPointArray

      int sizeOfPointArray()
      Returns number of "Point" element
    • setPointArray

      void setPointArray(PathType.Point[] pointArray)
      Sets array of all "Point" element
    • setPointArray

      void setPointArray(int i, PathType.Point point)
      Sets ith "Point" element
    • insertNewPoint

      PathType.Point insertNewPoint(int i)
      Inserts and returns a new empty value (as xml) as the ith "Point" element
    • addNewPoint

      PathType.Point addNewPoint()
      Appends and returns a new empty value (as xml) as the last "Point" element
    • removePoint

      void removePoint(int i)
      Removes the ith "Point" element
    • getReversedPathRendering

      boolean getReversedPathRendering()
      Gets the "reversedPathRendering" attribute
    • xgetReversedPathRendering

      org.apache.xmlbeans.XmlBoolean xgetReversedPathRendering()
      Gets (as xml) the "reversedPathRendering" attribute
    • isSetReversedPathRendering

      boolean isSetReversedPathRendering()
      True if has "reversedPathRendering" attribute
    • setReversedPathRendering

      void setReversedPathRendering(boolean reversedPathRendering)
      Sets the "reversedPathRendering" attribute
    • xsetReversedPathRendering

      void xsetReversedPathRendering(org.apache.xmlbeans.XmlBoolean reversedPathRendering)
      Sets (as xml) the "reversedPathRendering" attribute
    • unsetReversedPathRendering

      void unsetReversedPathRendering()
      Unsets the "reversedPathRendering" attribute
    • getSx

      double getSx()
      Gets the "sx" attribute
    • xgetSx

      org.apache.xmlbeans.XmlDouble xgetSx()
      Gets (as xml) the "sx" attribute
    • isSetSx

      boolean isSetSx()
      True if has "sx" attribute
    • setSx

      void setSx(double sx)
      Sets the "sx" attribute
    • xsetSx

      void xsetSx(org.apache.xmlbeans.XmlDouble sx)
      Sets (as xml) the "sx" attribute
    • unsetSx

      void unsetSx()
      Unsets the "sx" attribute
    • getSy

      double getSy()
      Gets the "sy" attribute
    • xgetSy

      org.apache.xmlbeans.XmlDouble xgetSy()
      Gets (as xml) the "sy" attribute
    • isSetSy

      boolean isSetSy()
      True if has "sy" attribute
    • setSy

      void setSy(double sy)
      Sets the "sy" attribute
    • xsetSy

      void xsetSy(org.apache.xmlbeans.XmlDouble sy)
      Sets (as xml) the "sy" attribute
    • unsetSy

      void unsetSy()
      Unsets the "sy" attribute
    • getTx

      double getTx()
      Gets the "tx" attribute
    • xgetTx

      org.apache.xmlbeans.XmlDouble xgetTx()
      Gets (as xml) the "tx" attribute
    • isSetTx

      boolean isSetTx()
      True if has "tx" attribute
    • setTx

      void setTx(double tx)
      Sets the "tx" attribute
    • xsetTx

      void xsetTx(org.apache.xmlbeans.XmlDouble tx)
      Sets (as xml) the "tx" attribute
    • unsetTx

      void unsetTx()
      Unsets the "tx" attribute
    • getTy

      double getTy()
      Gets the "ty" attribute
    • xgetTy

      org.apache.xmlbeans.XmlDouble xgetTy()
      Gets (as xml) the "ty" attribute
    • isSetTy

      boolean isSetTy()
      True if has "ty" attribute
    • setTy

      void setTy(double ty)
      Sets the "ty" attribute
    • xsetTy

      void xsetTy(org.apache.xmlbeans.XmlDouble ty)
      Sets (as xml) the "ty" attribute
    • unsetTy

      void unsetTy()
      Unsets the "ty" attribute