Uses of Interface
io.keikai.model.SColor
-
Packages that use SColor Package Description io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.importer io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.impl.chart Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.impl.sys Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.sys.format Keikai Spreadsheet Internal Book Model Engines classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of SColor in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SColor Modifier and Type Method Description SColor
ColorImpl. getNative()
Methods in io.keikai.api.model.impl that return types with arguments of type SColor Modifier and Type Method Description ModelRef<SColor>
ColorImpl. getRef()
-
Uses of SColor in io.keikai.importer
Methods in io.keikai.importer that return SColor Modifier and Type Method Description protected static SColor
XlsxImporter. getSchemeHTMLColor(XlsxExtractor.XlsxSchemeClrExtractor color, XlsxExtractor.XlsxThemesExtractor themes)
protected SColor
XlsxImporter. toColor(XlsxExtractor.XlsxColorExtractor extractor)
-
Uses of SColor in io.keikai.model
Methods in io.keikai.model that return SColor Modifier and Type Method Description SColor
SBook. createColor(byte r, byte g, byte b)
SColor
SBook. createColor(String htmlColor)
SColor
SDataBar. getAxisColor()
Return the axis color of the bar in extLst.SColor
SCellStyle. getBackColor()
SColor
SFill. getBackColor()
SColor
SBorder. getBorderBottomColor()
SColor
SCellStyle. getBorderBottomColor()
SColor
SDataBar. getBorderColor()
Return the border color of the bar in extLst.SColor
SBorder. getBorderDiagonalColor()
SColor
SCellStyle. getBorderDiagonalColor()
SColor
SBorder. getBorderHorizontalColor()
SColor
SCellStyle. getBorderHorizontalColor()
SColor
SBorder. getBorderLeftColor()
SColor
SCellStyle. getBorderLeftColor()
SColor
SBorder. getBorderRightColor()
SColor
SCellStyle. getBorderRightColor()
SColor
SBorder. getBorderTopColor()
SColor
SCellStyle. getBorderTopColor()
SColor
SBorder. getBorderVerticalColor()
SColor
SCellStyle. getBorderVerticalColor()
SColor
SBorderLine. getColor()
SColor
SDataBar. getColor()
Returns the color of the barSColor
SFont. getColor()
SColor
SCellStyle. getFillColor()
SColor
SFill. getFillColor()
SColor
SDataBar. getNegativeBorderColor()
Return the negative border color of the bar in extLst.SColor
SDataBar. getNegativeFillColor()
Return the negative fill color of the bar in extLst.Methods in io.keikai.model that return types with arguments of type SColor Modifier and Type Method Description List<SColor>
SColorScale. getColors()
Returns the gradient colorsMethods in io.keikai.model with parameters of type SColor Modifier and Type Method Description void
SCellStyle. setBackColor(SColor backColor)
Deprecated.void
SFill. setBackColor(SColor backColor)
Deprecated.void
SCellStyle. setBorderBottom(SBorder.BorderType borderBottom, SColor color)
Deprecated.void
SBorder. setBorderBottomColor(SColor color)
Deprecated.void
SCellStyle. setBorderBottomColor(SColor borderBottomColor)
Deprecated.void
SCellStyle. setBorderDiagonal(SBorder.BorderType borderDiagonal, SColor color)
Deprecated.void
SBorder. setBorderDiagonalColor(SColor color)
Deprecated.void
SCellStyle. setBorderDiagonalColor(SColor color)
Deprecated.void
SCellStyle. setBorderHorizontal(SBorder.BorderType borderHorizontal, SColor color)
Deprecated.void
SBorder. setBorderHorizontalColor(SColor color)
Deprecated.void
SCellStyle. setBorderHorizontalColor(SColor color)
Deprecated.void
SCellStyle. setBorderLeft(SBorder.BorderType borderLeft, SColor color)
Deprecated.void
SBorder. setBorderLeftColor(SColor color)
Deprecated.void
SCellStyle. setBorderLeftColor(SColor borderLeftColor)
Deprecated.void
SCellStyle. setBorderRight(SBorder.BorderType borderRight, SColor color)
Deprecated.void
SBorder. setBorderRightColor(SColor color)
Deprecated.void
SCellStyle. setBorderRightColor(SColor borderRightColor)
Deprecated.void
SCellStyle. setBorderTop(SBorder.BorderType borderTop, SColor color)
Deprecated.void
SBorder. setBorderTopColor(SColor color)
Deprecated.void
SCellStyle. setBorderTopColor(SColor borderTopColor)
Deprecated.void
SCellStyle. setBorderVertical(SBorder.BorderType borderVertical, SColor color)
Deprecated.void
SBorder. setBorderVerticalColor(SColor color)
Deprecated.void
SCellStyle. setBorderVerticalColor(SColor color)
Deprecated.void
SBorderLine. setColor(SColor color)
Deprecated.void
SFont. setColor(SColor fontColor)
Deprecated.void
SCellStyle. setFillColor(SColor fillColor)
Deprecated.void
SFill. setFillColor(SColor fillColor)
Deprecated. -
Uses of SColor in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SColor Modifier and Type Class Description class
AbstractColorAdv
class
ColorImpl
Fields in io.keikai.model.impl declared as SColor Modifier and Type Field Description protected SColor
FillImpl. _backColor
Deprecated.protected SColor
FillImpl. _fillColor
Deprecated.Methods in io.keikai.model.impl that return SColor Modifier and Type Method Description SColor
BookImpl. createColor(byte r, byte g, byte b)
SColor
BookImpl. createColor(String htmlColor)
SColor
DataBarImpl. getAxisColor()
SColor
CellStyleImpl. getBackColor()
Deprecated.SColor
FillImpl. getBackColor()
Deprecated.SColor
ImmutableCellStyleImpl. getBackColor()
SColor
ImmutableFillImpl. getBackColor()
SColor
NamedStyleImpl. getBackColor()
SColor
BorderImpl. getBorderBottomColor()
Deprecated.SColor
CellStyleImpl. getBorderBottomColor()
Deprecated.SColor
ImmutableBorderImpl. getBorderBottomColor()
SColor
ImmutableCellStyleImpl. getBorderBottomColor()
SColor
NamedStyleImpl. getBorderBottomColor()
SColor
DataBarImpl. getBorderColor()
SColor
BorderImpl. getBorderDiagonalColor()
Deprecated.SColor
CellStyleImpl. getBorderDiagonalColor()
Deprecated.SColor
ImmutableBorderImpl. getBorderDiagonalColor()
SColor
ImmutableCellStyleImpl. getBorderDiagonalColor()
SColor
NamedStyleImpl. getBorderDiagonalColor()
SColor
BorderImpl. getBorderHorizontalColor()
Deprecated.SColor
CellStyleImpl. getBorderHorizontalColor()
Deprecated.SColor
ImmutableBorderImpl. getBorderHorizontalColor()
SColor
ImmutableCellStyleImpl. getBorderHorizontalColor()
SColor
NamedStyleImpl. getBorderHorizontalColor()
SColor
BorderImpl. getBorderLeftColor()
Deprecated.SColor
CellStyleImpl. getBorderLeftColor()
Deprecated.SColor
ImmutableBorderImpl. getBorderLeftColor()
SColor
ImmutableCellStyleImpl. getBorderLeftColor()
SColor
NamedStyleImpl. getBorderLeftColor()
SColor
BorderImpl. getBorderRightColor()
Deprecated.SColor
CellStyleImpl. getBorderRightColor()
Deprecated.SColor
ImmutableBorderImpl. getBorderRightColor()
SColor
ImmutableCellStyleImpl. getBorderRightColor()
SColor
NamedStyleImpl. getBorderRightColor()
SColor
BorderImpl. getBorderTopColor()
Deprecated.SColor
CellStyleImpl. getBorderTopColor()
Deprecated.SColor
ImmutableBorderImpl. getBorderTopColor()
SColor
ImmutableCellStyleImpl. getBorderTopColor()
SColor
NamedStyleImpl. getBorderTopColor()
SColor
BorderImpl. getBorderVerticalColor()
Deprecated.SColor
CellStyleImpl. getBorderVerticalColor()
Deprecated.SColor
ImmutableBorderImpl. getBorderVerticalColor()
SColor
ImmutableCellStyleImpl. getBorderVerticalColor()
SColor
NamedStyleImpl. getBorderVerticalColor()
SColor
BorderLineImpl. getColor()
Deprecated.SColor
DataBarImpl. getColor()
SColor
FontImpl. getColor()
Deprecated.SColor
ImmutableBorderLineImpl. getColor()
SColor
ImmutableFontImpl. getColor()
abstract SColor
AbstractSeriesAdv. getDefaultColor()
data point colorsSColor
CellStyleImpl. getFillColor()
Deprecated.SColor
FillImpl. getFillColor()
Deprecated.SColor
ImmutableCellStyleImpl. getFillColor()
SColor
ImmutableFillImpl. getFillColor()
SColor
NamedStyleImpl. getFillColor()
SColor
DataBarImpl. getNegativeBorderColor()
SColor
DataBarImpl. getNegativeFillColor()
abstract SColor
AbstractFillAdv. getRawBackColor()
SColor
FillImpl. getRawBackColor()
Deprecated.SColor
ImmutableFillImpl. getRawBackColor()
abstract SColor
AbstractFillAdv. getRawFillColor()
SColor
FillImpl. getRawFillColor()
Deprecated.SColor
ImmutableFillImpl. getRawFillColor()
abstract SColor
AbstractChartAdv. getSparklineFirstPointColor()
SColor
ChartImpl. getSparklineFirstPointColor()
abstract SColor
AbstractChartAdv. getSparklineHighPointColor()
SColor
ChartImpl. getSparklineHighPointColor()
abstract SColor
AbstractChartAdv. getSparklineLastPointColor()
SColor
ChartImpl. getSparklineLastPointColor()
abstract SColor
AbstractChartAdv. getSparklineLowPointColor()
SColor
ChartImpl. getSparklineLowPointColor()
abstract SColor
AbstractChartAdv. getSparklineMarkerColor()
SColor
ChartImpl. getSparklineMarkerColor()
abstract SColor
AbstractChartAdv. getSparklineNegativePointColor()
SColor
ChartImpl. getSparklineNegativePointColor()
abstract SColor
AbstractChartAdv. getSparklineSeriesColor()
SColor
ChartImpl. getSparklineSeriesColor()
Methods in io.keikai.model.impl that return types with arguments of type SColor Modifier and Type Method Description List<SColor>
ColorScaleImpl. getColors()
abstract Map<Integer,SColor>
AbstractSeriesAdv. getDataPointColors()
abstract List<SColor>
AbstractBookAdv. getDefaultChartSeriesColors()
List<SColor>
BookImpl. getDefaultChartSeriesColors()
abstract List<SColor>
AbstractChartAdv. getSeriesColors()
Gets the default colors for seriesList<SColor>
ChartImpl. getSeriesColors()
Methods in io.keikai.model.impl with parameters of type SColor Modifier and Type Method Description void
ColorScaleImpl. addColor(SColor color)
abstract void
AbstractSeriesAdv. addDataPointColors(int index, SColor color)
void
DataBarImpl. setAxisColor(SColor axisColor)
void
CellStyleImpl. setBackColor(SColor backColor)
Deprecated.void
FillImpl. setBackColor(SColor backColor)
Deprecated.void
ImmutableCellStyleImpl. setBackColor(SColor backColor)
void
ImmutableFillImpl. setBackColor(SColor backColor)
void
NamedStyleImpl. setBackColor(SColor backColor)
void
CellStyleImpl. setBorderBottom(SBorder.BorderType borderBottom, SColor color)
Deprecated.void
ImmutableCellStyleImpl. setBorderBottom(SBorder.BorderType borderBottom, SColor color)
void
NamedStyleImpl. setBorderBottom(SBorder.BorderType borderBottom, SColor color)
void
BorderImpl. setBorderBottomColor(SColor color)
Deprecated.void
CellStyleImpl. setBorderBottomColor(SColor color)
Deprecated.void
ImmutableBorderImpl. setBorderBottomColor(SColor color)
void
ImmutableCellStyleImpl. setBorderBottomColor(SColor borderBottomColor)
void
NamedStyleImpl. setBorderBottomColor(SColor borderBottomColor)
void
DataBarImpl. setBorderColor(SColor borderColor)
void
CellStyleImpl. setBorderDiagonal(SBorder.BorderType type, SColor color)
Deprecated.void
ImmutableCellStyleImpl. setBorderDiagonal(SBorder.BorderType borderDiagonal, SColor color)
void
NamedStyleImpl. setBorderDiagonal(SBorder.BorderType borderDiagonal, SColor color)
void
BorderImpl. setBorderDiagonalColor(SColor color)
Deprecated.void
CellStyleImpl. setBorderDiagonalColor(SColor color)
Deprecated.void
ImmutableBorderImpl. setBorderDiagonalColor(SColor color)
void
ImmutableCellStyleImpl. setBorderDiagonalColor(SColor color)
void
NamedStyleImpl. setBorderDiagonalColor(SColor color)
void
CellStyleImpl. setBorderHorizontal(SBorder.BorderType type, SColor color)
Deprecated.void
ImmutableCellStyleImpl. setBorderHorizontal(SBorder.BorderType borderHorizontal, SColor color)
void
NamedStyleImpl. setBorderHorizontal(SBorder.BorderType borderHorizontal, SColor color)
void
BorderImpl. setBorderHorizontalColor(SColor color)
Deprecated.void
CellStyleImpl. setBorderHorizontalColor(SColor color)
Deprecated.void
ImmutableBorderImpl. setBorderHorizontalColor(SColor color)
void
ImmutableCellStyleImpl. setBorderHorizontalColor(SColor color)
void
NamedStyleImpl. setBorderHorizontalColor(SColor color)
void
CellStyleImpl. setBorderLeft(SBorder.BorderType borderLeft, SColor color)
Deprecated.void
ImmutableCellStyleImpl. setBorderLeft(SBorder.BorderType borderLeft, SColor color)
void
NamedStyleImpl. setBorderLeft(SBorder.BorderType borderLeft, SColor color)
void
BorderImpl. setBorderLeftColor(SColor color)
Deprecated.void
CellStyleImpl. setBorderLeftColor(SColor color)
Deprecated.void
ImmutableBorderImpl. setBorderLeftColor(SColor color)
void
ImmutableCellStyleImpl. setBorderLeftColor(SColor borderLeftColor)
void
NamedStyleImpl. setBorderLeftColor(SColor borderLeftColor)
void
CellStyleImpl. setBorderRight(SBorder.BorderType borderRight, SColor color)
Deprecated.void
ImmutableCellStyleImpl. setBorderRight(SBorder.BorderType borderRight, SColor color)
void
NamedStyleImpl. setBorderRight(SBorder.BorderType borderRight, SColor color)
void
BorderImpl. setBorderRightColor(SColor color)
Deprecated.void
CellStyleImpl. setBorderRightColor(SColor color)
Deprecated.void
ImmutableBorderImpl. setBorderRightColor(SColor color)
void
ImmutableCellStyleImpl. setBorderRightColor(SColor borderRightColor)
void
NamedStyleImpl. setBorderRightColor(SColor borderRightColor)
void
CellStyleImpl. setBorderTop(SBorder.BorderType borderTop, SColor color)
Deprecated.void
ImmutableCellStyleImpl. setBorderTop(SBorder.BorderType borderTop, SColor color)
void
NamedStyleImpl. setBorderTop(SBorder.BorderType borderTop, SColor color)
void
BorderImpl. setBorderTopColor(SColor color)
Deprecated.void
CellStyleImpl. setBorderTopColor(SColor color)
Deprecated.void
ImmutableBorderImpl. setBorderTopColor(SColor color)
void
ImmutableCellStyleImpl. setBorderTopColor(SColor borderTopColor)
void
NamedStyleImpl. setBorderTopColor(SColor borderTopColor)
void
CellStyleImpl. setBorderVertical(SBorder.BorderType type, SColor color)
Deprecated.void
ImmutableCellStyleImpl. setBorderVertical(SBorder.BorderType borderVertical, SColor color)
void
NamedStyleImpl. setBorderVertical(SBorder.BorderType borderVertical, SColor color)
void
BorderImpl. setBorderVerticalColor(SColor color)
Deprecated.void
CellStyleImpl. setBorderVerticalColor(SColor color)
Deprecated.void
ImmutableBorderImpl. setBorderVerticalColor(SColor color)
void
ImmutableCellStyleImpl. setBorderVerticalColor(SColor color)
void
NamedStyleImpl. setBorderVerticalColor(SColor color)
void
BorderLineImpl. setColor(SColor color)
Deprecated.void
DataBarImpl. setColor(SColor color)
void
FontImpl. setColor(SColor fontColor)
Deprecated.void
ImmutableBorderLineImpl. setColor(SColor color)
void
ImmutableFontImpl. setColor(SColor fontColor)
abstract void
AbstractSeriesAdv. setDefaultColor(SColor defaultColor)
void
CellStyleImpl. setFillColor(SColor fillColor)
Deprecated.void
FillImpl. setFillColor(SColor fillColor)
Deprecated.void
ImmutableCellStyleImpl. setFillColor(SColor fillColor)
void
ImmutableFillImpl. setFillColor(SColor fillColor)
void
NamedStyleImpl. setFillColor(SColor fillColor)
void
DataBarImpl. setNegativeBorderColor(SColor negativeBorderColor)
void
DataBarImpl. setNegativeFillColor(SColor negativeFillColor)
abstract void
AbstractChartAdv. setSparklineFirstPointColor(SColor color)
void
ChartImpl. setSparklineFirstPointColor(SColor color)
abstract void
AbstractChartAdv. setSparklineHighPointColor(SColor color)
void
ChartImpl. setSparklineHighPointColor(SColor color)
abstract void
AbstractChartAdv. setSparklineLastPointColor(SColor color)
void
ChartImpl. setSparklineLastPointColor(SColor color)
abstract void
AbstractChartAdv. setSparklineLowPointColor(SColor color)
void
ChartImpl. setSparklineLowPointColor(SColor color)
abstract void
AbstractChartAdv. setSparklineMarkerColor(SColor color)
void
ChartImpl. setSparklineMarkerColor(SColor color)
abstract void
AbstractChartAdv. setSparklineNegativePointColor(SColor color)
void
ChartImpl. setSparklineNegativePointColor(SColor color)
abstract void
AbstractChartAdv. setSparklineSeriesColor(SColor color)
void
ChartImpl. setSparklineSeriesColor(SColor color)
Method parameters in io.keikai.model.impl with type arguments of type SColor Modifier and Type Method Description abstract void
AbstractBookAdv. setDefaultChartSeriesColors(List<SColor> colors)
void
BookImpl. setDefaultChartSeriesColors(List<SColor> colors)
abstract void
AbstractChartAdv. setSeriesColors(List<SColor> colors)
Sets the default colors for series.void
ChartImpl. setSeriesColors(List<SColor> colors)
Constructors in io.keikai.model.impl with parameters of type SColor Constructor Description BorderLineImpl(SBorder.BorderType type, SColor color)
Deprecated.BorderLineImpl(SBorder.BorderType type, SColor color, boolean showUp, boolean showDown)
Deprecated.ExtraFillImpl(SFill.FillPattern pattern, SColor fgColor, SColor bgColor)
FillImpl(SFill.FillPattern pattern, SColor fgColor, SColor bgColor)
Deprecated.ImmutableBorderLineImpl(SBorder.BorderType type, SColor color)
ImmutableBorderLineImpl(SBorder.BorderType type, SColor color, boolean showUp, boolean showDown)
ImmutableFillImpl(SFill.FillPattern pattern, SColor fgColor, SColor bgColor)
-
Uses of SColor in io.keikai.model.impl.chart
Methods in io.keikai.model.impl.chart that return SColor Modifier and Type Method Description SColor
SeriesImpl. getDefaultColor()
Methods in io.keikai.model.impl.chart that return types with arguments of type SColor Modifier and Type Method Description Map<Integer,SColor>
SeriesImpl. getDataPointColors()
Methods in io.keikai.model.impl.chart with parameters of type SColor Modifier and Type Method Description void
SeriesImpl. addDataPointColors(int index, SColor color)
void
SeriesImpl. setDefaultColor(SColor defaultColor)
-
Uses of SColor in io.keikai.model.impl.sys
Methods in io.keikai.model.impl.sys that return SColor Modifier and Type Method Description SColor
FormatResultImpl. getColor()
Constructors in io.keikai.model.impl.sys with parameters of type SColor Constructor Description FormatResultImpl(String text, SColor color)
-
Uses of SColor in io.keikai.model.sys.format
Methods in io.keikai.model.sys.format that return SColor Modifier and Type Method Description SColor
FormatResult. getColor()
-
Uses of SColor in io.keikai.range.impl.imexp
Fields in io.keikai.range.impl.imexp with type parameters of type SColor Modifier and Type Field Description protected Map<SColor,Color>
AbstractExcelExporter. colorTable
Methods in io.keikai.range.impl.imexp with parameters of type SColor Modifier and Type Method Description protected Color
AbstractExcelExporter. toPOIColor(SColor color)
-