Search this API

Package y.layout.transformer

Provides layout algorithms that perform geometric transformations on a graph.

See:
          Description

Interface Summary
GraphZoomer.Zoom A GraphZoomer.Zoom modifies the position of the nodes in a specific area in the graph.
 

Class Summary
GraphTransformer This layout algorithm applies geometric transformations to (sub-)graphs.
GraphZoomer This layout algorithm applies zoom operations to (sub-)graphs.
 

Package y.layout.transformer Description

Provides layout algorithms that perform geometric transformations on a graph.

Class GraphTransformer provides transformations like mirroring, scaling, rotating and translating the graph.

Class GraphZoomer applies different zoom operations to the graph. It comes with a fish-eye (radial) and a rectangular zoom operation.

Example Graphs


The highlighted subgraph is rotated by 45 degrees

A radial zoom in a regular grid

 

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