yFiles Tutorial Demos for Organic Layout

Contains tutorial source code demos that showcase various aspects of the yFiles organic layout facilities.

Class Description
demo.layout.organic.OrganicLayouterDemoDemonstrates different organic layout algorithms and how to specify individual preferred edge lengths for OrganicLayouter.
demo.layout.organic.NavigationDemoDemonstrates how to interactively navigate through a large graph by showing only the surroundings of a focused node.
demo.layout.organic.AnimatedNavigationDemoAn animated version of the previous demo.
demo.layout.organic.InteractiveOrganicDemoShows the very basic usage of the InteractiveOrganicLayouter.

Running the Demos

From Within an IDE

Set <yFilesDir>/src as your source directory. Then add <yFilesDir>/lib/y.jar and the source folder <yFilesDir>/src to your classpath. Now you should be ready to compile and run all executable demo classes.

With Ant

First make sure you have the build tool Ant installed on your system. Now you can use the demo build script build.xml located in <yFilesDir>/src/demo to launch each demo by specifying its simple class name as a target. Alternatively, launch the interactive demo driver by specifying run as target to conveniently access all demos.