|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--y.layout.planar.BCCSubgraph
This class calculates a planar subgraph for the each biconnected component of the graph and then puts these planar subgraphs together.
Constructor Summary | |
BCCSubgraph(InitialPlanarSubgraph ips)
|
Method Summary | |
void |
createPlanarization(PlanarInformation p)
This method planarizes a graph by finding (a maximum) planar sub- graph. |
void |
dispose()
|
EdgeList |
getHiddenEdges()
This method returns a list of edges that have been removed in order to gain a planarization of the input graph. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BCCSubgraph(InitialPlanarSubgraph ips)
Method Detail |
public void createPlanarization(PlanarInformation p)
getHiddenEdges()
below. A circular edge
order is also computed.
Note: the input graph is modified
createPlanarization
in interface InitialPlanarSubgraph
p
- the PlanarInformation
object associated with the
input graphpublic EdgeList getHiddenEdges()
getHiddenEdges
in interface InitialPlanarSubgraph
public void dispose()
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |