@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LineChartLineStyleSettings extends Object implements Serializable, Cloneable, StructuredPojo
Line styles options for a line series in LineChartVisual
.
Constructor and Description |
---|
LineChartLineStyleSettings() |
Modifier and Type | Method and Description |
---|---|
LineChartLineStyleSettings |
clone() |
boolean |
equals(Object obj) |
String |
getLineInterpolation()
Interpolation style for line series.
|
String |
getLineStyle()
Line style for line series.
|
String |
getLineVisibility()
Configuration option that determines whether to show the line for the series.
|
String |
getLineWidth()
Width that determines the line thickness.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLineInterpolation(String lineInterpolation)
Interpolation style for line series.
|
void |
setLineStyle(String lineStyle)
Line style for line series.
|
void |
setLineVisibility(String lineVisibility)
Configuration option that determines whether to show the line for the series.
|
void |
setLineWidth(String lineWidth)
Width that determines the line thickness.
|
String |
toString()
Returns a string representation of this object.
|
LineChartLineStyleSettings |
withLineInterpolation(LineInterpolation lineInterpolation)
Interpolation style for line series.
|
LineChartLineStyleSettings |
withLineInterpolation(String lineInterpolation)
Interpolation style for line series.
|
LineChartLineStyleSettings |
withLineStyle(LineChartLineStyle lineStyle)
Line style for line series.
|
LineChartLineStyleSettings |
withLineStyle(String lineStyle)
Line style for line series.
|
LineChartLineStyleSettings |
withLineVisibility(String lineVisibility)
Configuration option that determines whether to show the line for the series.
|
LineChartLineStyleSettings |
withLineVisibility(Visibility lineVisibility)
Configuration option that determines whether to show the line for the series.
|
LineChartLineStyleSettings |
withLineWidth(String lineWidth)
Width that determines the line thickness.
|
public void setLineVisibility(String lineVisibility)
Configuration option that determines whether to show the line for the series.
lineVisibility
- Configuration option that determines whether to show the line for the series.Visibility
public String getLineVisibility()
Configuration option that determines whether to show the line for the series.
Visibility
public LineChartLineStyleSettings withLineVisibility(String lineVisibility)
Configuration option that determines whether to show the line for the series.
lineVisibility
- Configuration option that determines whether to show the line for the series.Visibility
public LineChartLineStyleSettings withLineVisibility(Visibility lineVisibility)
Configuration option that determines whether to show the line for the series.
lineVisibility
- Configuration option that determines whether to show the line for the series.Visibility
public void setLineInterpolation(String lineInterpolation)
Interpolation style for line series.
LINEAR
: Show as default, linear style.
SMOOTH
: Show as a smooth curve.
STEPPED
: Show steps in line.
lineInterpolation
- Interpolation style for line series.
LINEAR
: Show as default, linear style.
SMOOTH
: Show as a smooth curve.
STEPPED
: Show steps in line.
LineInterpolation
public String getLineInterpolation()
Interpolation style for line series.
LINEAR
: Show as default, linear style.
SMOOTH
: Show as a smooth curve.
STEPPED
: Show steps in line.
LINEAR
: Show as default, linear style.
SMOOTH
: Show as a smooth curve.
STEPPED
: Show steps in line.
LineInterpolation
public LineChartLineStyleSettings withLineInterpolation(String lineInterpolation)
Interpolation style for line series.
LINEAR
: Show as default, linear style.
SMOOTH
: Show as a smooth curve.
STEPPED
: Show steps in line.
lineInterpolation
- Interpolation style for line series.
LINEAR
: Show as default, linear style.
SMOOTH
: Show as a smooth curve.
STEPPED
: Show steps in line.
LineInterpolation
public LineChartLineStyleSettings withLineInterpolation(LineInterpolation lineInterpolation)
Interpolation style for line series.
LINEAR
: Show as default, linear style.
SMOOTH
: Show as a smooth curve.
STEPPED
: Show steps in line.
lineInterpolation
- Interpolation style for line series.
LINEAR
: Show as default, linear style.
SMOOTH
: Show as a smooth curve.
STEPPED
: Show steps in line.
LineInterpolation
public void setLineStyle(String lineStyle)
Line style for line series.
SOLID
: Show as a solid line.
DOTTED
: Show as a dotted line.
DASHED
: Show as a dashed line.
lineStyle
- Line style for line series.
SOLID
: Show as a solid line.
DOTTED
: Show as a dotted line.
DASHED
: Show as a dashed line.
LineChartLineStyle
public String getLineStyle()
Line style for line series.
SOLID
: Show as a solid line.
DOTTED
: Show as a dotted line.
DASHED
: Show as a dashed line.
SOLID
: Show as a solid line.
DOTTED
: Show as a dotted line.
DASHED
: Show as a dashed line.
LineChartLineStyle
public LineChartLineStyleSettings withLineStyle(String lineStyle)
Line style for line series.
SOLID
: Show as a solid line.
DOTTED
: Show as a dotted line.
DASHED
: Show as a dashed line.
lineStyle
- Line style for line series.
SOLID
: Show as a solid line.
DOTTED
: Show as a dotted line.
DASHED
: Show as a dashed line.
LineChartLineStyle
public LineChartLineStyleSettings withLineStyle(LineChartLineStyle lineStyle)
Line style for line series.
SOLID
: Show as a solid line.
DOTTED
: Show as a dotted line.
DASHED
: Show as a dashed line.
lineStyle
- Line style for line series.
SOLID
: Show as a solid line.
DOTTED
: Show as a dotted line.
DASHED
: Show as a dashed line.
LineChartLineStyle
public void setLineWidth(String lineWidth)
Width that determines the line thickness.
lineWidth
- Width that determines the line thickness.public String getLineWidth()
Width that determines the line thickness.
public LineChartLineStyleSettings withLineWidth(String lineWidth)
Width that determines the line thickness.
lineWidth
- Width that determines the line thickness.public String toString()
toString
in class Object
Object.toString()
public LineChartLineStyleSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.