|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndpointType | |
---|---|
org.graphdrawing.graphml.xmlns | |
org.graphdrawing.graphml.xmlns.impl |
Uses of EndpointType in org.graphdrawing.graphml.xmlns |
---|
Methods in org.graphdrawing.graphml.xmlns that return EndpointType | |
---|---|
EndpointType |
EndpointDocument.addNewEndpoint()
Appends and returns a new empty "endpoint" element |
EndpointType |
HyperedgeType.addNewEndpoint()
Appends and returns a new empty value (as xml) as the last "endpoint" element |
EndpointType |
EndpointDocument.getEndpoint()
Gets the "endpoint" element |
EndpointType[] |
HyperedgeType.getEndpointArray()
Gets array of all "endpoint" elements |
EndpointType |
HyperedgeType.getEndpointArray(int i)
Gets ith "endpoint" element |
EndpointType |
HyperedgeType.insertNewEndpoint(int i)
Inserts and returns a new empty value (as xml) as the ith "endpoint" element |
static EndpointType |
EndpointType.Factory.newInstance()
|
static EndpointType |
EndpointType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static EndpointType |
EndpointType.Factory.parse(java.io.File file)
|
static EndpointType |
EndpointType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static EndpointType |
EndpointType.Factory.parse(java.io.InputStream is)
|
static EndpointType |
EndpointType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static EndpointType |
EndpointType.Factory.parse(org.w3c.dom.Node node)
|
static EndpointType |
EndpointType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static EndpointType |
EndpointType.Factory.parse(java.io.Reader r)
|
static EndpointType |
EndpointType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static EndpointType |
EndpointType.Factory.parse(java.lang.String xmlAsString)
|
static EndpointType |
EndpointType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static EndpointType |
EndpointType.Factory.parse(java.net.URL u)
|
static EndpointType |
EndpointType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static EndpointType |
EndpointType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static EndpointType |
EndpointType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static EndpointType |
EndpointType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static EndpointType |
EndpointType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.graphdrawing.graphml.xmlns with parameters of type EndpointType | |
---|---|
void |
EndpointDocument.setEndpoint(EndpointType endpoint)
Sets the "endpoint" element |
void |
HyperedgeType.setEndpointArray(EndpointType[] endpointArray)
Sets array of all "endpoint" element |
void |
HyperedgeType.setEndpointArray(int i,
EndpointType endpoint)
Sets ith "endpoint" element |
Uses of EndpointType in org.graphdrawing.graphml.xmlns.impl |
---|
Classes in org.graphdrawing.graphml.xmlns.impl that implement EndpointType | |
---|---|
class |
EndpointTypeImpl
An XML endpoint.type(@http://graphml.graphdrawing.org/xmlns). |
Methods in org.graphdrawing.graphml.xmlns.impl that return EndpointType | |
---|---|
EndpointType |
HyperedgeTypeImpl.addNewEndpoint()
Appends and returns a new empty value (as xml) as the last "endpoint" element |
EndpointType |
EndpointDocumentImpl.addNewEndpoint()
Appends and returns a new empty "endpoint" element |
EndpointType |
EndpointDocumentImpl.getEndpoint()
Gets the "endpoint" element |
EndpointType[] |
HyperedgeTypeImpl.getEndpointArray()
Gets array of all "endpoint" elements |
EndpointType |
HyperedgeTypeImpl.getEndpointArray(int i)
Gets ith "endpoint" element |
EndpointType |
HyperedgeTypeImpl.insertNewEndpoint(int i)
Inserts and returns a new empty value (as xml) as the ith "endpoint" element |
Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type EndpointType | |
---|---|
void |
EndpointDocumentImpl.setEndpoint(EndpointType endpoint)
Sets the "endpoint" element |
void |
HyperedgeTypeImpl.setEndpointArray(EndpointType[] endpointArray)
Sets array of all "endpoint" element |
void |
HyperedgeTypeImpl.setEndpointArray(int i,
EndpointType endpoint)
Sets ith "endpoint" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |