public abstract static class LayoutOption.BBC
extends java.lang.Object
Constructor and Description |
---|
BBC(int maximalDeviationAngle,
int preferredChildWedge,
int minimalEdgeLength,
double compactnessFactor,
boolean allowOverlaps) |
Modifier and Type | Method and Description |
---|---|
double |
getCompactnessFactor() |
int |
getMaximalDeviationAngle() |
int |
getMinimalEdgeLength() |
int |
getPreferredChildWedge() |
boolean |
isAllowOverlaps() |
void |
setAllowOverlaps(boolean aAllowOverlaps) |
void |
setCompactnessFactor(double aCompactnessFactor) |
void |
setMaximalDeviationAngle(int aMaximalDeviationAngle) |
void |
setMinimalEdgeLength(int aMinimalEdgeLength) |
void |
setPreferredChildWedge(int aPreferredChildWedge) |
public BBC(int maximalDeviationAngle, int preferredChildWedge, int minimalEdgeLength, double compactnessFactor, boolean allowOverlaps)
public void setMaximalDeviationAngle(int aMaximalDeviationAngle)
public int getMaximalDeviationAngle()
public void setPreferredChildWedge(int aPreferredChildWedge)
public int getPreferredChildWedge()
public void setMinimalEdgeLength(int aMinimalEdgeLength)
public int getMinimalEdgeLength()
public void setCompactnessFactor(double aCompactnessFactor)
public double getCompactnessFactor()
public void setAllowOverlaps(boolean aAllowOverlaps)
public boolean isAllowOverlaps()