Uses of Interface
com.yworks.xml.graphml.GeometryType
Packages that use GeometryType
-
Uses of GeometryType in com.yworks.xml.graphml
Methods in com.yworks.xml.graphml that return GeometryTypeModifier and TypeMethodDescriptionNodeType.addNewGeometry()Appends and returns a new empty "Geometry" elementNodeType.getGeometry()Gets the "Geometry" elementstatic GeometryTypeGeometryType.Factory.newInstance()static GeometryTypeGeometryType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static GeometryTypestatic GeometryTypestatic GeometryTypeGeometryType.Factory.parse(InputStream is) static GeometryTypeGeometryType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static GeometryTypestatic GeometryTypestatic GeometryTypestatic GeometryTypestatic GeometryTypestatic GeometryTypestatic GeometryTypeGeometryType.Factory.parse(XMLStreamReader sr) static GeometryTypeGeometryType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static GeometryTypeGeometryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static GeometryTypeGeometryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic GeometryTypestatic GeometryTypeMethods in com.yworks.xml.graphml with parameters of type GeometryTypeModifier and TypeMethodDescriptionvoidNodeType.setGeometry(GeometryType geometry) Sets the "Geometry" element -
Uses of GeometryType in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement GeometryTypeModifier and TypeClassDescriptionclassAn XML Geometry.type(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return GeometryTypeModifier and TypeMethodDescriptionNodeTypeImpl.addNewGeometry()Appends and returns a new empty "Geometry" elementNodeTypeImpl.getGeometry()Gets the "Geometry" elementMethods in com.yworks.xml.graphml.impl with parameters of type GeometryTypeModifier and TypeMethodDescriptionvoidNodeTypeImpl.setGeometry(GeometryType geometry) Sets the "Geometry" element
XMLInputStream