Click or drag to resize

mxGraphInsertVertex Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Overload List
  NameDescription
Public methodInsertVertex(Object, String, Object, Double, Double, Double, Double)
Creates and adds a new vertex with an empty style, see AddVertex.
Public methodInsertVertex(Object, String, Object, Double, Double, Double, Double, String)
Creates and adds a new vertex with an empty style, see AddVertex.
Public methodInsertVertex(Object, String, Object, Double, Double, Double, Double, String, Boolean)
Adds a new vertex into the given parent using value as the user object and the given coordinates as the geometry of the new vertex. The id and style are used for the respective properties of the new cell, which is returned.
Top
See Also