Baseclasses
Definition
The class ClusterGraphGLI 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/ClusterGraphGLI.h >
Initialization
ClusterGraphGLI | gli(CGGridLayout& cggl) | initializes a cluster graph grid layout info with cggl. |
Operations
int | gli.x(Cluster* cl) | returns the column of cl in the cluster graph grid layout. |
int | gli.y(Cluster* cl) | returns the row of cl in the cluster graph grid layout. |
int | gli.width(Cluster* cl) | returns the width of cl in the cluster graph grid layout. |
int | gli.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