Uses of Interface
io.keikai.model.SColor
Packages that use SColor
Package
Description
-
Uses of SColor in io.keikai.importer
Methods in io.keikai.importer that return SColorModifier and TypeMethodDescriptionprotected static SColorXlsxImporter.getSchemeHTMLColor(XlsxExtractor.XlsxSchemeClrExtractor color, XlsxExtractor.XlsxThemesExtractor themes) protected SColorXlsxImporter.toColor(XlsxExtractor.XlsxColorExtractor extractor) -
Uses of SColor in io.keikai.model
Methods in io.keikai.model that return SColorModifier and TypeMethodDescriptionSBook.createColor(byte r, byte g, byte b) SBook.createColor(String htmlColor) SDataBar.getAxisColor()Return the axis color of the bar in extLst.SCellStyle.getBackColor()SFill.getBackColor()SBorder.getBorderBottomColor()SCellStyle.getBorderBottomColor()SDataBar.getBorderColor()Return the border color of the bar in extLst.SBorder.getBorderDiagonalColor()SCellStyle.getBorderDiagonalColor()SBorder.getBorderHorizontalColor()SCellStyle.getBorderHorizontalColor()SBorder.getBorderLeftColor()SCellStyle.getBorderLeftColor()SBorder.getBorderRightColor()SCellStyle.getBorderRightColor()SBorder.getBorderTopColor()SCellStyle.getBorderTopColor()SBorder.getBorderVerticalColor()SCellStyle.getBorderVerticalColor()SBorderLine.getColor()SDataBar.getColor()Returns the color of the barSFont.getColor()SCellStyle.getFillColor()SFill.getFillColor()SDataBar.getNegativeBorderColor()Return the negative border color of the bar in extLst.SDataBar.getNegativeFillColor()Return the negative fill color of the bar in extLst.Methods in io.keikai.model that return types with arguments of type SColorMethods in io.keikai.model with parameters of type SColorModifier and TypeMethodDescriptionvoidSCellStyle.setBackColor(SColor backColor) Deprecated.voidSFill.setBackColor(SColor backColor) Deprecated.voidSCellStyle.setBorderBottom(SBorder.BorderType borderBottom, SColor color) Deprecated.voidSBorder.setBorderBottomColor(SColor color) Deprecated.voidSCellStyle.setBorderBottomColor(SColor borderBottomColor) Deprecated.voidSCellStyle.setBorderDiagonal(SBorder.BorderType borderDiagonal, SColor color) Deprecated.voidSBorder.setBorderDiagonalColor(SColor color) Deprecated.voidSCellStyle.setBorderDiagonalColor(SColor color) Deprecated.voidSCellStyle.setBorderHorizontal(SBorder.BorderType borderHorizontal, SColor color) Deprecated.voidSBorder.setBorderHorizontalColor(SColor color) Deprecated.voidSCellStyle.setBorderHorizontalColor(SColor color) Deprecated.voidSCellStyle.setBorderLeft(SBorder.BorderType borderLeft, SColor color) Deprecated.voidSBorder.setBorderLeftColor(SColor color) Deprecated.voidSCellStyle.setBorderLeftColor(SColor borderLeftColor) Deprecated.voidSCellStyle.setBorderRight(SBorder.BorderType borderRight, SColor color) Deprecated.voidSBorder.setBorderRightColor(SColor color) Deprecated.voidSCellStyle.setBorderRightColor(SColor borderRightColor) Deprecated.voidSCellStyle.setBorderTop(SBorder.BorderType borderTop, SColor color) Deprecated.voidSBorder.setBorderTopColor(SColor color) Deprecated.voidSCellStyle.setBorderTopColor(SColor borderTopColor) Deprecated.voidSCellStyle.setBorderVertical(SBorder.BorderType borderVertical, SColor color) Deprecated.voidSBorder.setBorderVerticalColor(SColor color) Deprecated.voidSCellStyle.setBorderVerticalColor(SColor color) Deprecated.voidDeprecated.voidDeprecated.voidSCellStyle.setFillColor(SColor fillColor) Deprecated.voidSFill.setFillColor(SColor fillColor) Deprecated. -
Uses of SColor in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SColorFields in io.keikai.model.impl declared as SColorModifier and TypeFieldDescriptionprotected SColorFillImpl._backColorDeprecated.protected SColorFillImpl._fillColorDeprecated.Methods in io.keikai.model.impl that return SColorModifier and TypeMethodDescriptionBookImpl.createColor(byte r, byte g, byte b) BookImpl.createColor(String htmlColor) DataBarImpl.getAxisColor()CellStyleImpl.getBackColor()Deprecated.FillImpl.getBackColor()Deprecated.ImmutableCellStyleImpl.getBackColor()ImmutableFillImpl.getBackColor()NamedStyleImpl.getBackColor()BorderImpl.getBorderBottomColor()Deprecated.CellStyleImpl.getBorderBottomColor()Deprecated.ImmutableBorderImpl.getBorderBottomColor()ImmutableCellStyleImpl.getBorderBottomColor()NamedStyleImpl.getBorderBottomColor()DataBarImpl.getBorderColor()BorderImpl.getBorderDiagonalColor()Deprecated.CellStyleImpl.getBorderDiagonalColor()Deprecated.ImmutableBorderImpl.getBorderDiagonalColor()ImmutableCellStyleImpl.getBorderDiagonalColor()NamedStyleImpl.getBorderDiagonalColor()BorderImpl.getBorderHorizontalColor()Deprecated.CellStyleImpl.getBorderHorizontalColor()Deprecated.ImmutableBorderImpl.getBorderHorizontalColor()ImmutableCellStyleImpl.getBorderHorizontalColor()NamedStyleImpl.getBorderHorizontalColor()BorderImpl.getBorderLeftColor()Deprecated.CellStyleImpl.getBorderLeftColor()Deprecated.ImmutableBorderImpl.getBorderLeftColor()ImmutableCellStyleImpl.getBorderLeftColor()NamedStyleImpl.getBorderLeftColor()BorderImpl.getBorderRightColor()Deprecated.CellStyleImpl.getBorderRightColor()Deprecated.ImmutableBorderImpl.getBorderRightColor()ImmutableCellStyleImpl.getBorderRightColor()NamedStyleImpl.getBorderRightColor()BorderImpl.getBorderTopColor()Deprecated.CellStyleImpl.getBorderTopColor()Deprecated.ImmutableBorderImpl.getBorderTopColor()ImmutableCellStyleImpl.getBorderTopColor()NamedStyleImpl.getBorderTopColor()BorderImpl.getBorderVerticalColor()Deprecated.CellStyleImpl.getBorderVerticalColor()Deprecated.ImmutableBorderImpl.getBorderVerticalColor()ImmutableCellStyleImpl.getBorderVerticalColor()NamedStyleImpl.getBorderVerticalColor()BorderLineImpl.getColor()Deprecated.DataBarImpl.getColor()FontImpl.getColor()Deprecated.ImmutableBorderLineImpl.getColor()ImmutableFontImpl.getColor()abstract SColorAbstractSeriesAdv.getDefaultColor()data point colorsCellStyleImpl.getFillColor()Deprecated.FillImpl.getFillColor()Deprecated.ImmutableCellStyleImpl.getFillColor()ImmutableFillImpl.getFillColor()NamedStyleImpl.getFillColor()DataBarImpl.getNegativeBorderColor()DataBarImpl.getNegativeFillColor()abstract SColorAbstractFillAdv.getRawBackColor()FillImpl.getRawBackColor()Deprecated.ImmutableFillImpl.getRawBackColor()abstract SColorAbstractFillAdv.getRawFillColor()FillImpl.getRawFillColor()Deprecated.ImmutableFillImpl.getRawFillColor()abstract SColorAbstractChartAdv.getSparklineFirstPointColor()ChartImpl.getSparklineFirstPointColor()abstract SColorAbstractChartAdv.getSparklineHighPointColor()ChartImpl.getSparklineHighPointColor()abstract SColorAbstractChartAdv.getSparklineLastPointColor()ChartImpl.getSparklineLastPointColor()abstract SColorAbstractChartAdv.getSparklineLowPointColor()ChartImpl.getSparklineLowPointColor()abstract SColorAbstractChartAdv.getSparklineMarkerColor()ChartImpl.getSparklineMarkerColor()abstract SColorAbstractChartAdv.getSparklineNegativePointColor()ChartImpl.getSparklineNegativePointColor()abstract SColorAbstractChartAdv.getSparklineSeriesColor()ChartImpl.getSparklineSeriesColor()Methods in io.keikai.model.impl that return types with arguments of type SColorModifier and TypeMethodDescriptionColorScaleImpl.getColors()AbstractSeriesAdv.getDataPointColors()AbstractBookAdv.getDefaultChartSeriesColors()BookImpl.getDefaultChartSeriesColors()AbstractChartAdv.getSeriesColors()Gets the default colors for seriesChartImpl.getSeriesColors()Methods in io.keikai.model.impl with parameters of type SColorModifier and TypeMethodDescriptionvoidabstract voidAbstractSeriesAdv.addDataPointColors(int index, SColor color) voidDataBarImpl.setAxisColor(SColor axisColor) voidCellStyleImpl.setBackColor(SColor backColor) Deprecated.voidFillImpl.setBackColor(SColor backColor) Deprecated.voidImmutableCellStyleImpl.setBackColor(SColor backColor) voidImmutableFillImpl.setBackColor(SColor backColor) voidNamedStyleImpl.setBackColor(SColor backColor) voidCellStyleImpl.setBorderBottom(SBorder.BorderType borderBottom, SColor color) Deprecated.voidImmutableCellStyleImpl.setBorderBottom(SBorder.BorderType borderBottom, SColor color) voidNamedStyleImpl.setBorderBottom(SBorder.BorderType borderBottom, SColor color) voidBorderImpl.setBorderBottomColor(SColor color) Deprecated.voidCellStyleImpl.setBorderBottomColor(SColor color) Deprecated.voidImmutableBorderImpl.setBorderBottomColor(SColor color) voidImmutableCellStyleImpl.setBorderBottomColor(SColor borderBottomColor) voidNamedStyleImpl.setBorderBottomColor(SColor borderBottomColor) voidDataBarImpl.setBorderColor(SColor borderColor) voidCellStyleImpl.setBorderDiagonal(SBorder.BorderType type, SColor color) Deprecated.voidImmutableCellStyleImpl.setBorderDiagonal(SBorder.BorderType borderDiagonal, SColor color) voidNamedStyleImpl.setBorderDiagonal(SBorder.BorderType borderDiagonal, SColor color) voidBorderImpl.setBorderDiagonalColor(SColor color) Deprecated.voidCellStyleImpl.setBorderDiagonalColor(SColor color) Deprecated.voidImmutableBorderImpl.setBorderDiagonalColor(SColor color) voidImmutableCellStyleImpl.setBorderDiagonalColor(SColor color) voidNamedStyleImpl.setBorderDiagonalColor(SColor color) voidCellStyleImpl.setBorderHorizontal(SBorder.BorderType type, SColor color) Deprecated.voidImmutableCellStyleImpl.setBorderHorizontal(SBorder.BorderType borderHorizontal, SColor color) voidNamedStyleImpl.setBorderHorizontal(SBorder.BorderType borderHorizontal, SColor color) voidBorderImpl.setBorderHorizontalColor(SColor color) Deprecated.voidCellStyleImpl.setBorderHorizontalColor(SColor color) Deprecated.voidImmutableBorderImpl.setBorderHorizontalColor(SColor color) voidImmutableCellStyleImpl.setBorderHorizontalColor(SColor color) voidNamedStyleImpl.setBorderHorizontalColor(SColor color) voidCellStyleImpl.setBorderLeft(SBorder.BorderType borderLeft, SColor color) Deprecated.voidImmutableCellStyleImpl.setBorderLeft(SBorder.BorderType borderLeft, SColor color) voidNamedStyleImpl.setBorderLeft(SBorder.BorderType borderLeft, SColor color) voidBorderImpl.setBorderLeftColor(SColor color) Deprecated.voidCellStyleImpl.setBorderLeftColor(SColor color) Deprecated.voidImmutableBorderImpl.setBorderLeftColor(SColor color) voidImmutableCellStyleImpl.setBorderLeftColor(SColor borderLeftColor) voidNamedStyleImpl.setBorderLeftColor(SColor borderLeftColor) voidCellStyleImpl.setBorderRight(SBorder.BorderType borderRight, SColor color) Deprecated.voidImmutableCellStyleImpl.setBorderRight(SBorder.BorderType borderRight, SColor color) voidNamedStyleImpl.setBorderRight(SBorder.BorderType borderRight, SColor color) voidBorderImpl.setBorderRightColor(SColor color) Deprecated.voidCellStyleImpl.setBorderRightColor(SColor color) Deprecated.voidImmutableBorderImpl.setBorderRightColor(SColor color) voidImmutableCellStyleImpl.setBorderRightColor(SColor borderRightColor) voidNamedStyleImpl.setBorderRightColor(SColor borderRightColor) voidCellStyleImpl.setBorderTop(SBorder.BorderType borderTop, SColor color) Deprecated.voidImmutableCellStyleImpl.setBorderTop(SBorder.BorderType borderTop, SColor color) voidNamedStyleImpl.setBorderTop(SBorder.BorderType borderTop, SColor color) voidBorderImpl.setBorderTopColor(SColor color) Deprecated.voidCellStyleImpl.setBorderTopColor(SColor color) Deprecated.voidImmutableBorderImpl.setBorderTopColor(SColor color) voidImmutableCellStyleImpl.setBorderTopColor(SColor borderTopColor) voidNamedStyleImpl.setBorderTopColor(SColor borderTopColor) voidCellStyleImpl.setBorderVertical(SBorder.BorderType type, SColor color) Deprecated.voidImmutableCellStyleImpl.setBorderVertical(SBorder.BorderType borderVertical, SColor color) voidNamedStyleImpl.setBorderVertical(SBorder.BorderType borderVertical, SColor color) voidBorderImpl.setBorderVerticalColor(SColor color) Deprecated.voidCellStyleImpl.setBorderVerticalColor(SColor color) Deprecated.voidImmutableBorderImpl.setBorderVerticalColor(SColor color) voidImmutableCellStyleImpl.setBorderVerticalColor(SColor color) voidNamedStyleImpl.setBorderVerticalColor(SColor color) voidDeprecated.voidvoidDeprecated.voidvoidabstract voidAbstractSeriesAdv.setDefaultColor(SColor defaultColor) voidCellStyleImpl.setFillColor(SColor fillColor) Deprecated.voidFillImpl.setFillColor(SColor fillColor) Deprecated.voidImmutableCellStyleImpl.setFillColor(SColor fillColor) voidImmutableFillImpl.setFillColor(SColor fillColor) voidNamedStyleImpl.setFillColor(SColor fillColor) voidDataBarImpl.setNegativeBorderColor(SColor negativeBorderColor) voidDataBarImpl.setNegativeFillColor(SColor negativeFillColor) abstract voidAbstractChartAdv.setSparklineFirstPointColor(SColor color) voidChartImpl.setSparklineFirstPointColor(SColor color) abstract voidAbstractChartAdv.setSparklineHighPointColor(SColor color) voidChartImpl.setSparklineHighPointColor(SColor color) abstract voidAbstractChartAdv.setSparklineLastPointColor(SColor color) voidChartImpl.setSparklineLastPointColor(SColor color) abstract voidAbstractChartAdv.setSparklineLowPointColor(SColor color) voidChartImpl.setSparklineLowPointColor(SColor color) abstract voidAbstractChartAdv.setSparklineMarkerColor(SColor color) voidChartImpl.setSparklineMarkerColor(SColor color) abstract voidAbstractChartAdv.setSparklineNegativePointColor(SColor color) voidChartImpl.setSparklineNegativePointColor(SColor color) abstract voidAbstractChartAdv.setSparklineSeriesColor(SColor color) voidChartImpl.setSparklineSeriesColor(SColor color) Method parameters in io.keikai.model.impl with type arguments of type SColorModifier and TypeMethodDescriptionabstract voidAbstractBookAdv.setDefaultChartSeriesColors(List<SColor> colors) voidBookImpl.setDefaultChartSeriesColors(List<SColor> colors) abstract voidAbstractChartAdv.setSeriesColors(List<SColor> colors) Sets the default colors for series.voidChartImpl.setSeriesColors(List<SColor> colors) Constructors in io.keikai.model.impl with parameters of type SColorModifierConstructorDescriptionBorderLineImpl(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 SColorMethods in io.keikai.model.impl.chart that return types with arguments of type SColorMethods in io.keikai.model.impl.chart with parameters of type SColorModifier and TypeMethodDescriptionvoidSeriesImpl.addDataPointColors(int index, SColor color) voidSeriesImpl.setDefaultColor(SColor defaultColor) -
Uses of SColor in io.keikai.model.impl.sys
Methods in io.keikai.model.impl.sys that return SColorConstructors in io.keikai.model.impl.sys with parameters of type SColor -
Uses of SColor in io.keikai.model.sys.format
Methods in io.keikai.model.sys.format that return SColor -
Uses of SColor in io.keikai.range.impl.imexp
Fields in io.keikai.range.impl.imexp with type parameters of type SColorMethods in io.keikai.range.impl.imexp with parameters of type SColorModifier and TypeMethodDescriptionprotected org.apache.poi.ss.usermodel.ColorAbstractExcelExporter.toPOIColor(SColor color)