Search this API

y.layout.planar
Interface Embedder

All Known Implementing Classes:
CombinatorialEmbedder, DrawingEmbedder

public interface Embedder

This is an interface for planar embedders.

 

Method Summary
 void dispose()
          Undoes the changes in the graph.
 void embed()
          Creates the embedding.
 void setPlanarInformation(PlanarInformation planar)
          Set the planar information which will contain the embedding.
 

Method Detail

setPlanarInformation

void setPlanarInformation(PlanarInformation planar)
Set the planar information which will contain the embedding.


embed

void embed()
Creates the embedding.


dispose

void dispose()
Undoes the changes in the graph.


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