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 TypeClassDescriptionclass
Representation of color.class
Representation of color gradient.Methods in com.storedobject.chart that return AbstractColorModifier and TypeMethodDescriptionfinal AbstractColor
Border.getBackground()
Get background color.final AbstractColor
DataZoom.getBackground()
Get the background color.final AbstractColor
TextStyle.getBackground()
Get background color.final AbstractColor
DataZoom.getBorderColor()
Get the border color.final AbstractColor
DataZoom.HandleStyle.getBorderColor()
Get the border color.final AbstractColor
AbstractStyle.getColor()
Get color.Axis.PointerHandle.getColor()
Get the color of the handle.final AbstractColor
DataZoom.HandleStyle.getColor()
Get color.final AbstractColor
RadarCoordinate.getColor()
Get the color of the indicator.final AbstractColor
Shadow.getColor()
Get the color.final AbstractColor
TextStyle.getColor()
Get color.final AbstractColor
Shape.Style.getFillColor()
Get the fill color.final AbstractColor
DataZoom.getFillerColor()
Get the filler color.final AbstractColor
Shape.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 TypeMethodDescriptionvoid
GaugeChart.addDialZone
(int percentage, AbstractColor color) Add a zone to the dial that should show in a different color.void
Border.setBackground
(AbstractColor background) Set background color.void
DataZoom.setBackground
(AbstractColor background) Set the background color.void
TextStyle.setBackground
(AbstractColor background) Set background color.void
DataZoom.HandleStyle.setBorderColor
(AbstractColor color) Set the border color.void
DataZoom.setBorderColor
(AbstractColor borderColor) Set the border color.void
AbstractStyle.setColor
(AbstractColor color) Set color.void
Axis.PointerHandle.setColor
(AbstractColor color) Set the color of the handle.void
DataZoom.HandleStyle.setColor
(AbstractColor color) Set color.void
RadarCoordinate.setColor
(AbstractColor color) Set color of the indicator.void
Shadow.setColor
(AbstractColor color) Set the color.void
TextStyle.setColor
(AbstractColor color) Set color.void
AreaStyle.setColors
(AbstractColor... colors) Set multiple colors.void
Chart.setColors
(AbstractColor... colors) Set colors for the charts.void
Shape.Style.setFillColor
(AbstractColor fillColor) Set the fill color.void
DataZoom.setFillerColor
(AbstractColor fillerColor) Set the filler color to fill the selected area.void
Shape.Style.setStrokeColor
(AbstractColor strokeColor) Set the stroke color.