Packagecom.yworks.yfiles.layout.planar
Interfacepublic interface Embedder
Implementors CombinatorialEmbedder, DrawingEmbedder

This is an interface for planar embedders.



Public Properties
 PropertyDefined By
  planarInformation : PlanarInformation
[write-only] Set the planar information which will contain the embedding.
Embedder
Public Methods
 MethodDefined By
  
dispose():void
Undoes the changes in the graph.
Embedder
  
embed():void
Creates the embedding.
Embedder
Property Detail
planarInformationproperty
planarInformation:PlanarInformation  [write-only]

Set the planar information which will contain the embedding.


Implementation
    public function set planarInformation(value:PlanarInformation):void
Method Detail
dispose()method
public function dispose():void

Undoes the changes in the graph.

embed()method 
public function embed():void

Creates the embedding.