Package travel.wink.sdk.affiliate.model
Class CategoryAxisCrosshair
java.lang.Object
travel.wink.sdk.affiliate.model.CategoryAxisCrosshair
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-07-03T20:09:51.912811+07:00[Asia/Bangkok]")
public class CategoryAxisCrosshair
extends Object
The configuration options of the crosshair. The crosshair is displayed when the `categoryAxis.crosshair.visible` option is set to `true`.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets dashType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondashType(CategoryAxisCrosshair.DashTypeEnum dashType) booleangetColor()Get colorGet dashType@Valid BigDecimalGet opacity@Valid CategoryAxisCrosshairTooltipGet tooltipGet visible@Valid BigDecimalgetWidth()Get widthinthashCode()opacity(BigDecimal opacity) voidvoidvoidsetOpacity(BigDecimal opacity) voidsetTooltip(CategoryAxisCrosshairTooltip tooltip) voidsetVisible(Boolean visible) voidsetWidth(BigDecimal width) tooltip(CategoryAxisCrosshairTooltip tooltip) toString()width(BigDecimal width)
-
Field Details
-
JSON_PROPERTY_COLOR
- See Also:
-
JSON_PROPERTY_DASH_TYPE
- See Also:
-
JSON_PROPERTY_OPACITY
- See Also:
-
JSON_PROPERTY_VISIBLE
- See Also:
-
JSON_PROPERTY_WIDTH
- See Also:
-
JSON_PROPERTY_TOOLTIP
- See Also:
-
-
Constructor Details
-
CategoryAxisCrosshair
public CategoryAxisCrosshair()
-
-
Method Details
-
color
-
getColor
Get color- Returns:
- color
-
setColor
-
dashType
-
getDashType
Get dashType- Returns:
- dashType
-
setDashType
-
opacity
-
getOpacity
Get opacity- Returns:
- opacity
-
setOpacity
-
visible
-
getVisible
Get visible- Returns:
- visible
-
setVisible
-
width
-
getWidth
Get width- Returns:
- width
-
setWidth
-
tooltip
-
getTooltip
Get tooltip- Returns:
- tooltip
-
setTooltip
-
equals
-
hashCode
public int hashCode() -
toString
-