Uses of Class
com.storedobject.chart.AbstractColor
Packages that use AbstractColor
-
Uses of AbstractColor in com.storedobject.chart
Subclasses of AbstractColor in com.storedobject.chartModifier and TypeClassDescriptionclassRepresentation of color.classRepresentation of color gradient.Methods in com.storedobject.chart that return AbstractColorModifier and TypeMethodDescriptionfinal AbstractColorBorder.getBackground()Get background color.final AbstractColorDataZoom.getBackground()Get the background color.final AbstractColorTextStyle.getBackground()Get background color.final AbstractColorDataZoom.getBorderColor()Get the border color.final AbstractColorDataZoom.HandleStyle.getBorderColor()Get the border color.final AbstractColorAbstractStyle.getColor()Get color.Axis.PointerHandle.getColor()Get the color of the handle.final AbstractColorDataZoom.HandleStyle.getColor()Get color.final AbstractColorRadarCoordinate.getColor()Get the color of the indicator.final AbstractColorShadow.getColor()Get the color.final AbstractColorTextStyle.getColor()Get color.final AbstractColorShape.Style.getFillColor()Get the fill color.final AbstractColorDataZoom.getFillerColor()Get the filler color.final AbstractColorShape.Style.getStrokeColor()Get the stroke color.Methods in com.storedobject.chart that return types with arguments of type AbstractColorMethods in com.storedobject.chart with parameters of type AbstractColorModifier and TypeMethodDescriptionvoidGaugeChart.addDialZone(int percentage, AbstractColor color) Add a zone to the dial that should show in a different color.voidBorder.setBackground(AbstractColor background) Set background color.voidDataZoom.setBackground(AbstractColor background) Set the background color.voidTextStyle.setBackground(AbstractColor background) Set background color.voidDataZoom.HandleStyle.setBorderColor(AbstractColor color) Set the border color.voidDataZoom.setBorderColor(AbstractColor borderColor) Set the border color.voidAbstractStyle.setColor(AbstractColor color) Set color.voidAxis.PointerHandle.setColor(AbstractColor color) Set the color of the handle.voidDataZoom.HandleStyle.setColor(AbstractColor color) Set color.voidRadarCoordinate.setColor(AbstractColor color) Set color of the indicator.voidShadow.setColor(AbstractColor color) Set the color.voidTextStyle.setColor(AbstractColor color) Set color.voidAreaStyle.setColors(AbstractColor... colors) Set multiple colors.voidChart.setColors(AbstractColor... colors) Set colors for the charts.voidShape.Style.setFillColor(AbstractColor fillColor) Set the fill color.voidDataZoom.setFillerColor(AbstractColor fillerColor) Set the filler color to fill the selected area.voidShape.Style.setStrokeColor(AbstractColor strokeColor) Set the stroke color.