| Constructor and Description | 
|---|
UnrollOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
Double | 
getNodeWidthOverride()
Gets a value that can be used to override the width of nodes, used when laying out nodes. 
 | 
double | 
getSliceGap()
Gets the gap between time slices. 
 | 
void | 
setNodeWidthOverride(Double value)
Sets a value that can be used to override the width of nodes, used when laying out nodes. 
 | 
void | 
setSliceGap(double value)
Sets the gap between time slices. 
 | 
public double getSliceGap()
public void setSliceGap(double value)
value - The gap between time slices.public Double getNodeWidthOverride()
public void setNodeWidthOverride(Double value)
value - Value to override node widths.Copyright © 2021. All rights reserved.