@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SmallMultiplesOptions extends Object implements Serializable, Cloneable, StructuredPojo
Options that determine the layout and display options of a chart's small multiples.
Constructor and Description |
---|
SmallMultiplesOptions() |
Modifier and Type | Method and Description |
---|---|
SmallMultiplesOptions |
clone() |
boolean |
equals(Object obj) |
Long |
getMaxVisibleColumns()
Sets the maximum number of visible columns to display in the grid of small multiples panels.
|
Long |
getMaxVisibleRows()
Sets the maximum number of visible rows to display in the grid of small multiples panels.
|
PanelConfiguration |
getPanelConfiguration()
Configures the display options for each small multiples panel.
|
SmallMultiplesAxisProperties |
getXAxis()
The properties of a small multiples X axis.
|
SmallMultiplesAxisProperties |
getYAxis()
The properties of a small multiples Y axis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxVisibleColumns(Long maxVisibleColumns)
Sets the maximum number of visible columns to display in the grid of small multiples panels.
|
void |
setMaxVisibleRows(Long maxVisibleRows)
Sets the maximum number of visible rows to display in the grid of small multiples panels.
|
void |
setPanelConfiguration(PanelConfiguration panelConfiguration)
Configures the display options for each small multiples panel.
|
void |
setXAxis(SmallMultiplesAxisProperties xAxis)
The properties of a small multiples X axis.
|
void |
setYAxis(SmallMultiplesAxisProperties yAxis)
The properties of a small multiples Y axis.
|
String |
toString()
Returns a string representation of this object.
|
SmallMultiplesOptions |
withMaxVisibleColumns(Long maxVisibleColumns)
Sets the maximum number of visible columns to display in the grid of small multiples panels.
|
SmallMultiplesOptions |
withMaxVisibleRows(Long maxVisibleRows)
Sets the maximum number of visible rows to display in the grid of small multiples panels.
|
SmallMultiplesOptions |
withPanelConfiguration(PanelConfiguration panelConfiguration)
Configures the display options for each small multiples panel.
|
SmallMultiplesOptions |
withXAxis(SmallMultiplesAxisProperties xAxis)
The properties of a small multiples X axis.
|
SmallMultiplesOptions |
withYAxis(SmallMultiplesAxisProperties yAxis)
The properties of a small multiples Y axis.
|
public void setMaxVisibleRows(Long maxVisibleRows)
Sets the maximum number of visible rows to display in the grid of small multiples panels.
The default value is Auto
, which automatically adjusts the rows in the grid to fit the overall
layout and size of the given chart.
maxVisibleRows
- Sets the maximum number of visible rows to display in the grid of small multiples panels.
The default value is Auto
, which automatically adjusts the rows in the grid to fit the
overall layout and size of the given chart.
public Long getMaxVisibleRows()
Sets the maximum number of visible rows to display in the grid of small multiples panels.
The default value is Auto
, which automatically adjusts the rows in the grid to fit the overall
layout and size of the given chart.
The default value is Auto
, which automatically adjusts the rows in the grid to fit the
overall layout and size of the given chart.
public SmallMultiplesOptions withMaxVisibleRows(Long maxVisibleRows)
Sets the maximum number of visible rows to display in the grid of small multiples panels.
The default value is Auto
, which automatically adjusts the rows in the grid to fit the overall
layout and size of the given chart.
maxVisibleRows
- Sets the maximum number of visible rows to display in the grid of small multiples panels.
The default value is Auto
, which automatically adjusts the rows in the grid to fit the
overall layout and size of the given chart.
public void setMaxVisibleColumns(Long maxVisibleColumns)
Sets the maximum number of visible columns to display in the grid of small multiples panels.
The default is Auto
, which automatically adjusts the columns in the grid to fit the overall layout
and size of the given chart.
maxVisibleColumns
- Sets the maximum number of visible columns to display in the grid of small multiples panels.
The default is Auto
, which automatically adjusts the columns in the grid to fit the overall
layout and size of the given chart.
public Long getMaxVisibleColumns()
Sets the maximum number of visible columns to display in the grid of small multiples panels.
The default is Auto
, which automatically adjusts the columns in the grid to fit the overall layout
and size of the given chart.
The default is Auto
, which automatically adjusts the columns in the grid to fit the overall
layout and size of the given chart.
public SmallMultiplesOptions withMaxVisibleColumns(Long maxVisibleColumns)
Sets the maximum number of visible columns to display in the grid of small multiples panels.
The default is Auto
, which automatically adjusts the columns in the grid to fit the overall layout
and size of the given chart.
maxVisibleColumns
- Sets the maximum number of visible columns to display in the grid of small multiples panels.
The default is Auto
, which automatically adjusts the columns in the grid to fit the overall
layout and size of the given chart.
public void setPanelConfiguration(PanelConfiguration panelConfiguration)
Configures the display options for each small multiples panel.
panelConfiguration
- Configures the display options for each small multiples panel.public PanelConfiguration getPanelConfiguration()
Configures the display options for each small multiples panel.
public SmallMultiplesOptions withPanelConfiguration(PanelConfiguration panelConfiguration)
Configures the display options for each small multiples panel.
panelConfiguration
- Configures the display options for each small multiples panel.public void setXAxis(SmallMultiplesAxisProperties xAxis)
The properties of a small multiples X axis.
xAxis
- The properties of a small multiples X axis.public SmallMultiplesAxisProperties getXAxis()
The properties of a small multiples X axis.
public SmallMultiplesOptions withXAxis(SmallMultiplesAxisProperties xAxis)
The properties of a small multiples X axis.
xAxis
- The properties of a small multiples X axis.public void setYAxis(SmallMultiplesAxisProperties yAxis)
The properties of a small multiples Y axis.
yAxis
- The properties of a small multiples Y axis.public SmallMultiplesAxisProperties getYAxis()
The properties of a small multiples Y axis.
public SmallMultiplesOptions withYAxis(SmallMultiplesAxisProperties yAxis)
The properties of a small multiples Y axis.
yAxis
- The properties of a small multiples Y axis.public String toString()
toString
in class Object
Object.toString()
public SmallMultiplesOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.