Uses of Interface
com.yworks.xml.graphml.NodeLabelType
Packages that use NodeLabelType
-
Uses of NodeLabelType in com.yworks.xml.graphml
Methods in com.yworks.xml.graphml that return NodeLabelTypeModifier and TypeMethodDescriptionNodeType.addNewNodeLabel()Appends and returns a new empty value (as xml) as the last "NodeLabel" elementNodeType.getNodeLabelArray()Gets array of all "NodeLabel" elementsNodeType.getNodeLabelArray(int i) Gets ith "NodeLabel" elementNodeType.insertNewNodeLabel(int i) Inserts and returns a new empty value (as xml) as the ith "NodeLabel" elementstatic NodeLabelTypeNodeLabelType.Factory.newInstance()static NodeLabelTypeNodeLabelType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static NodeLabelTypestatic NodeLabelTypestatic NodeLabelTypeNodeLabelType.Factory.parse(InputStream is) static NodeLabelTypeNodeLabelType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static NodeLabelTypestatic NodeLabelTypestatic NodeLabelTypestatic NodeLabelTypestatic NodeLabelTypestatic NodeLabelTypestatic NodeLabelTypeNodeLabelType.Factory.parse(XMLStreamReader sr) static NodeLabelTypeNodeLabelType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static NodeLabelTypeNodeLabelType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static NodeLabelTypeNodeLabelType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic NodeLabelTypestatic NodeLabelTypeMethods in com.yworks.xml.graphml with parameters of type NodeLabelTypeModifier and TypeMethodDescriptionvoidNodeType.setNodeLabelArray(int i, NodeLabelType nodeLabel) Sets ith "NodeLabel" elementvoidNodeType.setNodeLabelArray(NodeLabelType[] nodeLabelArray) Sets array of all "NodeLabel" element -
Uses of NodeLabelType in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement NodeLabelTypeModifier and TypeClassDescriptionclassAn XML NodeLabel.type(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return NodeLabelTypeModifier and TypeMethodDescriptionNodeTypeImpl.addNewNodeLabel()Appends and returns a new empty value (as xml) as the last "NodeLabel" elementNodeTypeImpl.getNodeLabelArray()Gets array of all "NodeLabel" elementsNodeTypeImpl.getNodeLabelArray(int i) Gets ith "NodeLabel" elementNodeTypeImpl.insertNewNodeLabel(int i) Inserts and returns a new empty value (as xml) as the ith "NodeLabel" elementMethods in com.yworks.xml.graphml.impl with parameters of type NodeLabelTypeModifier and TypeMethodDescriptionvoidNodeTypeImpl.setNodeLabelArray(int i, NodeLabelType nodeLabel) Sets ith "NodeLabel" elementvoidNodeTypeImpl.setNodeLabelArray(NodeLabelType[] nodeLabelArray) Sets array of all "NodeLabel" element
XMLInputStream