public static interface ReferenceLineLabelConfiguration.Builder extends SdkPojo, CopyableBuilder<ReferenceLineLabelConfiguration.Builder,ReferenceLineLabelConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ReferenceLineLabelConfiguration.Builder |
customLabelConfiguration(Consumer<ReferenceLineCustomLabelConfiguration.Builder> customLabelConfiguration)
The custom label configuration of the label in a reference line.
|
ReferenceLineLabelConfiguration.Builder |
customLabelConfiguration(ReferenceLineCustomLabelConfiguration customLabelConfiguration)
The custom label configuration of the label in a reference line.
|
ReferenceLineLabelConfiguration.Builder |
fontColor(String fontColor)
The font color configuration of the label in a reference line.
|
default ReferenceLineLabelConfiguration.Builder |
fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the label in a reference line.
|
ReferenceLineLabelConfiguration.Builder |
fontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the label in a reference line.
|
ReferenceLineLabelConfiguration.Builder |
horizontalPosition(ReferenceLineLabelHorizontalPosition horizontalPosition)
The horizontal position configuration of the label in a reference line.
|
ReferenceLineLabelConfiguration.Builder |
horizontalPosition(String horizontalPosition)
The horizontal position configuration of the label in a reference line.
|
default ReferenceLineLabelConfiguration.Builder |
valueLabelConfiguration(Consumer<ReferenceLineValueLabelConfiguration.Builder> valueLabelConfiguration)
The value label configuration of the label in a reference line.
|
ReferenceLineLabelConfiguration.Builder |
valueLabelConfiguration(ReferenceLineValueLabelConfiguration valueLabelConfiguration)
The value label configuration of the label in a reference line.
|
ReferenceLineLabelConfiguration.Builder |
verticalPosition(ReferenceLineLabelVerticalPosition verticalPosition)
The vertical position configuration of the label in a reference line.
|
ReferenceLineLabelConfiguration.Builder |
verticalPosition(String verticalPosition)
The vertical position configuration of the label in a reference line.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReferenceLineLabelConfiguration.Builder valueLabelConfiguration(ReferenceLineValueLabelConfiguration valueLabelConfiguration)
The value label configuration of the label in a reference line.
valueLabelConfiguration - The value label configuration of the label in a reference line.default ReferenceLineLabelConfiguration.Builder valueLabelConfiguration(Consumer<ReferenceLineValueLabelConfiguration.Builder> valueLabelConfiguration)
The value label configuration of the label in a reference line.
This is a convenience method that creates an instance of theReferenceLineValueLabelConfiguration.Builder avoiding the need to create one manually via
ReferenceLineValueLabelConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
valueLabelConfiguration(ReferenceLineValueLabelConfiguration).
valueLabelConfiguration - a consumer that will call methods on ReferenceLineValueLabelConfiguration.BuildervalueLabelConfiguration(ReferenceLineValueLabelConfiguration)ReferenceLineLabelConfiguration.Builder customLabelConfiguration(ReferenceLineCustomLabelConfiguration customLabelConfiguration)
The custom label configuration of the label in a reference line.
customLabelConfiguration - The custom label configuration of the label in a reference line.default ReferenceLineLabelConfiguration.Builder customLabelConfiguration(Consumer<ReferenceLineCustomLabelConfiguration.Builder> customLabelConfiguration)
The custom label configuration of the label in a reference line.
This is a convenience method that creates an instance of theReferenceLineCustomLabelConfiguration.Builder avoiding the need to create one manually via
ReferenceLineCustomLabelConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
customLabelConfiguration(ReferenceLineCustomLabelConfiguration).
customLabelConfiguration - a consumer that will call methods on ReferenceLineCustomLabelConfiguration.BuildercustomLabelConfiguration(ReferenceLineCustomLabelConfiguration)ReferenceLineLabelConfiguration.Builder fontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the label in a reference line.
fontConfiguration - The font configuration of the label in a reference line.default ReferenceLineLabelConfiguration.Builder fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the label in a reference line.
This is a convenience method that creates an instance of theFontConfiguration.Builder avoiding the
need to create one manually via FontConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fontConfiguration(FontConfiguration).
fontConfiguration - a consumer that will call methods on FontConfiguration.BuilderfontConfiguration(FontConfiguration)ReferenceLineLabelConfiguration.Builder fontColor(String fontColor)
The font color configuration of the label in a reference line.
fontColor - The font color configuration of the label in a reference line.ReferenceLineLabelConfiguration.Builder horizontalPosition(String horizontalPosition)
The horizontal position configuration of the label in a reference line. Choose one of the following options:
LEFT
CENTER
RIGHT
horizontalPosition - The horizontal position configuration of the label in a reference line. Choose one of the following
options:
LEFT
CENTER
RIGHT
ReferenceLineLabelHorizontalPosition,
ReferenceLineLabelHorizontalPositionReferenceLineLabelConfiguration.Builder horizontalPosition(ReferenceLineLabelHorizontalPosition horizontalPosition)
The horizontal position configuration of the label in a reference line. Choose one of the following options:
LEFT
CENTER
RIGHT
horizontalPosition - The horizontal position configuration of the label in a reference line. Choose one of the following
options:
LEFT
CENTER
RIGHT
ReferenceLineLabelHorizontalPosition,
ReferenceLineLabelHorizontalPositionReferenceLineLabelConfiguration.Builder verticalPosition(String verticalPosition)
The vertical position configuration of the label in a reference line. Choose one of the following options:
ABOVE
BELOW
verticalPosition - The vertical position configuration of the label in a reference line. Choose one of the following
options:
ABOVE
BELOW
ReferenceLineLabelVerticalPosition,
ReferenceLineLabelVerticalPositionReferenceLineLabelConfiguration.Builder verticalPosition(ReferenceLineLabelVerticalPosition verticalPosition)
The vertical position configuration of the label in a reference line. Choose one of the following options:
ABOVE
BELOW
verticalPosition - The vertical position configuration of the label in a reference line. Choose one of the following
options:
ABOVE
BELOW
ReferenceLineLabelVerticalPosition,
ReferenceLineLabelVerticalPositionCopyright © 2023. All rights reserved.