@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SmallMultiplesAxisProperties extends Object implements Serializable, Cloneable, StructuredPojo
Configures the properties of a chart's axes that are used by small multiples panels.
| Constructor and Description |
|---|
SmallMultiplesAxisProperties() |
| Modifier and Type | Method and Description |
|---|---|
SmallMultiplesAxisProperties |
clone() |
boolean |
equals(Object obj) |
String |
getPlacement()
Defines the placement of the axis.
|
String |
getScale()
Determines whether scale of the axes are shared or independent.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPlacement(String placement)
Defines the placement of the axis.
|
void |
setScale(String scale)
Determines whether scale of the axes are shared or independent.
|
String |
toString()
Returns a string representation of this object.
|
SmallMultiplesAxisProperties |
withPlacement(SmallMultiplesAxisPlacement placement)
Defines the placement of the axis.
|
SmallMultiplesAxisProperties |
withPlacement(String placement)
Defines the placement of the axis.
|
SmallMultiplesAxisProperties |
withScale(SmallMultiplesAxisScale scale)
Determines whether scale of the axes are shared or independent.
|
SmallMultiplesAxisProperties |
withScale(String scale)
Determines whether scale of the axes are shared or independent.
|
public void setScale(String scale)
Determines whether scale of the axes are shared or independent. The default value is SHARED.
scale - Determines whether scale of the axes are shared or independent. The default value is SHARED.SmallMultiplesAxisScalepublic String getScale()
Determines whether scale of the axes are shared or independent. The default value is SHARED.
SHARED.SmallMultiplesAxisScalepublic SmallMultiplesAxisProperties withScale(String scale)
Determines whether scale of the axes are shared or independent. The default value is SHARED.
scale - Determines whether scale of the axes are shared or independent. The default value is SHARED.SmallMultiplesAxisScalepublic SmallMultiplesAxisProperties withScale(SmallMultiplesAxisScale scale)
Determines whether scale of the axes are shared or independent. The default value is SHARED.
scale - Determines whether scale of the axes are shared or independent. The default value is SHARED.SmallMultiplesAxisScalepublic void setPlacement(String placement)
Defines the placement of the axis. By default, axes are rendered OUTSIDE of the panels. Axes with
INDEPENDENT scale are rendered INSIDE the panels.
placement - Defines the placement of the axis. By default, axes are rendered OUTSIDE of the panels. Axes
with INDEPENDENT scale are rendered INSIDE the panels.SmallMultiplesAxisPlacementpublic String getPlacement()
Defines the placement of the axis. By default, axes are rendered OUTSIDE of the panels. Axes with
INDEPENDENT scale are rendered INSIDE the panels.
OUTSIDE of the panels. Axes
with INDEPENDENT scale are rendered INSIDE the panels.SmallMultiplesAxisPlacementpublic SmallMultiplesAxisProperties withPlacement(String placement)
Defines the placement of the axis. By default, axes are rendered OUTSIDE of the panels. Axes with
INDEPENDENT scale are rendered INSIDE the panels.
placement - Defines the placement of the axis. By default, axes are rendered OUTSIDE of the panels. Axes
with INDEPENDENT scale are rendered INSIDE the panels.SmallMultiplesAxisPlacementpublic SmallMultiplesAxisProperties withPlacement(SmallMultiplesAxisPlacement placement)
Defines the placement of the axis. By default, axes are rendered OUTSIDE of the panels. Axes with
INDEPENDENT scale are rendered INSIDE the panels.
placement - Defines the placement of the axis. By default, axes are rendered OUTSIDE of the panels. Axes
with INDEPENDENT scale are rendered INSIDE the panels.SmallMultiplesAxisPlacementpublic String toString()
toString in class ObjectObject.toString()public SmallMultiplesAxisProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.