@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AxisDisplayOptions extends Object implements Serializable, Cloneable, StructuredPojo
The display options for the axis label.
Constructor and Description |
---|
AxisDisplayOptions() |
Modifier and Type | Method and Description |
---|---|
AxisDisplayOptions |
clone() |
boolean |
equals(Object obj) |
String |
getAxisLineVisibility()
Determines whether or not the axis line is visible.
|
String |
getAxisOffset()
The offset value that determines the starting placement of the axis within a visual's bounds.
|
AxisDataOptions |
getDataOptions()
The data options for an axis.
|
String |
getGridLineVisibility()
Determines whether or not the grid line is visible.
|
ScrollBarOptions |
getScrollbarOptions()
The scroll bar options for an axis.
|
AxisTickLabelOptions |
getTickLabelOptions()
The tick label options of an axis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAxisLineVisibility(String axisLineVisibility)
Determines whether or not the axis line is visible.
|
void |
setAxisOffset(String axisOffset)
The offset value that determines the starting placement of the axis within a visual's bounds.
|
void |
setDataOptions(AxisDataOptions dataOptions)
The data options for an axis.
|
void |
setGridLineVisibility(String gridLineVisibility)
Determines whether or not the grid line is visible.
|
void |
setScrollbarOptions(ScrollBarOptions scrollbarOptions)
The scroll bar options for an axis.
|
void |
setTickLabelOptions(AxisTickLabelOptions tickLabelOptions)
The tick label options of an axis.
|
String |
toString()
Returns a string representation of this object.
|
AxisDisplayOptions |
withAxisLineVisibility(String axisLineVisibility)
Determines whether or not the axis line is visible.
|
AxisDisplayOptions |
withAxisLineVisibility(Visibility axisLineVisibility)
Determines whether or not the axis line is visible.
|
AxisDisplayOptions |
withAxisOffset(String axisOffset)
The offset value that determines the starting placement of the axis within a visual's bounds.
|
AxisDisplayOptions |
withDataOptions(AxisDataOptions dataOptions)
The data options for an axis.
|
AxisDisplayOptions |
withGridLineVisibility(String gridLineVisibility)
Determines whether or not the grid line is visible.
|
AxisDisplayOptions |
withGridLineVisibility(Visibility gridLineVisibility)
Determines whether or not the grid line is visible.
|
AxisDisplayOptions |
withScrollbarOptions(ScrollBarOptions scrollbarOptions)
The scroll bar options for an axis.
|
AxisDisplayOptions |
withTickLabelOptions(AxisTickLabelOptions tickLabelOptions)
The tick label options of an axis.
|
public void setTickLabelOptions(AxisTickLabelOptions tickLabelOptions)
The tick label options of an axis.
tickLabelOptions
- The tick label options of an axis.public AxisTickLabelOptions getTickLabelOptions()
The tick label options of an axis.
public AxisDisplayOptions withTickLabelOptions(AxisTickLabelOptions tickLabelOptions)
The tick label options of an axis.
tickLabelOptions
- The tick label options of an axis.public void setAxisLineVisibility(String axisLineVisibility)
Determines whether or not the axis line is visible.
axisLineVisibility
- Determines whether or not the axis line is visible.Visibility
public String getAxisLineVisibility()
Determines whether or not the axis line is visible.
Visibility
public AxisDisplayOptions withAxisLineVisibility(String axisLineVisibility)
Determines whether or not the axis line is visible.
axisLineVisibility
- Determines whether or not the axis line is visible.Visibility
public AxisDisplayOptions withAxisLineVisibility(Visibility axisLineVisibility)
Determines whether or not the axis line is visible.
axisLineVisibility
- Determines whether or not the axis line is visible.Visibility
public void setGridLineVisibility(String gridLineVisibility)
Determines whether or not the grid line is visible.
gridLineVisibility
- Determines whether or not the grid line is visible.Visibility
public String getGridLineVisibility()
Determines whether or not the grid line is visible.
Visibility
public AxisDisplayOptions withGridLineVisibility(String gridLineVisibility)
Determines whether or not the grid line is visible.
gridLineVisibility
- Determines whether or not the grid line is visible.Visibility
public AxisDisplayOptions withGridLineVisibility(Visibility gridLineVisibility)
Determines whether or not the grid line is visible.
gridLineVisibility
- Determines whether or not the grid line is visible.Visibility
public void setDataOptions(AxisDataOptions dataOptions)
The data options for an axis.
dataOptions
- The data options for an axis.public AxisDataOptions getDataOptions()
The data options for an axis.
public AxisDisplayOptions withDataOptions(AxisDataOptions dataOptions)
The data options for an axis.
dataOptions
- The data options for an axis.public void setScrollbarOptions(ScrollBarOptions scrollbarOptions)
The scroll bar options for an axis.
scrollbarOptions
- The scroll bar options for an axis.public ScrollBarOptions getScrollbarOptions()
The scroll bar options for an axis.
public AxisDisplayOptions withScrollbarOptions(ScrollBarOptions scrollbarOptions)
The scroll bar options for an axis.
scrollbarOptions
- The scroll bar options for an axis.public void setAxisOffset(String axisOffset)
The offset value that determines the starting placement of the axis within a visual's bounds.
axisOffset
- The offset value that determines the starting placement of the axis within a visual's bounds.public String getAxisOffset()
The offset value that determines the starting placement of the axis within a visual's bounds.
public AxisDisplayOptions withAxisOffset(String axisOffset)
The offset value that determines the starting placement of the axis within a visual's bounds.
axisOffset
- The offset value that determines the starting placement of the axis within a visual's bounds.public String toString()
toString
in class Object
Object.toString()
public AxisDisplayOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.