@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PanelTitleOptions extends Object implements Serializable, Cloneable, StructuredPojo
The options that determine the title styles for each small multiples panel.
| Constructor and Description |
|---|
PanelTitleOptions() |
| Modifier and Type | Method and Description |
|---|---|
PanelTitleOptions |
clone() |
boolean |
equals(Object obj) |
FontConfiguration |
getFontConfiguration() |
String |
getHorizontalTextAlignment()
Sets the horizontal text alignment of the title within each panel.
|
String |
getVisibility()
Determines whether or not panel titles are displayed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFontConfiguration(FontConfiguration fontConfiguration) |
void |
setHorizontalTextAlignment(String horizontalTextAlignment)
Sets the horizontal text alignment of the title within each panel.
|
void |
setVisibility(String visibility)
Determines whether or not panel titles are displayed.
|
String |
toString()
Returns a string representation of this object.
|
PanelTitleOptions |
withFontConfiguration(FontConfiguration fontConfiguration) |
PanelTitleOptions |
withHorizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)
Sets the horizontal text alignment of the title within each panel.
|
PanelTitleOptions |
withHorizontalTextAlignment(String horizontalTextAlignment)
Sets the horizontal text alignment of the title within each panel.
|
PanelTitleOptions |
withVisibility(String visibility)
Determines whether or not panel titles are displayed.
|
PanelTitleOptions |
withVisibility(Visibility visibility)
Determines whether or not panel titles are displayed.
|
public void setVisibility(String visibility)
Determines whether or not panel titles are displayed.
visibility - Determines whether or not panel titles are displayed.Visibilitypublic String getVisibility()
Determines whether or not panel titles are displayed.
Visibilitypublic PanelTitleOptions withVisibility(String visibility)
Determines whether or not panel titles are displayed.
visibility - Determines whether or not panel titles are displayed.Visibilitypublic PanelTitleOptions withVisibility(Visibility visibility)
Determines whether or not panel titles are displayed.
visibility - Determines whether or not panel titles are displayed.Visibilitypublic void setFontConfiguration(FontConfiguration fontConfiguration)
fontConfiguration - public FontConfiguration getFontConfiguration()
public PanelTitleOptions withFontConfiguration(FontConfiguration fontConfiguration)
fontConfiguration - public void setHorizontalTextAlignment(String horizontalTextAlignment)
Sets the horizontal text alignment of the title within each panel.
horizontalTextAlignment - Sets the horizontal text alignment of the title within each panel.HorizontalTextAlignmentpublic String getHorizontalTextAlignment()
Sets the horizontal text alignment of the title within each panel.
HorizontalTextAlignmentpublic PanelTitleOptions withHorizontalTextAlignment(String horizontalTextAlignment)
Sets the horizontal text alignment of the title within each panel.
horizontalTextAlignment - Sets the horizontal text alignment of the title within each panel.HorizontalTextAlignmentpublic PanelTitleOptions withHorizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)
Sets the horizontal text alignment of the title within each panel.
horizontalTextAlignment - Sets the horizontal text alignment of the title within each panel.HorizontalTextAlignmentpublic String toString()
toString in class ObjectObject.toString()public PanelTitleOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.