Uses of Class
software.xdev.chartjs.model.options.elements.Point
Packages that use Point
-
Uses of Point in software.xdev.chartjs.model.options.elements
Fields in software.xdev.chartjs.model.options.elements declared as PointModifier and TypeFieldDescriptionprotected Point
LineElements.point
protected Point
PointElements.point
protected Point
BubbleElements.points
Methods in software.xdev.chartjs.model.options.elements that return PointModifier and TypeMethodDescriptionLineElements.getPoint()
PointElements.getPoint()
BubbleElements.getPoints()
Point.setBackgroundColor
(Object backgroundColor) Default point fill colorPoint.setBorderColor
(Object borderColor) Default point stroke colorPoint.setBorderWidth
(Integer borderWidth) Default point stroke widthPoint.setHitRadius
(Integer hitRadius) Extra radius added to point radius for hit detectionPoint.setHoverBorderWidth
(Integer hoverBorderWidth) Default stroke width when hoveredPoint.setHoverRadius
(Integer hoverRadius) Default point radius when hoveredPoint.setPointStyle
(PointStyle pointStyle) Default point styleDefault point radiusMethods in software.xdev.chartjs.model.options.elements with parameters of type PointModifier and TypeMethodDescriptionConstructors in software.xdev.chartjs.model.options.elements with parameters of type PointModifierConstructorDescriptionLineElements
(Line line, Point point) ConstructorLineElements
(Point point) ConstructorPointElements
(Point point) Constructor