public static interface AxisScale.Builder extends SdkPojo, CopyableBuilder<AxisScale.Builder,AxisScale>
| Modifier and Type | Method and Description |
|---|---|
AxisScale.Builder |
linear(AxisLinearScale linear)
The linear axis scale setup.
|
default AxisScale.Builder |
linear(Consumer<AxisLinearScale.Builder> linear)
The linear axis scale setup.
|
AxisScale.Builder |
logarithmic(AxisLogarithmicScale logarithmic)
The logarithmic axis scale setup.
|
default AxisScale.Builder |
logarithmic(Consumer<AxisLogarithmicScale.Builder> logarithmic)
The logarithmic axis scale setup.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAxisScale.Builder linear(AxisLinearScale linear)
The linear axis scale setup.
linear - The linear axis scale setup.default AxisScale.Builder linear(Consumer<AxisLinearScale.Builder> linear)
The linear axis scale setup.
This is a convenience method that creates an instance of theAxisLinearScale.Builder avoiding the
need to create one manually via AxisLinearScale.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to linear(AxisLinearScale).
linear - a consumer that will call methods on AxisLinearScale.Builderlinear(AxisLinearScale)AxisScale.Builder logarithmic(AxisLogarithmicScale logarithmic)
The logarithmic axis scale setup.
logarithmic - The logarithmic axis scale setup.default AxisScale.Builder logarithmic(Consumer<AxisLogarithmicScale.Builder> logarithmic)
The logarithmic axis scale setup.
This is a convenience method that creates an instance of theAxisLogarithmicScale.Builder avoiding
the need to create one manually via AxisLogarithmicScale.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to logarithmic(AxisLogarithmicScale).
logarithmic - a consumer that will call methods on AxisLogarithmicScale.Builderlogarithmic(AxisLogarithmicScale)Copyright © 2023. All rights reserved.