Uses of Interface
com.yworks.xml.graphml.ArcEdgeType
Packages that use ArcEdgeType
-
Uses of ArcEdgeType in com.yworks.xml.graphml
Methods in com.yworks.xml.graphml that return ArcEdgeTypeModifier and TypeMethodDescriptionArcEdgeDocument.addNewArcEdge()Appends and returns a new empty "ArcEdge" elementArcEdgeDocument.getArcEdge()Gets the "ArcEdge" elementstatic ArcEdgeTypeArcEdgeType.Factory.newInstance()static ArcEdgeTypeArcEdgeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static ArcEdgeTypestatic ArcEdgeTypestatic ArcEdgeTypeArcEdgeType.Factory.parse(InputStream is) static ArcEdgeTypeArcEdgeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static ArcEdgeTypestatic ArcEdgeTypestatic ArcEdgeTypestatic ArcEdgeTypestatic ArcEdgeTypestatic ArcEdgeTypestatic ArcEdgeTypeArcEdgeType.Factory.parse(XMLStreamReader sr) static ArcEdgeTypeArcEdgeType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static ArcEdgeTypeArcEdgeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static ArcEdgeTypeArcEdgeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic ArcEdgeTypestatic ArcEdgeTypeMethods in com.yworks.xml.graphml with parameters of type ArcEdgeTypeModifier and TypeMethodDescriptionvoidArcEdgeDocument.setArcEdge(ArcEdgeType arcEdge) Sets the "ArcEdge" element -
Uses of ArcEdgeType in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement ArcEdgeTypeModifier and TypeClassDescriptionclassAn XML ArcEdge.type(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return ArcEdgeTypeModifier and TypeMethodDescriptionArcEdgeDocumentImpl.addNewArcEdge()Appends and returns a new empty "ArcEdge" elementArcEdgeDocumentImpl.getArcEdge()Gets the "ArcEdge" elementMethods in com.yworks.xml.graphml.impl with parameters of type ArcEdgeTypeModifier and TypeMethodDescriptionvoidArcEdgeDocumentImpl.setArcEdge(ArcEdgeType arcEdge) Sets the "ArcEdge" element
XMLInputStream