next up previous contents index
Next: GLI's for Cluster Graphs Up: Grid Layouts Previous: Grid Layouts for Cluster   Contents   Index


Grid Layout Infos for Cluster Graphs ( CGGridLayoutInfo )

Baseclasses


\begin{picture}(6.5,2.5)
\thicklines
\put(0.5,1.5){\framebox (6.5,1){\bf GridL...
...tor(0,-1){1}}\put(1.5,0){\framebox (7,1){\bf CGGridLayoutInfo}}
\end{picture}

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.


next up previous contents index
Next: GLI's for Cluster Graphs Up: Grid Layouts Previous: Grid Layouts for Cluster   Contents   Index

© Copyright 1998-2001, Algorithmic Solutions Software GmbH. All rights reserved.
2001-08-13