|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortType | |
---|---|
org.graphdrawing.graphml.xmlns | |
org.graphdrawing.graphml.xmlns.impl |
Uses of PortType in org.graphdrawing.graphml.xmlns |
---|
Methods in org.graphdrawing.graphml.xmlns that return PortType | |
---|---|
PortType |
PortType.addNewPort()
Appends and returns a new empty value (as xml) as the last "port" element |
PortType |
NodeType.addNewPort()
Appends and returns a new empty value (as xml) as the last "port" element |
PortType |
PortDocument.addNewPort()
Appends and returns a new empty "port" element |
PortType |
PortDocument.getPort()
Gets the "port" element |
PortType[] |
PortType.getPortArray()
Gets array of all "port" elements |
PortType[] |
NodeType.getPortArray()
Gets array of all "port" elements |
PortType |
PortType.getPortArray(int i)
Gets ith "port" element |
PortType |
NodeType.getPortArray(int i)
Gets ith "port" element |
PortType |
PortType.insertNewPort(int i)
Inserts and returns a new empty value (as xml) as the ith "port" element |
PortType |
NodeType.insertNewPort(int i)
Inserts and returns a new empty value (as xml) as the ith "port" element |
static PortType |
PortType.Factory.newInstance()
|
static PortType |
PortType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static PortType |
PortType.Factory.parse(java.io.File file)
|
static PortType |
PortType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static PortType |
PortType.Factory.parse(java.io.InputStream is)
|
static PortType |
PortType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static PortType |
PortType.Factory.parse(org.w3c.dom.Node node)
|
static PortType |
PortType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static PortType |
PortType.Factory.parse(java.io.Reader r)
|
static PortType |
PortType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static PortType |
PortType.Factory.parse(java.lang.String xmlAsString)
|
static PortType |
PortType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static PortType |
PortType.Factory.parse(java.net.URL u)
|
static PortType |
PortType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static PortType |
PortType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static PortType |
PortType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static PortType |
PortType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static PortType |
PortType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.graphdrawing.graphml.xmlns with parameters of type PortType | |
---|---|
void |
PortDocument.setPort(PortType port)
Sets the "port" element |
void |
PortType.setPortArray(int i,
PortType port)
Sets ith "port" element |
void |
NodeType.setPortArray(int i,
PortType port)
Sets ith "port" element |
void |
PortType.setPortArray(PortType[] portArray)
Sets array of all "port" element |
void |
NodeType.setPortArray(PortType[] portArray)
Sets array of all "port" element |
Uses of PortType in org.graphdrawing.graphml.xmlns.impl |
---|
Classes in org.graphdrawing.graphml.xmlns.impl that implement PortType | |
---|---|
class |
PortTypeImpl
An XML port.type(@http://graphml.graphdrawing.org/xmlns). |
Methods in org.graphdrawing.graphml.xmlns.impl that return PortType | |
---|---|
PortType |
PortTypeImpl.addNewPort()
Appends and returns a new empty value (as xml) as the last "port" element |
PortType |
PortDocumentImpl.addNewPort()
Appends and returns a new empty "port" element |
PortType |
NodeTypeImpl.addNewPort()
Appends and returns a new empty value (as xml) as the last "port" element |
PortType |
PortDocumentImpl.getPort()
Gets the "port" element |
PortType[] |
PortTypeImpl.getPortArray()
Gets array of all "port" elements |
PortType[] |
NodeTypeImpl.getPortArray()
Gets array of all "port" elements |
PortType |
PortTypeImpl.getPortArray(int i)
Gets ith "port" element |
PortType |
NodeTypeImpl.getPortArray(int i)
Gets ith "port" element |
PortType |
PortTypeImpl.insertNewPort(int i)
Inserts and returns a new empty value (as xml) as the ith "port" element |
PortType |
NodeTypeImpl.insertNewPort(int i)
Inserts and returns a new empty value (as xml) as the ith "port" element |
Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type PortType | |
---|---|
void |
PortDocumentImpl.setPort(PortType port)
Sets the "port" element |
void |
PortTypeImpl.setPortArray(int i,
PortType port)
Sets ith "port" element |
void |
NodeTypeImpl.setPortArray(int i,
PortType port)
Sets ith "port" element |
void |
PortTypeImpl.setPortArray(PortType[] portArray)
Sets array of all "port" element |
void |
NodeTypeImpl.setPortArray(PortType[] portArray)
Sets array of all "port" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |