|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object y.layout.planar.DrawingEmbedder
public class DrawingEmbedder
Computes a planar embedding from a planar drawing of a graph.
Constructor Summary | |
---|---|
DrawingEmbedder()
|
Method Summary | |
---|---|
void |
dispose()
Dispose unused information. |
void |
embed()
Calculate planar embedding. |
boolean |
getKeepBends()
Returns if bends should be replaced by dummy nodes. |
long |
getMaximumDuration()
|
void |
setKeepBends(boolean _keepBends)
Sets if bends should be replaced by dummy nodes. |
void |
setMaximumDuration(long maximumDuration)
|
void |
setNoLayoutEdgeMap(EdgeMap _noLayout)
Sets the map, for which edges the layout information cannot be used. |
void |
setNoLayoutNodeMap(NodeMap _noLayout)
Sets the map, for which nodes the layout information cannot be used. |
void |
setPlanarInformation(PlanarInformation _planar)
Sets the input planar information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DrawingEmbedder()
Method Detail |
---|
public long getMaximumDuration()
public void setMaximumDuration(long maximumDuration)
setMaximumDuration
in interface y.layout.orthogonal.general.MaximumDurationAware
public void setPlanarInformation(PlanarInformation _planar)
setPlanarInformation
in interface Embedder
public void setNoLayoutEdgeMap(EdgeMap _noLayout)
_noLayout
- a map defined on the input planar graph.public void setNoLayoutNodeMap(NodeMap _noLayout)
_noLayout
- a map defined on the input planar graph.public void setKeepBends(boolean _keepBends)
public boolean getKeepBends()
public void embed()
embed
in interface Embedder
public void dispose()
dispose
in interface Embedder
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |