nx.data.VertexSet Class
Vertex set ckass
Item Index
Methods
Properties
Events
Methods
addEdgeSet
(
-
edgeSet
-
linkKey
Add connected edgeSet, which source vertex is this vertex
Parameters:
-
edgeSet
nx.data.EdgeSet -
linkKey
String
dispose
()
Dispose current object.
eachConnectedVertex
(
-
callback
-
context
Iterate all connected vertices
getBinding
(
-
prop
Get existing binding object for specified property.
Parameters:
-
prop
Object
Returns:
:
has
(
Boolean
-
name
Check whether current object has specified property.
Parameters:
-
name
String
Returns:
setBinding
(
-
prop
-
expr
-
source
Set binding for specified property.
Properties
connectedVertices
Unknown
Get connected vertices
edges
Unknown
Get connected edges
edgeSetCollections
Unknown
connected edgeSetCollections
edgeSets
Unknown
connected edgeSets
generatedRootVertexSet
Unknown
Generated Root VertexSet
position
Unknown
Get/set vertex position.
positionGetter
Unknown
positionSetter
Unknown
rootVertexSet
Unknown
Vertex root vertexSet
visible
Boolean
Set/get vertex's visibility, and this property related to all connect edge set
Default: true
x
Unknown
Get/set x coordination, suggest use position property
y
Unknown
Get/set y coordination, suggest use position property