|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| GRIP | This class implements a variant of the GRIP algorithm by P Gajer and SG Kobourov: "Graph Drawing with Intelligent Placement". |
| GroupedShuffleLayouter | This class uses a customizable shuffle layout algorithm to recursively remove node overlaps from grouped graph structures. |
| InteractiveOrganicLayouter | The InteractiveOrganicLayouter is a special organic layouter that offers functionality to change the layouted graph while the layouter is running. |
| OrganicLayouter | A graph layout algorithm that is based on a force directed model. |
| OutputRestriction | Implementations of this class can be set via a setOutputRestriction(OutputRestriction) method, e.g. |
| RemoveOverlapsLayoutStage | This layoutstage removes node overlaps and guarantees a certain minimal node distance. |
| ShuffleLayouter | This layout stage removes node overlaps in a layout graph by using a method which is based on a famous russian arcade game. |
| SmartOrganicLayouter | This class can be used as a convenience class to gain access to a variety of organic layout algorithms. |
| SplitEdgeLayoutStage | This layout stage replaces edges by a path of nodes before it calls a core layouter. |
Provides organic layout style algorithms that are based on the force-directed layout paradigm.
Implementations support incremental organic layout, interactive organic layout, and organic layout of "flat" as well as hierarchically organized graphs, i.e., graphs where nodes can be nested within other nodes to arbitrary depth. Note thatSmartOrganicLayouter offers convenient access
to a variety of different organic layout algorithms.

|
© Copyright 2000-2008, yWorks GmbH. All rights reserved. |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||