Package travel.wink.sdk.extranet.model
Class GridLinesSupplier
java.lang.Object
travel.wink.sdk.extranet.model.GridLinesSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-05T21:41:24.797077847+07:00[Asia/Bangkok]")
public class GridLinesSupplier
extends Object
The configuration of the minor grid lines. These are the lines that are an extension of the minor ticks through the body of the Chart.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets dashType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondashType(GridLinesSupplier.DashTypeEnum dashType) booleangetColor()Get colorGet dashType@Valid BigDecimalgetSkip()Get skip@Valid BigDecimalgetStep()Get stepGet visible@Valid BigDecimalgetWidth()Get widthinthashCode()voidvoidsetDashType(GridLinesSupplier.DashTypeEnum dashType) voidsetSkip(BigDecimal skip) voidsetStep(BigDecimal step) voidsetVisible(Boolean visible) voidsetWidth(BigDecimal width) skip(BigDecimal skip) step(BigDecimal step) toString()width(BigDecimal width)
-
Field Details
-
JSON_PROPERTY_COLOR
- See Also:
-
JSON_PROPERTY_DASH_TYPE
- See Also:
-
JSON_PROPERTY_SKIP
- See Also:
-
JSON_PROPERTY_STEP
- See Also:
-
JSON_PROPERTY_VISIBLE
- See Also:
-
JSON_PROPERTY_WIDTH
- See Also:
-
-
Constructor Details
-
GridLinesSupplier
public GridLinesSupplier()
-
-
Method Details
-
color
-
getColor
-
setColor
-
dashType
-
getDashType
-
setDashType
-
skip
-
getSkip
-
setSkip
-
step
-
getStep
-
setStep
-
visible
-
getVisible
-
setVisible
-
width
-
getWidth
-
setWidth
-
equals
-
hashCode
-
toString
-