Package net.sourceforge.plantuml.svek
Class FrontierCalculator
- java.lang.Object
-
- net.sourceforge.plantuml.svek.FrontierCalculator
-
public class FrontierCalculator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FrontierCalculator(RectangleArea initial, java.util.Collection<RectangleArea> insides, java.util.Collection<XPoint2D> points, Rankdir rankdir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
ensureMinWidth(double minWidth)
RectangleArea
getSuggestedPosition()
-
-
-
Constructor Detail
-
FrontierCalculator
public FrontierCalculator(RectangleArea initial, java.util.Collection<RectangleArea> insides, java.util.Collection<XPoint2D> points, Rankdir rankdir)
-
-
Method Detail
-
getSuggestedPosition
public RectangleArea getSuggestedPosition()
-
ensureMinWidth
public void ensureMinWidth(double minWidth)
-
-