Uses of Class
software.xdev.chartjs.model.color.Color
Packages that use Color
Package
Description
-
Uses of Color in software.xdev.chartjs.model.color
Fields in software.xdev.chartjs.model.color declared as ColorModifier and TypeFieldDescriptionstatic final ColorColor.AQUAstatic final ColorColor.AQUA_MARINEstatic final ColorColor.AZUREstatic final ColorColor.BLACKstatic final ColorColor.BLUEstatic final ColorColor.BLUE_VIOLETstatic final ColorColor.BROWNstatic final ColorColor.CHOCOLATEstatic final ColorColor.CRIMSONstatic final ColorColor.CYANstatic final ColorColor.DARK_BLUEstatic final ColorColor.DARK_CYANstatic final ColorColor.DARK_GRAYstatic final ColorColor.DARK_GREENstatic final ColorColor.DARK_KHAKIstatic final ColorColor.DARK_OLIVE_GREENstatic final ColorColor.DARK_ORANGEstatic final ColorColor.DARK_REDstatic final ColorColor.DARK_SALMONstatic final ColorColor.DARK_TURQUOISEstatic final ColorColor.DEEP_PINKstatic final ColorColor.DIM_GRAYstatic final ColorColor.GOLDstatic final ColorColor.GRAYstatic final ColorColor.GREENstatic final ColorColor.GREEN_YELLOWstatic final ColorColor.HOT_PINKstatic final ColorColor.KHAKIstatic final ColorColor.LAVENDERstatic final ColorColor.LIGHT_BLUEstatic final ColorColor.LIGHT_CYANstatic final ColorColor.LIGHT_GRAYstatic final ColorColor.LIGHT_PINKstatic final ColorColor.LIGHT_SALMONstatic final ColorColor.LIGHT_SKY_BLUEstatic final ColorColor.LIGHT_YELLOWstatic final ColorColor.LIMEstatic final ColorColor.LINENstatic final ColorColor.MAGENTAstatic final ColorColor.MAROONstatic final ColorColor.MEDIUM_BLUEstatic final ColorColor.MEDIUM_TURQUOISEstatic final ColorColor.MIDNIGHT_BLUEstatic final ColorColor.NAVYstatic final ColorColor.OLIVEstatic final ColorColor.ORANGEstatic final ColorColor.ORANGE_REDstatic final ColorColor.PALE_TURQUOISEstatic final ColorColor.PINKstatic final ColorColor.PURPLEstatic final ColorColor.REDstatic final ColorColor.SALMONstatic final ColorColor.SILVERstatic final ColorColor.SKY_BLUEstatic final ColorColor.TANstatic final ColorColor.TEALstatic final ColorColor.TRANSPARENTstatic final ColorColor.TURQUOISEstatic final ColorColor.VIOLETstatic final ColorColor.WHITEstatic final ColorColor.YELLOWstatic final ColorColor.YELLOW_GREENMethods in software.xdev.chartjs.model.color that return ColorModifier and TypeMethodDescriptionstatic ColorColor.random()Constructs and returns a new fully random Color instance.Constructors in software.xdev.chartjs.model.color with parameters of type Color -
Uses of Color in software.xdev.chartjs.model.dataset
Fields in software.xdev.chartjs.model.dataset with type parameters of type ColorModifier and TypeFieldDescriptionBackgroundBorderHoverDataset.backgroundColorBackgroundBorderHoverDataset.borderColorBackgroundBorderHoverDataset.hoverBackgroundColorBackgroundBorderHoverDataset.hoverBorderColorMethods in software.xdev.chartjs.model.dataset that return ColorModifier and TypeMethodDescriptionPointDataset.getBackgroundColor()PointDataset.getBorderColor()Methods in software.xdev.chartjs.model.dataset that return types with arguments of type ColorModifier and TypeMethodDescriptionBackgroundBorderHoverDataset.getBackgroundColor()BackgroundBorderHoverDataset.getBorderColor()BackgroundBorderHoverDataset.getHoverBackgroundColor()BackgroundBorderHoverDataset.getHoverBorderColor()PointDataset.getPointBackgroundColor()PointDataset.getPointBorderColor()PointDataset.getPointHoverBackgroundColor()PointDataset.getPointHoverBorderColor()Methods in software.xdev.chartjs.model.dataset with parameters of type ColorModifier and TypeMethodDescriptionBackgroundBorderHoverDataset.addBackgroundColor(Color backgroundColor) BackgroundBorderHoverDataset.addBackgroundColors(Color... backgroundColors) BackgroundBorderHoverDataset.addBorderColor(Color borderColor) BackgroundBorderHoverDataset.addBorderColors(Color... borderColors) BackgroundBorderHoverDataset.addHoverBackgroundColor(Color hoverBackgroundColor) BackgroundBorderHoverDataset.addHoverBorderColor(Color hoverBorderColor) PointDataset.addPointBackgroundColor(Color pointBackgroundColor) PointDataset.addPointBorderColor(Color pointBorderColor) PointDataset.addPointHoverBackgroundColor(Color pointHoverBackgroundColor) PointDataset.addPointHoverBorderColor(Color pointHoverBorderColor) BackgroundBorderHoverDataset.setBackgroundColor(Color backgroundColor) PointDataset.setBackgroundColor(Color backgroundColor) The fill color under the line.BackgroundBorderHoverDataset.setBorderColor(Color borderColor) PointDataset.setBorderColor(Color borderColor) The color of the line.BackgroundBorderHoverDataset.setHoverBackgroundColor(Color hoverBackgroundColor) BackgroundBorderHoverDataset.setHoverBorderColor(Color hoverBorderColor) Method parameters in software.xdev.chartjs.model.dataset with type arguments of type ColorModifier and TypeMethodDescriptionBackgroundBorderHoverDataset.setBackgroundColor(List<Color> backgroundColor) BackgroundBorderHoverDataset.setBorderColor(List<Color> borderColor) BackgroundBorderHoverDataset.setHoverBackgroundColor(List<Color> hoverBackgroundColor) BackgroundBorderHoverDataset.setHoverBorderColor(List<Color> hoverBorderColor) PointDataset.setPointBackgroundColor(List<Color> pointBackgroundColor) The fill color for pointsPointDataset.setPointBorderColor(List<Color> pointBorderColor) The border color for points.PointDataset.setPointHoverBackgroundColor(List<Color> pointHoverBackgroundColor) Point background color when hoveredPointDataset.setPointHoverBorderColor(List<Color> pointHoverBorderColor) Point border color when hovered -
Uses of Color in software.xdev.chartjs.model.options
Fields in software.xdev.chartjs.model.options declared as ColorModifier and TypeFieldDescriptionprotected ColorTooltip.backgroundColorprotected ColorTooltip.bodyFontColorprotected ColorLegendLabels.fontColorprotected ColorTitle.fontColorprotected ColorTooltip.footerFontColorprotected ColorTooltip.multiKeyBackgroundprotected ColorTooltip.titleFontColorMethods in software.xdev.chartjs.model.options that return ColorModifier and TypeMethodDescriptionTooltip.getBackgroundColor()Tooltip.getBodyFontColor()LegendLabels.getFontColor()Title.getFontColor()Tooltip.getFooterFontColor()Tooltip.getMultiKeyBackground()Tooltip.getTitleFontColor()Methods in software.xdev.chartjs.model.options with parameters of type ColorModifier and TypeMethodDescriptionTooltip.setBackgroundColor(Color backgroundColor) Background color of the tooltipTooltip.setBodyFontColor(Color bodyFontColor) Font color for tooltip items.LegendLabels.setFontColor(Color fontColor) Font color inherited from global configurationTitle.setFontColor(Color fontColor) Font color inherited from global configurationTooltip.setFooterFontColor(Color footerFontColor) Font color for tooltip footer.Tooltip.setMultiKeyBackground(Color multiKeyBackground) Color to draw behind the colored boxes when multiple items are in the tooltipTooltip.setTitleFontColor(Color titleFontColor) Font color for tooltip title -
Uses of Color in software.xdev.chartjs.model.options.elements
Fields in software.xdev.chartjs.model.options.elements declared as ColorModifier and TypeFieldDescriptionprotected ColorArc.backgroundColorprotected ColorBar.backgroundColorprotected ColorLine.backgroundColorprotected ColorPoint.backgroundColorprotected ColorArc.borderColorprotected ColorBar.borderColorprotected ColorLine.borderColorprotected ColorPoint.borderColorMethods in software.xdev.chartjs.model.options.elements that return ColorModifier and TypeMethodDescriptionArc.getBackgroundColor()Bar.getBackgroundColor()Line.getBackgroundColor()Point.getBackgroundColor()Arc.getBorderColor()Bar.getBorderColor()Line.getBorderColor()Point.getBorderColor()Methods in software.xdev.chartjs.model.options.elements with parameters of type ColorModifier and TypeMethodDescriptionArc.setBackgroundColor(Color backgroundColor) Default fill color for arcs.Bar.setBackgroundColor(Color backgroundColor) Default bar fill colorLine.setBackgroundColor(Color backgroundColor) Default line fill colorPoint.setBackgroundColor(Color backgroundColor) Default point fill colorArc.setBorderColor(Color borderColor) Default stroke color for arcsBar.setBorderColor(Color borderColor) Default bar stroke colorLine.setBorderColor(Color borderColor) Default line stroke colorPoint.setBorderColor(Color borderColor) Default point stroke color -
Uses of Color in software.xdev.chartjs.model.options.scales
Fields in software.xdev.chartjs.model.options.scales declared as ColorModifier and TypeFieldDescriptionprotected ColorAngleLines.colorprotected ColorScaleTitle.colorprotected ColorPointLabels.fontColorprotected ColorGridLines.zeroLineColorFields in software.xdev.chartjs.model.options.scales with type parameters of type ColorMethods in software.xdev.chartjs.model.options.scales that return ColorModifier and TypeMethodDescriptionAngleLines.getColor()ScaleTitle.getColor()PointLabels.getFontColor()GridLines.getZeroLineColor()Methods in software.xdev.chartjs.model.options.scales that return types with arguments of type ColorMethods in software.xdev.chartjs.model.options.scales with parameters of type ColorModifier and TypeMethodDescriptionColor of angled linesFont color for the scale title.PointLabels.setFontColor(Color fontColor) Font colorGridLines.setZeroLineColor(Color zeroLineColor) Stroke color of the grid line for the first index (index 0).Method parameters in software.xdev.chartjs.model.options.scales with type arguments of type Color -
Uses of Color in software.xdev.chartjs.model.options.ticks
Fields in software.xdev.chartjs.model.options.ticks declared as ColorModifier and TypeFieldDescriptionprotected ColorRadialLinearTicks.backdropColorDefault'rgba(255, 255, 255, 0.75)'protected ColorTicks.fontColorMethods in software.xdev.chartjs.model.options.ticks that return ColorMethods in software.xdev.chartjs.model.options.ticks with parameters of type ColorModifier and TypeMethodDescriptionRadialLinearTicks.setBackdropColor(Color backdropColor) Color of label backdropsTicks.setFontColor(Color fontColor) Font color for the tick labels.