@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FunnelChartDataLabelOptions extends Object implements Serializable, Cloneable, StructuredPojo
The options that determine the presentation of the data labels.
Constructor and Description |
---|
FunnelChartDataLabelOptions() |
Modifier and Type | Method and Description |
---|---|
FunnelChartDataLabelOptions |
clone() |
boolean |
equals(Object obj) |
String |
getCategoryLabelVisibility()
The visibility of the category labels within the data labels.
|
String |
getLabelColor()
The color of the data label text.
|
FontConfiguration |
getLabelFontConfiguration()
The font configuration for the data labels.
|
String |
getMeasureDataLabelStyle()
Determines the style of the metric labels.
|
String |
getMeasureLabelVisibility()
The visibility of the measure labels within the data labels.
|
String |
getPosition()
Determines the positioning of the data label relative to a section of the funnel.
|
String |
getVisibility()
The visibility option that determines if data labels are displayed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCategoryLabelVisibility(String categoryLabelVisibility)
The visibility of the category labels within the data labels.
|
void |
setLabelColor(String labelColor)
The color of the data label text.
|
void |
setLabelFontConfiguration(FontConfiguration labelFontConfiguration)
The font configuration for the data labels.
|
void |
setMeasureDataLabelStyle(String measureDataLabelStyle)
Determines the style of the metric labels.
|
void |
setMeasureLabelVisibility(String measureLabelVisibility)
The visibility of the measure labels within the data labels.
|
void |
setPosition(String position)
Determines the positioning of the data label relative to a section of the funnel.
|
void |
setVisibility(String visibility)
The visibility option that determines if data labels are displayed.
|
String |
toString()
Returns a string representation of this object.
|
FunnelChartDataLabelOptions |
withCategoryLabelVisibility(String categoryLabelVisibility)
The visibility of the category labels within the data labels.
|
FunnelChartDataLabelOptions |
withCategoryLabelVisibility(Visibility categoryLabelVisibility)
The visibility of the category labels within the data labels.
|
FunnelChartDataLabelOptions |
withLabelColor(String labelColor)
The color of the data label text.
|
FunnelChartDataLabelOptions |
withLabelFontConfiguration(FontConfiguration labelFontConfiguration)
The font configuration for the data labels.
|
FunnelChartDataLabelOptions |
withMeasureDataLabelStyle(FunnelChartMeasureDataLabelStyle measureDataLabelStyle)
Determines the style of the metric labels.
|
FunnelChartDataLabelOptions |
withMeasureDataLabelStyle(String measureDataLabelStyle)
Determines the style of the metric labels.
|
FunnelChartDataLabelOptions |
withMeasureLabelVisibility(String measureLabelVisibility)
The visibility of the measure labels within the data labels.
|
FunnelChartDataLabelOptions |
withMeasureLabelVisibility(Visibility measureLabelVisibility)
The visibility of the measure labels within the data labels.
|
FunnelChartDataLabelOptions |
withPosition(DataLabelPosition position)
Determines the positioning of the data label relative to a section of the funnel.
|
FunnelChartDataLabelOptions |
withPosition(String position)
Determines the positioning of the data label relative to a section of the funnel.
|
FunnelChartDataLabelOptions |
withVisibility(String visibility)
The visibility option that determines if data labels are displayed.
|
FunnelChartDataLabelOptions |
withVisibility(Visibility visibility)
The visibility option that determines if data labels are displayed.
|
public void setVisibility(String visibility)
The visibility option that determines if data labels are displayed.
visibility
- The visibility option that determines if data labels are displayed.Visibility
public String getVisibility()
The visibility option that determines if data labels are displayed.
Visibility
public FunnelChartDataLabelOptions withVisibility(String visibility)
The visibility option that determines if data labels are displayed.
visibility
- The visibility option that determines if data labels are displayed.Visibility
public FunnelChartDataLabelOptions withVisibility(Visibility visibility)
The visibility option that determines if data labels are displayed.
visibility
- The visibility option that determines if data labels are displayed.Visibility
public void setCategoryLabelVisibility(String categoryLabelVisibility)
The visibility of the category labels within the data labels.
categoryLabelVisibility
- The visibility of the category labels within the data labels.Visibility
public String getCategoryLabelVisibility()
The visibility of the category labels within the data labels.
Visibility
public FunnelChartDataLabelOptions withCategoryLabelVisibility(String categoryLabelVisibility)
The visibility of the category labels within the data labels.
categoryLabelVisibility
- The visibility of the category labels within the data labels.Visibility
public FunnelChartDataLabelOptions withCategoryLabelVisibility(Visibility categoryLabelVisibility)
The visibility of the category labels within the data labels.
categoryLabelVisibility
- The visibility of the category labels within the data labels.Visibility
public void setMeasureLabelVisibility(String measureLabelVisibility)
The visibility of the measure labels within the data labels.
measureLabelVisibility
- The visibility of the measure labels within the data labels.Visibility
public String getMeasureLabelVisibility()
The visibility of the measure labels within the data labels.
Visibility
public FunnelChartDataLabelOptions withMeasureLabelVisibility(String measureLabelVisibility)
The visibility of the measure labels within the data labels.
measureLabelVisibility
- The visibility of the measure labels within the data labels.Visibility
public FunnelChartDataLabelOptions withMeasureLabelVisibility(Visibility measureLabelVisibility)
The visibility of the measure labels within the data labels.
measureLabelVisibility
- The visibility of the measure labels within the data labels.Visibility
public void setPosition(String position)
Determines the positioning of the data label relative to a section of the funnel.
position
- Determines the positioning of the data label relative to a section of the funnel.DataLabelPosition
public String getPosition()
Determines the positioning of the data label relative to a section of the funnel.
DataLabelPosition
public FunnelChartDataLabelOptions withPosition(String position)
Determines the positioning of the data label relative to a section of the funnel.
position
- Determines the positioning of the data label relative to a section of the funnel.DataLabelPosition
public FunnelChartDataLabelOptions withPosition(DataLabelPosition position)
Determines the positioning of the data label relative to a section of the funnel.
position
- Determines the positioning of the data label relative to a section of the funnel.DataLabelPosition
public void setLabelFontConfiguration(FontConfiguration labelFontConfiguration)
The font configuration for the data labels.
Only the FontSize
attribute of the font configuration is used for data labels.
labelFontConfiguration
- The font configuration for the data labels.
Only the FontSize
attribute of the font configuration is used for data labels.
public FontConfiguration getLabelFontConfiguration()
The font configuration for the data labels.
Only the FontSize
attribute of the font configuration is used for data labels.
Only the FontSize
attribute of the font configuration is used for data labels.
public FunnelChartDataLabelOptions withLabelFontConfiguration(FontConfiguration labelFontConfiguration)
The font configuration for the data labels.
Only the FontSize
attribute of the font configuration is used for data labels.
labelFontConfiguration
- The font configuration for the data labels.
Only the FontSize
attribute of the font configuration is used for data labels.
public void setLabelColor(String labelColor)
The color of the data label text.
labelColor
- The color of the data label text.public String getLabelColor()
The color of the data label text.
public FunnelChartDataLabelOptions withLabelColor(String labelColor)
The color of the data label text.
labelColor
- The color of the data label text.public void setMeasureDataLabelStyle(String measureDataLabelStyle)
Determines the style of the metric labels.
measureDataLabelStyle
- Determines the style of the metric labels.FunnelChartMeasureDataLabelStyle
public String getMeasureDataLabelStyle()
Determines the style of the metric labels.
FunnelChartMeasureDataLabelStyle
public FunnelChartDataLabelOptions withMeasureDataLabelStyle(String measureDataLabelStyle)
Determines the style of the metric labels.
measureDataLabelStyle
- Determines the style of the metric labels.FunnelChartMeasureDataLabelStyle
public FunnelChartDataLabelOptions withMeasureDataLabelStyle(FunnelChartMeasureDataLabelStyle measureDataLabelStyle)
Determines the style of the metric labels.
measureDataLabelStyle
- Determines the style of the metric labels.FunnelChartMeasureDataLabelStyle
public String toString()
toString
in class Object
Object.toString()
public FunnelChartDataLabelOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.