Baseclasses
Definition
The class CGGridLayoutInfo extends the functionality of its base class GridLayoutInfo to access the attributes of a cluster graph grid layout for a cluster graph CG.
#include < AGD/CGGridLayoutInfo.h >
Initialization
CGGridLayoutInfo | cggli | initializes a cluster graph grid layout info with cggl. |
Operations
int | cggli.x(Cluster* cl) | returns the column of cl in the cluster graph grid layout. |
int | cggli.y(Cluster* cl) | returns the row of cl in the cluster graph grid layout. |
int | cggli.width(Cluster* cl) | returns the width of cl in the cluster graph grid layout. |
int | cggli.height(Cluster* cl) | returns the height of cl in the cluster graph grid layout. |
© Copyright 1998-2001, Algorithmic Solutions Software GmbH. All rights reserved.
2001-08-13