@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChartAxisLabelOptions extends Object implements Serializable, Cloneable, StructuredPojo
The label options for an axis on a chart.
Constructor and Description |
---|
ChartAxisLabelOptions() |
Modifier and Type | Method and Description |
---|---|
ChartAxisLabelOptions |
clone() |
boolean |
equals(Object obj) |
List<AxisLabelOptions> |
getAxisLabelOptions()
The label options for a chart axis.
|
String |
getSortIconVisibility()
The visibility configuration of the sort icon on a chart's axis label.
|
String |
getVisibility()
The visibility of an axis label on a chart.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAxisLabelOptions(Collection<AxisLabelOptions> axisLabelOptions)
The label options for a chart axis.
|
void |
setSortIconVisibility(String sortIconVisibility)
The visibility configuration of the sort icon on a chart's axis label.
|
void |
setVisibility(String visibility)
The visibility of an axis label on a chart.
|
String |
toString()
Returns a string representation of this object.
|
ChartAxisLabelOptions |
withAxisLabelOptions(AxisLabelOptions... axisLabelOptions)
The label options for a chart axis.
|
ChartAxisLabelOptions |
withAxisLabelOptions(Collection<AxisLabelOptions> axisLabelOptions)
The label options for a chart axis.
|
ChartAxisLabelOptions |
withSortIconVisibility(String sortIconVisibility)
The visibility configuration of the sort icon on a chart's axis label.
|
ChartAxisLabelOptions |
withSortIconVisibility(Visibility sortIconVisibility)
The visibility configuration of the sort icon on a chart's axis label.
|
ChartAxisLabelOptions |
withVisibility(String visibility)
The visibility of an axis label on a chart.
|
ChartAxisLabelOptions |
withVisibility(Visibility visibility)
The visibility of an axis label on a chart.
|
public void setVisibility(String visibility)
The visibility of an axis label on a chart. Choose one of the following options:
VISIBLE
: Shows the axis.
HIDDEN
: Hides the axis.
visibility
- The visibility of an axis label on a chart. Choose one of the following options:
VISIBLE
: Shows the axis.
HIDDEN
: Hides the axis.
Visibility
public String getVisibility()
The visibility of an axis label on a chart. Choose one of the following options:
VISIBLE
: Shows the axis.
HIDDEN
: Hides the axis.
VISIBLE
: Shows the axis.
HIDDEN
: Hides the axis.
Visibility
public ChartAxisLabelOptions withVisibility(String visibility)
The visibility of an axis label on a chart. Choose one of the following options:
VISIBLE
: Shows the axis.
HIDDEN
: Hides the axis.
visibility
- The visibility of an axis label on a chart. Choose one of the following options:
VISIBLE
: Shows the axis.
HIDDEN
: Hides the axis.
Visibility
public ChartAxisLabelOptions withVisibility(Visibility visibility)
The visibility of an axis label on a chart. Choose one of the following options:
VISIBLE
: Shows the axis.
HIDDEN
: Hides the axis.
visibility
- The visibility of an axis label on a chart. Choose one of the following options:
VISIBLE
: Shows the axis.
HIDDEN
: Hides the axis.
Visibility
public void setSortIconVisibility(String sortIconVisibility)
The visibility configuration of the sort icon on a chart's axis label.
sortIconVisibility
- The visibility configuration of the sort icon on a chart's axis label.Visibility
public String getSortIconVisibility()
The visibility configuration of the sort icon on a chart's axis label.
Visibility
public ChartAxisLabelOptions withSortIconVisibility(String sortIconVisibility)
The visibility configuration of the sort icon on a chart's axis label.
sortIconVisibility
- The visibility configuration of the sort icon on a chart's axis label.Visibility
public ChartAxisLabelOptions withSortIconVisibility(Visibility sortIconVisibility)
The visibility configuration of the sort icon on a chart's axis label.
sortIconVisibility
- The visibility configuration of the sort icon on a chart's axis label.Visibility
public List<AxisLabelOptions> getAxisLabelOptions()
The label options for a chart axis.
public void setAxisLabelOptions(Collection<AxisLabelOptions> axisLabelOptions)
The label options for a chart axis.
axisLabelOptions
- The label options for a chart axis.public ChartAxisLabelOptions withAxisLabelOptions(AxisLabelOptions... axisLabelOptions)
The label options for a chart axis.
NOTE: This method appends the values to the existing list (if any). Use
setAxisLabelOptions(java.util.Collection)
or withAxisLabelOptions(java.util.Collection)
if you
want to override the existing values.
axisLabelOptions
- The label options for a chart axis.public ChartAxisLabelOptions withAxisLabelOptions(Collection<AxisLabelOptions> axisLabelOptions)
The label options for a chart axis.
axisLabelOptions
- The label options for a chart axis.public String toString()
toString
in class Object
Object.toString()
public ChartAxisLabelOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.