Package nl.crashdata.chartjs.data.simple
Class SimpleChartJsHoverConfig
- java.lang.Object
-
- nl.crashdata.chartjs.data.simple.SimpleChartJsHoverConfig
-
- All Implemented Interfaces:
Serializable,ChartJsHoverConfig
public class SimpleChartJsHoverConfig extends Object implements ChartJsHoverConfig
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleChartJsHoverConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChartJsInteractionModegetMode()BooleanisIntersect()voidsetIntersect(Boolean intersect)voidsetMode(ChartJsInteractionMode mode)
-
-
-
Method Detail
-
getMode
public ChartJsInteractionMode getMode()
- Specified by:
getModein interfaceChartJsHoverConfig
-
setMode
public void setMode(ChartJsInteractionMode mode)
-
isIntersect
public Boolean isIntersect()
- Specified by:
isIntersectin interfaceChartJsHoverConfig
-
setIntersect
public void setIntersect(Boolean intersect)
-
-