Class Decreasing.DecreasingBuilder
- java.lang.Object
-
- tech.tablesaw.plotly.components.change.Change.ChangeBuilder
-
- tech.tablesaw.plotly.components.change.Decreasing.DecreasingBuilder
-
- Enclosing class:
- Decreasing
public static class Decreasing.DecreasingBuilder extends Change.ChangeBuilder
-
-
Field Summary
-
Fields inherited from class tech.tablesaw.plotly.components.change.Change.ChangeBuilder
changeLine, fillColor
-
-
Constructor Summary
Constructors Constructor Description DecreasingBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Decreasing
build()
Decreasing.DecreasingBuilder
changeLine(ChangeLine line)
Decreasing.DecreasingBuilder
fillColor(String color)
-
-
-
Method Detail
-
fillColor
public Decreasing.DecreasingBuilder fillColor(String color)
- Overrides:
fillColor
in classChange.ChangeBuilder
-
changeLine
public Decreasing.DecreasingBuilder changeLine(ChangeLine line)
- Overrides:
changeLine
in classChange.ChangeBuilder
-
build
public Decreasing build()
-
-