Uses of Interface
com.yworks.xml.graphml.EdgeLabelType
Packages that use EdgeLabelType
-
Uses of EdgeLabelType in com.yworks.xml.graphml
Methods in com.yworks.xml.graphml that return EdgeLabelTypeModifier and TypeMethodDescriptionEdgeType.addNewEdgeLabel()Appends and returns a new empty value (as xml) as the last "EdgeLabel" elementEdgeType.getEdgeLabelArray()Gets array of all "EdgeLabel" elementsEdgeType.getEdgeLabelArray(int i) Gets ith "EdgeLabel" elementEdgeType.insertNewEdgeLabel(int i) Inserts and returns a new empty value (as xml) as the ith "EdgeLabel" elementstatic EdgeLabelTypeEdgeLabelType.Factory.newInstance()static EdgeLabelTypeEdgeLabelType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static EdgeLabelTypestatic EdgeLabelTypestatic EdgeLabelTypeEdgeLabelType.Factory.parse(InputStream is) static EdgeLabelTypeEdgeLabelType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static EdgeLabelTypestatic EdgeLabelTypestatic EdgeLabelTypestatic EdgeLabelTypestatic EdgeLabelTypestatic EdgeLabelTypestatic EdgeLabelTypeEdgeLabelType.Factory.parse(XMLStreamReader sr) static EdgeLabelTypeEdgeLabelType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static EdgeLabelTypeEdgeLabelType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static EdgeLabelTypeEdgeLabelType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic EdgeLabelTypestatic EdgeLabelTypeMethods in com.yworks.xml.graphml with parameters of type EdgeLabelTypeModifier and TypeMethodDescriptionvoidEdgeType.setEdgeLabelArray(int i, EdgeLabelType edgeLabel) Sets ith "EdgeLabel" elementvoidEdgeType.setEdgeLabelArray(EdgeLabelType[] edgeLabelArray) Sets array of all "EdgeLabel" element -
Uses of EdgeLabelType in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement EdgeLabelTypeModifier and TypeClassDescriptionclassAn XML EdgeLabel.type(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return EdgeLabelTypeModifier and TypeMethodDescriptionEdgeTypeImpl.addNewEdgeLabel()Appends and returns a new empty value (as xml) as the last "EdgeLabel" elementEdgeTypeImpl.getEdgeLabelArray()Gets array of all "EdgeLabel" elementsEdgeTypeImpl.getEdgeLabelArray(int i) Gets ith "EdgeLabel" elementEdgeTypeImpl.insertNewEdgeLabel(int i) Inserts and returns a new empty value (as xml) as the ith "EdgeLabel" elementMethods in com.yworks.xml.graphml.impl with parameters of type EdgeLabelTypeModifier and TypeMethodDescriptionvoidEdgeTypeImpl.setEdgeLabelArray(int i, EdgeLabelType edgeLabel) Sets ith "EdgeLabel" elementvoidEdgeTypeImpl.setEdgeLabelArray(EdgeLabelType[] edgeLabelArray) Sets array of all "EdgeLabel" element
XMLInputStream