next up previous contents index
Next: Layout Interfaces Up: Grid Layouts Previous: Grid Layout Infos for   Contents   Index


GLI's for Cluster Graphs ( ClusterGraphGLI )

Baseclasses


\begin{picture}(8,4)
\thicklines
\put(0,3){\framebox (6,1){\bf GridLayoutInfo}...
...vector(0,-1){1}}\put(3,0){\framebox (6,1){\bf ClusterGraphGLI}}
\end{picture}

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.


next up previous contents index
Next: Layout Interfaces Up: Grid Layouts Previous: Grid Layout Infos for   Contents   Index

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