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

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

Uses of MTBXMLPoint2DDoubleType in de.unihalle.informatik.MiToBo_xml
 

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

Methods in de.unihalle.informatik.MiToBo_xml with parameters of type MTBXMLPoint2DDoubleType
 void MTBXMLPointVectorType.setPointArray(int i, MTBXMLPoint2DDoubleType point)
          Sets ith "point" element
 void MTBXMLPolygon2DType.setPointArray(int i, MTBXMLPoint2DDoubleType point)
          Sets ith "point" element
 void MTBXMLPointVectorType.setPointArray(MTBXMLPoint2DDoubleType[] pointArray)
          Sets array of all "point" element
 void MTBXMLPolygon2DType.setPointArray(MTBXMLPoint2DDoubleType[] pointArray)
          Sets array of all "point" element
 

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

Classes in de.unihalle.informatik.MiToBo_xml.impl that implement MTBXMLPoint2DDoubleType
 class MTBXMLPoint2DDoubleTypeImpl
          An XML MTBXMLPoint2D.DoubleType(@http://informatik.unihalle.de/MiToBo_xml).
 

Methods in de.unihalle.informatik.MiToBo_xml.impl that return MTBXMLPoint2DDoubleType
 MTBXMLPoint2DDoubleType MTBXMLPointVectorTypeImpl.addNewPoint()
          Appends and returns a new empty value (as xml) as the last "point" element
 MTBXMLPoint2DDoubleType MTBXMLPolygon2DTypeImpl.addNewPoint()
          Appends and returns a new empty value (as xml) as the last "point" element
 MTBXMLPoint2DDoubleType[] MTBXMLPointVectorTypeImpl.getPointArray()
          Gets array of all "point" elements
 MTBXMLPoint2DDoubleType[] MTBXMLPolygon2DTypeImpl.getPointArray()
          Gets array of all "point" elements
 MTBXMLPoint2DDoubleType MTBXMLPointVectorTypeImpl.getPointArray(int i)
          Gets ith "point" element
 MTBXMLPoint2DDoubleType MTBXMLPolygon2DTypeImpl.getPointArray(int i)
          Gets ith "point" element
 MTBXMLPoint2DDoubleType MTBXMLPointVectorTypeImpl.insertNewPoint(int i)
          Inserts and returns a new empty value (as xml) as the ith "point" element
 MTBXMLPoint2DDoubleType MTBXMLPolygon2DTypeImpl.insertNewPoint(int i)
          Inserts and returns a new empty value (as xml) as the ith "point" element
 

Methods in de.unihalle.informatik.MiToBo_xml.impl with parameters of type MTBXMLPoint2DDoubleType
 void MTBXMLPointVectorTypeImpl.setPointArray(int i, MTBXMLPoint2DDoubleType point)
          Sets ith "point" element
 void MTBXMLPolygon2DTypeImpl.setPointArray(int i, MTBXMLPoint2DDoubleType point)
          Sets ith "point" element
 void MTBXMLPointVectorTypeImpl.setPointArray(MTBXMLPoint2DDoubleType[] pointArray)
          Sets array of all "point" element
 void MTBXMLPolygon2DTypeImpl.setPointArray(MTBXMLPoint2DDoubleType[] pointArray)
          Sets array of all "point" element
 



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