@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DonutOptions extends Object implements Serializable, Cloneable, StructuredPojo
The options for configuring a donut chart or pie chart.
| Constructor and Description |
|---|
DonutOptions() |
| Modifier and Type | Method and Description |
|---|---|
DonutOptions |
clone() |
boolean |
equals(Object obj) |
ArcOptions |
getArcOptions()
The option for define the arc of the chart shape.
|
DonutCenterOptions |
getDonutCenterOptions()
The label options of the label that is displayed in the center of a donut chart.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArcOptions(ArcOptions arcOptions)
The option for define the arc of the chart shape.
|
void |
setDonutCenterOptions(DonutCenterOptions donutCenterOptions)
The label options of the label that is displayed in the center of a donut chart.
|
String |
toString()
Returns a string representation of this object.
|
DonutOptions |
withArcOptions(ArcOptions arcOptions)
The option for define the arc of the chart shape.
|
DonutOptions |
withDonutCenterOptions(DonutCenterOptions donutCenterOptions)
The label options of the label that is displayed in the center of a donut chart.
|
public void setArcOptions(ArcOptions arcOptions)
The option for define the arc of the chart shape. Valid values are as follows:
WHOLE - A pie chart
SMALL- A small-sized donut chart
MEDIUM- A medium-sized donut chart
LARGE- A large-sized donut chart
arcOptions - The option for define the arc of the chart shape. Valid values are as follows:
WHOLE - A pie chart
SMALL- A small-sized donut chart
MEDIUM- A medium-sized donut chart
LARGE- A large-sized donut chart
public ArcOptions getArcOptions()
The option for define the arc of the chart shape. Valid values are as follows:
WHOLE - A pie chart
SMALL- A small-sized donut chart
MEDIUM- A medium-sized donut chart
LARGE- A large-sized donut chart
WHOLE - A pie chart
SMALL- A small-sized donut chart
MEDIUM- A medium-sized donut chart
LARGE- A large-sized donut chart
public DonutOptions withArcOptions(ArcOptions arcOptions)
The option for define the arc of the chart shape. Valid values are as follows:
WHOLE - A pie chart
SMALL- A small-sized donut chart
MEDIUM- A medium-sized donut chart
LARGE- A large-sized donut chart
arcOptions - The option for define the arc of the chart shape. Valid values are as follows:
WHOLE - A pie chart
SMALL- A small-sized donut chart
MEDIUM- A medium-sized donut chart
LARGE- A large-sized donut chart
public void setDonutCenterOptions(DonutCenterOptions donutCenterOptions)
The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
donutCenterOptions - The label options of the label that is displayed in the center of a donut chart. This option isn't
available for pie charts.public DonutCenterOptions getDonutCenterOptions()
The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
public DonutOptions withDonutCenterOptions(DonutCenterOptions donutCenterOptions)
The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
donutCenterOptions - The label options of the label that is displayed in the center of a donut chart. This option isn't
available for pie charts.public String toString()
toString in class ObjectObject.toString()public DonutOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.