next up previous contents index
Next: GLI's for Graph Copies Up: Grid Layouts Previous: Grid Layout Infos (   Contents   Index


GLI's for Graphs ( GraphGLI )

Baseclasses


\begin{picture}(6.5,2.5)
\thicklines
\put(0,1.5){\framebox (5,1){\bf GridLayou...
...,2){\vector(0,-1){1}}\put(1.5,0){\framebox (5,1){\bf GraphGLI}}
\end{picture}

Definition

An instance of type GraphGLI represents a grid layout info for a graph G. The grid layout is simply given by a grid layout gl of G. Thus, the access methods of gli directly call the respective functions of gl. The bounding box of gl can be passed to the constructor of GraphGLI. If not, the bounding box is explicitly computed in the constructor.

#include < AGD/GraphGLI.h >

Creation

GraphGLI gli(GridLayout& gl) creates an instance gli of type GraphGLI initialized to a grid layout info for grid layout gl.

GraphGLI gli(GridLayout& gl, const IRect& bbox)
    creates an instance gli of type GraphGLI initialized to a grid layout info for grid layout gl with bounding box bbox.

GraphGLI gli(const GraphGLI& gliA) copy constructor.

Operations

GraphGLI& gli = const GraphGLI& gliA
    assigns gliA to gli.


GraphGLI implements the access methods of its base class GridLayoutInfo.


next up previous contents index
Next: GLI's for Graph Copies Up: Grid Layouts Previous: Grid Layout Infos (   Contents   Index

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