| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
Axes. |
| Modifier and Type | Method and Description |
|---|---|
Axes |
build() |
Axes.Builder |
setxLabel(Label xLabel) |
Axes.Builder |
setxLabels(java.util.List<Label> xLabels)
A list of X-Axis Labels with condition support.
|
Axes.Builder |
setyAxisUnitLabels(java.util.List<Label> yAxisUnitLabels)
A list of Y-Axis unit Labels with condition support.
|
Axes.Builder |
setyAxisUnits(java.util.List<AxisUnit> yAxisUnits)
A list of Y-Axis unit with condition support.
|
Axes.Builder |
setyLabel(Label yLabel) |
Axes.Builder |
setyLabels(java.util.List<Label> yLabels)
A list of Y-Axis Labels with condition support.
|
public Builder()
Axes.public Axes.Builder setxLabel(Label xLabel)
xLabel - New value for the property.public Axes.Builder setxLabels(java.util.List<Label> xLabels)
xLabels - New value for the property.public Axes.Builder setyAxisUnitLabels(java.util.List<Label> yAxisUnitLabels)
yAxisUnitLabels - New value for the property.public Axes.Builder setyAxisUnits(java.util.List<AxisUnit> yAxisUnits)
yAxisUnits - New value for the property.public Axes.Builder setyLabel(Label yLabel)
yLabel - New value for the property.public Axes.Builder setyLabels(java.util.List<Label> yLabels)
yLabels - New value for the property.public Axes build()