|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InitialPlanarSubgraph
An interface for graph planarization.
Method Summary | |
---|---|
void |
createPlanarization(PlanarInformation pi)
Manipulates the current graph g in such a way that it becomes
planar, e. g. by removing (hiding) all edges which cause crossings. |
EdgeList |
getHiddenEdges()
Returns a list of removed edges, if planarization was done by removing edges. |
Method Detail |
---|
void createPlanarization(PlanarInformation pi)
g
in such a way that it becomes
planar, e. g. by removing (hiding) all edges which cause crossings.
It's in the programmer's responsibility that the resulting graph
is really planar.
pi
- the graph which should be planarizedEdgeList getHiddenEdges()
EdgeList
tracking the removed edges.
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |