@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LineChartMarkerStyleSettings extends Object implements Serializable, Cloneable, StructuredPojo
Marker styles options for a line series in LineChartVisual.
| Constructor and Description |
|---|
LineChartMarkerStyleSettings() |
| Modifier and Type | Method and Description |
|---|---|
LineChartMarkerStyleSettings |
clone() |
boolean |
equals(Object obj) |
String |
getMarkerColor()
Color of marker in the series.
|
String |
getMarkerShape()
Shape option for markers in the series.
|
String |
getMarkerSize()
Size of marker in the series.
|
String |
getMarkerVisibility()
Configuration option that determines whether to show the markers in the series.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMarkerColor(String markerColor)
Color of marker in the series.
|
void |
setMarkerShape(String markerShape)
Shape option for markers in the series.
|
void |
setMarkerSize(String markerSize)
Size of marker in the series.
|
void |
setMarkerVisibility(String markerVisibility)
Configuration option that determines whether to show the markers in the series.
|
String |
toString()
Returns a string representation of this object.
|
LineChartMarkerStyleSettings |
withMarkerColor(String markerColor)
Color of marker in the series.
|
LineChartMarkerStyleSettings |
withMarkerShape(LineChartMarkerShape markerShape)
Shape option for markers in the series.
|
LineChartMarkerStyleSettings |
withMarkerShape(String markerShape)
Shape option for markers in the series.
|
LineChartMarkerStyleSettings |
withMarkerSize(String markerSize)
Size of marker in the series.
|
LineChartMarkerStyleSettings |
withMarkerVisibility(String markerVisibility)
Configuration option that determines whether to show the markers in the series.
|
LineChartMarkerStyleSettings |
withMarkerVisibility(Visibility markerVisibility)
Configuration option that determines whether to show the markers in the series.
|
public void setMarkerVisibility(String markerVisibility)
Configuration option that determines whether to show the markers in the series.
markerVisibility - Configuration option that determines whether to show the markers in the series.Visibilitypublic String getMarkerVisibility()
Configuration option that determines whether to show the markers in the series.
Visibilitypublic LineChartMarkerStyleSettings withMarkerVisibility(String markerVisibility)
Configuration option that determines whether to show the markers in the series.
markerVisibility - Configuration option that determines whether to show the markers in the series.Visibilitypublic LineChartMarkerStyleSettings withMarkerVisibility(Visibility markerVisibility)
Configuration option that determines whether to show the markers in the series.
markerVisibility - Configuration option that determines whether to show the markers in the series.Visibilitypublic void setMarkerShape(String markerShape)
Shape option for markers in the series.
CIRCLE: Show marker as a circle.
TRIANGLE: Show marker as a triangle.
SQUARE: Show marker as a square.
DIAMOND: Show marker as a diamond.
ROUNDED_SQUARE: Show marker as a rounded square.
markerShape - Shape option for markers in the series.
CIRCLE: Show marker as a circle.
TRIANGLE: Show marker as a triangle.
SQUARE: Show marker as a square.
DIAMOND: Show marker as a diamond.
ROUNDED_SQUARE: Show marker as a rounded square.
LineChartMarkerShapepublic String getMarkerShape()
Shape option for markers in the series.
CIRCLE: Show marker as a circle.
TRIANGLE: Show marker as a triangle.
SQUARE: Show marker as a square.
DIAMOND: Show marker as a diamond.
ROUNDED_SQUARE: Show marker as a rounded square.
CIRCLE: Show marker as a circle.
TRIANGLE: Show marker as a triangle.
SQUARE: Show marker as a square.
DIAMOND: Show marker as a diamond.
ROUNDED_SQUARE: Show marker as a rounded square.
LineChartMarkerShapepublic LineChartMarkerStyleSettings withMarkerShape(String markerShape)
Shape option for markers in the series.
CIRCLE: Show marker as a circle.
TRIANGLE: Show marker as a triangle.
SQUARE: Show marker as a square.
DIAMOND: Show marker as a diamond.
ROUNDED_SQUARE: Show marker as a rounded square.
markerShape - Shape option for markers in the series.
CIRCLE: Show marker as a circle.
TRIANGLE: Show marker as a triangle.
SQUARE: Show marker as a square.
DIAMOND: Show marker as a diamond.
ROUNDED_SQUARE: Show marker as a rounded square.
LineChartMarkerShapepublic LineChartMarkerStyleSettings withMarkerShape(LineChartMarkerShape markerShape)
Shape option for markers in the series.
CIRCLE: Show marker as a circle.
TRIANGLE: Show marker as a triangle.
SQUARE: Show marker as a square.
DIAMOND: Show marker as a diamond.
ROUNDED_SQUARE: Show marker as a rounded square.
markerShape - Shape option for markers in the series.
CIRCLE: Show marker as a circle.
TRIANGLE: Show marker as a triangle.
SQUARE: Show marker as a square.
DIAMOND: Show marker as a diamond.
ROUNDED_SQUARE: Show marker as a rounded square.
LineChartMarkerShapepublic void setMarkerSize(String markerSize)
Size of marker in the series.
markerSize - Size of marker in the series.public String getMarkerSize()
Size of marker in the series.
public LineChartMarkerStyleSettings withMarkerSize(String markerSize)
Size of marker in the series.
markerSize - Size of marker in the series.public void setMarkerColor(String markerColor)
Color of marker in the series.
markerColor - Color of marker in the series.public String getMarkerColor()
Color of marker in the series.
public LineChartMarkerStyleSettings withMarkerColor(String markerColor)
Color of marker in the series.
markerColor - Color of marker in the series.public String toString()
toString in class ObjectObject.toString()public LineChartMarkerStyleSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.