@OpenApiAll public class OrthogonalDiagramLayouter extends AbstractDiagramLayouter
Constructor and Description |
---|
OrthogonalDiagramLayouter()
Construct OrthogonalDiagramLayouter
|
Modifier and Type | Method and Description |
---|---|
boolean |
canIntegrateLabels()
Determines if a layouter can integrate labels(change symbol positions in a graph) into layout
calculation
|
protected boolean |
layout(AbstractDiagramLayouterOptionsGroup opt,
com.nomagic.magicdraw.uml.symbols.DiagramPresentationElement dpe,
UMLGraph graph)
Layouts a diagram
|
createGraph, getSelected, isSubgraphLayout, isTypeSupported, setSubgraphLayout
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canLayout, drawLayoutResults, getOptionsID
public OrthogonalDiagramLayouter()
protected boolean layout(AbstractDiagramLayouterOptionsGroup opt, com.nomagic.magicdraw.uml.symbols.DiagramPresentationElement dpe, UMLGraph graph)
AbstractDiagramLayouter
layout
in class AbstractDiagramLayouter
opt
- layouter optionsdpe
- diagram to layoutgraph
- a constructed graph from the diagrampublic boolean canIntegrateLabels()
AbstractDiagramLayouter
canIntegrateLabels
in class AbstractDiagramLayouter