Baseclasses
Definition
An instance A of type GraphWinAnimInterface is an interface to the graphical attributes of a GraphWin object. It buffers the graphical attributes until update() is called. The update() methods uses the set_layout() function of GraphWin, which performs an animation sequence in order to transform the old layout into the new one.
#include < AGD/GraphWinAnimInterface.h >
Creation
GraphWinAnimInterface | A(GraphWin& GW) | creates an instance A of type GraphWinAnimInterface initialized to an interface to GW. |
GraphWinAnimInterface | A(const GraphWinAnimInterface& gwi) | |
copy constructor. |
Operations
void | A.init(GraphWin& GW) | initializes A for GW. |
GraphWinAnimInterface inherits the operations from its base class LayoutInterface
(see Sect. Layout Interfaces).
© Copyright 1998-2001, Algorithmic Solutions Software GmbH. All rights reserved.
2001-08-13