Search this API

Package y.layout.random

Provides a random layout style algorithm.

See:
          Description

Class Summary
RandomLayouter This layout algorithm arranges the graph in a random fashion.
 

Package y.layout.random Description

Provides a random layout style algorithm.

This layout style places nodes on randomly chosen positions within a bounding rectangle. Edges are drawn as straight lines.

The layout algorithm for a random placement is RandomLayouter.

Example Graph


A random arrangement

 

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.