Uses of Interface
de.unihalle.informatik.MiToBo_xml.MTBXMLPolygon2DType

Packages that use MTBXMLPolygon2DType
de.unihalle.informatik.MiToBo_xml   
de.unihalle.informatik.MiToBo_xml.impl   
 

Uses of MTBXMLPolygon2DType in de.unihalle.informatik.MiToBo_xml
 

Subinterfaces of MTBXMLPolygon2DType in de.unihalle.informatik.MiToBo_xml
 interface MTBXMLSnakeType
          An XML MTBXMLSnakeType(@http://informatik.unihalle.de/MiToBo_xml).
 

Methods in de.unihalle.informatik.MiToBo_xml that return MTBXMLPolygon2DType
 MTBXMLPolygon2DType MTBXMLPolygon2DSetType.addNewPolygon()
          Appends and returns a new empty value (as xml) as the last "polygon" element
 MTBXMLPolygon2DType[] MTBXMLPolygon2DSetType.getPolygonArray()
          Gets array of all "polygon" elements
 MTBXMLPolygon2DType MTBXMLPolygon2DSetType.getPolygonArray(int i)
          Gets ith "polygon" element
 MTBXMLPolygon2DType MTBXMLPolygon2DSetType.insertNewPolygon(int i)
          Inserts and returns a new empty value (as xml) as the ith "polygon" element
static MTBXMLPolygon2DType MTBXMLPolygon2DType.Factory.newInstance()
           
static MTBXMLPolygon2DType MTBXMLPolygon2DType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPolygon2DType MTBXMLPolygon2DType.Factory.parse(java.io.File file)
           
static MTBXMLPolygon2DType MTBXMLPolygon2DType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPolygon2DType MTBXMLPolygon2DType.Factory.parse(java.io.InputStream is)
           
static MTBXMLPolygon2DType MTBXMLPolygon2DType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPolygon2DType MTBXMLPolygon2DType.Factory.parse(org.w3c.dom.Node node)
           
static MTBXMLPolygon2DType MTBXMLPolygon2DType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPolygon2DType MTBXMLPolygon2DType.Factory.parse(java.io.Reader r)
           
static MTBXMLPolygon2DType MTBXMLPolygon2DType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPolygon2DType MTBXMLPolygon2DType.Factory.parse(java.lang.String xmlAsString)
           
static MTBXMLPolygon2DType MTBXMLPolygon2DType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPolygon2DType MTBXMLPolygon2DType.Factory.parse(java.net.URL u)
           
static MTBXMLPolygon2DType MTBXMLPolygon2DType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPolygon2DType MTBXMLPolygon2DType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static MTBXMLPolygon2DType MTBXMLPolygon2DType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static MTBXMLPolygon2DType MTBXMLPolygon2DType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static MTBXMLPolygon2DType MTBXMLPolygon2DType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in de.unihalle.informatik.MiToBo_xml with parameters of type MTBXMLPolygon2DType
 void MTBXMLPolygon2DSetType.setPolygonArray(int i, MTBXMLPolygon2DType polygon)
          Sets ith "polygon" element
 void MTBXMLPolygon2DSetType.setPolygonArray(MTBXMLPolygon2DType[] polygonArray)
          Sets array of all "polygon" element
 

Uses of MTBXMLPolygon2DType in de.unihalle.informatik.MiToBo_xml.impl
 

Classes in de.unihalle.informatik.MiToBo_xml.impl that implement MTBXMLPolygon2DType
 class MTBXMLPolygon2DTypeImpl
          An XML MTBXMLPolygon2DType(@http://informatik.unihalle.de/MiToBo_xml).
 class MTBXMLSnakeTypeImpl
          An XML MTBXMLSnakeType(@http://informatik.unihalle.de/MiToBo_xml).
 

Methods in de.unihalle.informatik.MiToBo_xml.impl that return MTBXMLPolygon2DType
 MTBXMLPolygon2DType MTBXMLPolygon2DSetTypeImpl.addNewPolygon()
          Appends and returns a new empty value (as xml) as the last "polygon" element
 MTBXMLPolygon2DType[] MTBXMLPolygon2DSetTypeImpl.getPolygonArray()
          Gets array of all "polygon" elements
 MTBXMLPolygon2DType MTBXMLPolygon2DSetTypeImpl.getPolygonArray(int i)
          Gets ith "polygon" element
 MTBXMLPolygon2DType MTBXMLPolygon2DSetTypeImpl.insertNewPolygon(int i)
          Inserts and returns a new empty value (as xml) as the ith "polygon" element
 

Methods in de.unihalle.informatik.MiToBo_xml.impl with parameters of type MTBXMLPolygon2DType
 void MTBXMLPolygon2DSetTypeImpl.setPolygonArray(int i, MTBXMLPolygon2DType polygon)
          Sets ith "polygon" element
 void MTBXMLPolygon2DSetTypeImpl.setPolygonArray(MTBXMLPolygon2DType[] polygonArray)
          Sets array of all "polygon" element
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.