@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.Visibility
public String getVisibility()
Determines whether or not panel titles are displayed.
Visibility
public PanelTitleOptions withVisibility(String visibility)
Determines whether or not panel titles are displayed.
visibility
- Determines whether or not panel titles are displayed.Visibility
public PanelTitleOptions withVisibility(Visibility visibility)
Determines whether or not panel titles are displayed.
visibility
- Determines whether or not panel titles are displayed.Visibility
public 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.HorizontalTextAlignment
public String getHorizontalTextAlignment()
Sets the horizontal text alignment of the title within each panel.
HorizontalTextAlignment
public 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.HorizontalTextAlignment
public 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.HorizontalTextAlignment
public String toString()
toString
in class Object
Object.toString()
public PanelTitleOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.