VisBBlock Type
The main vertex type used for visualization.
Constructors
| Constructor |
Description
|
Full Usage:
VisBBlock(blk, isDummy)
Parameters:
IVisualizable
isDummy : bool
Returns: VisBBlock
|
|
Full Usage:
VisBBlock(blk, charWidth, charHeight, isDummy)
Parameters:
IVisualizable
charWidth : float
charHeight : float
isDummy : bool
Returns: VisBBlock
|
|
Instance members
| Instance member |
Description
|
|
|
|
X-Y coordinate in the visualized graph.
|
Full Usage:
this.Height
Returns: float
|
The height of the node.
|
Full Usage:
this.Index
Returns: int
|
Relative index in a layer (from left to right).
|
Full Usage:
this.IsDummy
Returns: bool
|
|
Full Usage:
this.Layer
Returns: int
|
The layer that this node belongs to.
|
Full Usage:
this.Width
Returns: float
|
The width of the node.
|
B2R2