Package travel.wink.sdk.affiliate.model
Class AxisLineSupplier
java.lang.Object
travel.wink.sdk.affiliate.model.AxisLineSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-28T11:50:31.122650324+07:00[Asia/Bangkok]")
public class AxisLineSupplier
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(AxisLineSupplier.DashTypeEnum dashType) booleangetColor()Get colorGet dashTypeGet visible@Valid BigDecimalgetWidth()Get widthinthashCode()voidvoidsetDashType(AxisLineSupplier.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
-
AxisLineSupplier
public AxisLineSupplier()
-
-
Method Details
-
color
-
getColor
-
setColor
-
dashType
-
getDashType
-
setDashType
-
visible
-
getVisible
-
setVisible
-
width
-
getWidth
-
setWidth
-
equals
-
hashCode
-
toString
-