|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MTBXMLPointVectorType | |
---|---|
de.unihalle.informatik.MiToBo_xml | |
de.unihalle.informatik.MiToBo_xml.impl |
Uses of MTBXMLPointVectorType in de.unihalle.informatik.MiToBo_xml |
---|
Methods in de.unihalle.informatik.MiToBo_xml that return MTBXMLPointVectorType | |
---|---|
MTBXMLPointVectorType |
MTBXMLContour2DType.addNewPoints()
Appends and returns a new empty "points" element |
MTBXMLPointVectorType |
MTBXMLRegion2DType.addNewPoints()
Appends and returns a new empty "points" element |
MTBXMLPointVectorType |
MTBXMLContour2DType.getPoints()
Gets the "points" element |
MTBXMLPointVectorType |
MTBXMLRegion2DType.getPoints()
Gets the "points" element |
static MTBXMLPointVectorType |
MTBXMLPointVectorType.Factory.newInstance()
|
static MTBXMLPointVectorType |
MTBXMLPointVectorType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static MTBXMLPointVectorType |
MTBXMLPointVectorType.Factory.parse(java.io.File file)
|
static MTBXMLPointVectorType |
MTBXMLPointVectorType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static MTBXMLPointVectorType |
MTBXMLPointVectorType.Factory.parse(java.io.InputStream is)
|
static MTBXMLPointVectorType |
MTBXMLPointVectorType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static MTBXMLPointVectorType |
MTBXMLPointVectorType.Factory.parse(org.w3c.dom.Node node)
|
static MTBXMLPointVectorType |
MTBXMLPointVectorType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static MTBXMLPointVectorType |
MTBXMLPointVectorType.Factory.parse(java.io.Reader r)
|
static MTBXMLPointVectorType |
MTBXMLPointVectorType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static MTBXMLPointVectorType |
MTBXMLPointVectorType.Factory.parse(java.lang.String xmlAsString)
|
static MTBXMLPointVectorType |
MTBXMLPointVectorType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static MTBXMLPointVectorType |
MTBXMLPointVectorType.Factory.parse(java.net.URL u)
|
static MTBXMLPointVectorType |
MTBXMLPointVectorType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static MTBXMLPointVectorType |
MTBXMLPointVectorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static MTBXMLPointVectorType |
MTBXMLPointVectorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static MTBXMLPointVectorType |
MTBXMLPointVectorType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static MTBXMLPointVectorType |
MTBXMLPointVectorType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in de.unihalle.informatik.MiToBo_xml with parameters of type MTBXMLPointVectorType | |
---|---|
void |
MTBXMLContour2DType.setPoints(MTBXMLPointVectorType points)
Sets the "points" element |
void |
MTBXMLRegion2DType.setPoints(MTBXMLPointVectorType points)
Sets the "points" element |
Uses of MTBXMLPointVectorType in de.unihalle.informatik.MiToBo_xml.impl |
---|
Classes in de.unihalle.informatik.MiToBo_xml.impl that implement MTBXMLPointVectorType | |
---|---|
class |
MTBXMLPointVectorTypeImpl
An XML MTBXMLPointVectorType(@http://informatik.unihalle.de/MiToBo_xml). |
Methods in de.unihalle.informatik.MiToBo_xml.impl that return MTBXMLPointVectorType | |
---|---|
MTBXMLPointVectorType |
MTBXMLContour2DTypeImpl.addNewPoints()
Appends and returns a new empty "points" element |
MTBXMLPointVectorType |
MTBXMLRegion2DTypeImpl.addNewPoints()
Appends and returns a new empty "points" element |
MTBXMLPointVectorType |
MTBXMLContour2DTypeImpl.getPoints()
Gets the "points" element |
MTBXMLPointVectorType |
MTBXMLRegion2DTypeImpl.getPoints()
Gets the "points" element |
Methods in de.unihalle.informatik.MiToBo_xml.impl with parameters of type MTBXMLPointVectorType | |
---|---|
void |
MTBXMLContour2DTypeImpl.setPoints(MTBXMLPointVectorType points)
Sets the "points" element |
void |
MTBXMLRegion2DTypeImpl.setPoints(MTBXMLPointVectorType points)
Sets the "points" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |