Package travel.wink.sdk.extranet.model
Class GridLines
java.lang.Object
travel.wink.sdk.extranet.model.GridLines
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-28T12:37:26.819025+07:00[Asia/Bangkok]")
public class GridLines
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 Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondashType(GridLines.DashTypeEnum dashType) booleangetColor()Get colorGet dashType@Valid BigDecimalgetSkip()Get skip@Valid BigDecimalgetStep()Get stepGet visible@Valid BigDecimalgetWidth()Get widthinthashCode()voidvoidsetDashType(GridLines.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
-
GridLines
public GridLines()
-
-
Method Details
-
color
-
getColor
Get color- Returns:
- color
-
setColor
-
dashType
-
getDashType
Get dashType- Returns:
- dashType
-
setDashType
-
skip
-
getSkip
Get skip- Returns:
- skip
-
setSkip
-
step
-
getStep
Get step- Returns:
- step
-
setStep
-
visible
-
getVisible
Get visible- Returns:
- visible
-
setVisible
-
width
-
getWidth
Get width- Returns:
- width
-
setWidth
-
equals
-
hashCode
public int hashCode() -
toString
-