|
__init__(self,
handler)
|
|
__cmp__(self,
other)
|
|
addInAdj(self,
edge)
|
|
addOutAdj(self,
edge,
type)
type can be one of: Direct = 0 True = 1 False = 2
|
|
getOutAdj(self)
|
|
getInAdj(self)
|
|
setName(self,
name)
|
|
getName(self)
|
|
setLabel(self,
label)
|
|
getLabel(self)
|
|
setVertexBuffer(self,
buf)
|
|
getVertexBuffer(self)
|
|
setRelPos(self,
x,
y)
|
|
getRelPos(self)
|
|
setPlaced(self)
|
|
isPlaced(self)
returns True if vertex was already placed into the plane
|
|
calculateAbsoluteSize(self,
text)
|
|
getAbsoluteSize(self)
|
|
getHeight(self)
|
|
getWidth(self)
|
|
getCoords(self)
|
|
getY2(self)
|
|
getX(self)
|
|
getY(self)
|
|
getX2(self)
|
|
getCoordsWithMargin(self)
|
|
setDrawn(self)
|
|
isDrawn(self)
|
|
moveNorth(self,
value)
|
|
moveSouth(self,
value)
|
|
moveEast(self,
value)
|
|
moveWest(self,
value)
|
|
placeVertex(self,
x,
y,
text,
textcolor,
rectcolor,
start)
|
|
addEndPoint(x,
y,
color)
|
|
setStartCoords(self,
height,
width)
|
|
getStartCoords(self)
|