Package com.bayesserver
Class UnrollOptions
- java.lang.Object
-
- com.bayesserver.UnrollOptions
-
-
Constructor Summary
Constructors Constructor Description UnrollOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetNodeWidthOverride()Gets a value that can be used to override the width of nodes, used when laying out nodes.doublegetSliceGap()Gets the gap between time slices.voidsetNodeWidthOverride(Double value)Sets a value that can be used to override the width of nodes, used when laying out nodes.voidsetSliceGap(double value)Sets the gap between time slices.
-
-
-
Method Detail
-
getSliceGap
public double getSliceGap()
Gets the gap between time slices.- Returns:
- The gap between time slices.
-
setSliceGap
public void setSliceGap(double value)
Sets the gap between time slices.- Parameters:
value- The gap between time slices.
-
getNodeWidthOverride
public Double getNodeWidthOverride()
Gets a value that can be used to override the width of nodes, used when laying out nodes.- Returns:
- Value to override node widths.
-
setNodeWidthOverride
public void setNodeWidthOverride(Double value)
Sets a value that can be used to override the width of nodes, used when laying out nodes.- Parameters:
value- Value to override node widths.
-
-