Package travel.wink.sdk.affiliate.model
Class AxisLine
java.lang.Object
travel.wink.sdk.affiliate.model.AxisLine
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-07-21T13:34:06.734669+07:00[Asia/Bangkok]")
public class AxisLine
extends Object
The configuration of the axis lines. Also affects the major and minor ticks, but not the grid lines.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondashType(AxisLine.DashTypeEnum dashType) booleangetColor()Get colorGet dashTypeGet visible@Valid BigDecimalgetWidth()Get widthinthashCode()voidvoidsetDashType(AxisLine.DashTypeEnum dashType) voidsetVisible(Boolean visible) voidsetWidth(BigDecimal width) toString()width(BigDecimal width)
-
Field Details
-
JSON_PROPERTY_COLOR
- See Also:
-
JSON_PROPERTY_DASH_TYPE
- See Also:
-
JSON_PROPERTY_VISIBLE
- See Also:
-
JSON_PROPERTY_WIDTH
- See Also:
-
-
Constructor Details
-
AxisLine
public AxisLine()
-
-
Method Details
-
color
-
getColor
Get color- Returns:
- color
-
setColor
-
dashType
-
getDashType
Get dashType- Returns:
- dashType
-
setDashType
-
visible
-
getVisible
Get visible- Returns:
- visible
-
setVisible
-
width
-
getWidth
Get width- Returns:
- width
-
setWidth
-
equals
-
hashCode
public int hashCode() -
toString
-