@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AxisTickLabelOptions extends Object implements Serializable, Cloneable, StructuredPojo
The tick label options of an axis.
Constructor and Description |
---|
AxisTickLabelOptions() |
Modifier and Type | Method and Description |
---|---|
AxisTickLabelOptions |
clone() |
boolean |
equals(Object obj) |
LabelOptions |
getLabelOptions()
Determines whether or not the axis ticks are visible.
|
Double |
getRotationAngle()
The rotation angle of the axis tick labels.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLabelOptions(LabelOptions labelOptions)
Determines whether or not the axis ticks are visible.
|
void |
setRotationAngle(Double rotationAngle)
The rotation angle of the axis tick labels.
|
String |
toString()
Returns a string representation of this object.
|
AxisTickLabelOptions |
withLabelOptions(LabelOptions labelOptions)
Determines whether or not the axis ticks are visible.
|
AxisTickLabelOptions |
withRotationAngle(Double rotationAngle)
The rotation angle of the axis tick labels.
|
public void setLabelOptions(LabelOptions labelOptions)
Determines whether or not the axis ticks are visible.
labelOptions
- Determines whether or not the axis ticks are visible.public LabelOptions getLabelOptions()
Determines whether or not the axis ticks are visible.
public AxisTickLabelOptions withLabelOptions(LabelOptions labelOptions)
Determines whether or not the axis ticks are visible.
labelOptions
- Determines whether or not the axis ticks are visible.public void setRotationAngle(Double rotationAngle)
The rotation angle of the axis tick labels.
rotationAngle
- The rotation angle of the axis tick labels.public Double getRotationAngle()
The rotation angle of the axis tick labels.
public AxisTickLabelOptions withRotationAngle(Double rotationAngle)
The rotation angle of the axis tick labels.
rotationAngle
- The rotation angle of the axis tick labels.public String toString()
toString
in class Object
Object.toString()
public AxisTickLabelOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.