Uses of Interface
com.yworks.xml.graphml.EdgeType
Packages that use EdgeType
-
Uses of EdgeType in com.yworks.xml.graphml
Subinterfaces of EdgeType in com.yworks.xml.graphmlModifier and TypeInterfaceDescriptioninterfaceAn XML ArcEdge.type(@http://www.yworks.com/xml/graphml).interfaceAn XML GenericEdge.type(@http://www.yworks.com/xml/graphml).interfaceAn XML PolyLineEdge.type(@http://www.yworks.com/xml/graphml).interfaceAn XML QuadCurveEdge.type(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml that return EdgeTypeModifier and TypeMethodDescriptionBezierEdgeDocument.addNewBezierEdge()Appends and returns a new empty "BezierEdge" elementSplineEdgeDocument.addNewSplineEdge()Appends and returns a new empty "SplineEdge" elementBezierEdgeDocument.getBezierEdge()Gets the "BezierEdge" elementSplineEdgeDocument.getSplineEdge()Gets the "SplineEdge" elementstatic EdgeTypeEdgeType.Factory.newInstance()static EdgeTypeEdgeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static EdgeTypestatic EdgeTypestatic EdgeTypeEdgeType.Factory.parse(InputStream is) static EdgeTypeEdgeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static EdgeTypestatic EdgeTypestatic EdgeTypestatic EdgeTypestatic EdgeTypestatic EdgeTypestatic EdgeTypeEdgeType.Factory.parse(XMLStreamReader sr) static EdgeTypeEdgeType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static EdgeTypeEdgeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static EdgeTypeEdgeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic EdgeTypestatic EdgeTypeMethods in com.yworks.xml.graphml with parameters of type EdgeTypeModifier and TypeMethodDescriptionvoidBezierEdgeDocument.setBezierEdge(EdgeType bezierEdge) Sets the "BezierEdge" elementvoidSplineEdgeDocument.setSplineEdge(EdgeType splineEdge) Sets the "SplineEdge" element -
Uses of EdgeType in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement EdgeTypeModifier and TypeClassDescriptionclassAn XML ArcEdge.type(@http://www.yworks.com/xml/graphml).classAn XML Edge.type(@http://www.yworks.com/xml/graphml).classAn XML GenericEdge.type(@http://www.yworks.com/xml/graphml).classAn XML PolyLineEdge.type(@http://www.yworks.com/xml/graphml).classAn XML QuadCurveEdge.type(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return EdgeTypeModifier and TypeMethodDescriptionBezierEdgeDocumentImpl.addNewBezierEdge()Appends and returns a new empty "BezierEdge" elementSplineEdgeDocumentImpl.addNewSplineEdge()Appends and returns a new empty "SplineEdge" elementBezierEdgeDocumentImpl.getBezierEdge()Gets the "BezierEdge" elementSplineEdgeDocumentImpl.getSplineEdge()Gets the "SplineEdge" elementMethods in com.yworks.xml.graphml.impl with parameters of type EdgeTypeModifier and TypeMethodDescriptionvoidBezierEdgeDocumentImpl.setBezierEdge(EdgeType bezierEdge) Sets the "BezierEdge" elementvoidSplineEdgeDocumentImpl.setSplineEdge(EdgeType splineEdge) Sets the "SplineEdge" element
XMLInputStream