public static class AbstractShapeBuilder.Shrinkage
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
EXTEND_0
do not extend any arcs on node
|
static short |
EXTEND_45
extend all arcs on node by partial (for 45-degree joins)
|
static short |
EXTEND_90
extend all arcs on node by full amount (half width)
|
Constructor and Description |
---|
AbstractShapeBuilder.Shrinkage() |
AbstractShapeBuilder.Shrinkage(CellBackup cellBackup) |
Modifier and Type | Method and Description |
---|---|
short |
get(int nodeId)
Method to tell the "end shrink" factors on all arcs on a specified ImmutableNodeInst.
|
public static final short EXTEND_90
public static final short EXTEND_0
public static final short EXTEND_45
public AbstractShapeBuilder.Shrinkage()
public AbstractShapeBuilder.Shrinkage(CellBackup cellBackup)
public short get(int nodeId)
nodeId
- nodeId of specified ImmutableNodeInst