Uses of Interface
io.keikai.api.model.Color
-
Packages that use Color Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use onlyio.keikai.api.model Keikai Spreadsheet Model API classes.io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikaiex.ui.dialog -
-
Uses of Color in io.keikai.api
Methods in io.keikai.api that return Color Modifier and Type Method Description ColorRange.CellStyleHelper. createColorFromHtmlColor(String htmlColor)create a color object from a htmlColor expressionMethods in io.keikai.api with parameters of type Color Modifier and Type Method Description FontRange.CellStyleHelper. findFont(Font.Boldweight boldweight, Color color, int fontHeight, String fontName, boolean italic, boolean strikeout, Font.TypeOffset typeOffset, Font.Underline underline)Deprecated.As if release 5.3.0, replaced byRange.CellStyleHelper.builder(CellStyle)to create an immutable fontstatic CellOperationUtil.CellStyleApplierCellOperationUtil. getBackColorApplier(Color color)static CellOperationUtil.CellStyleApplierCellOperationUtil. getFillColorApplier(Color color)static CellOperationUtil.CellStyleApplierCellOperationUtil. getFontColorApplier(Color color)FontRange. getOrCreateFont(Font.Boldweight boldweight, Color color, int fontHeight, String fontName, boolean italic, boolean strikeout, Font.TypeOffset typeOffset, Font.Underline underline)Deprecated.As if release 5.3.0, replaced byRange.CellStyleHelper.builder(CellStyle)to create an immutable cell style and fontstatic CellOperationUtil.CellStyleApplierCellOperationUtil. getRichTextFontColorApplier(Color color) -
Uses of Color in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Color Modifier and Type Method Description FontRangeImpl. getOrCreateFont(Font.Boldweight boldweight, Color color, int fontHeight, String fontName, boolean italic, boolean strikeout, Font.TypeOffset typeOffset, Font.Underline underline) -
Uses of Color in io.keikai.api.model
Methods in io.keikai.api.model that return Color Modifier and Type Method Description ColorCellStyle. getBackColor()ColorCellStyle. getBorderBottomColor()ColorCellStyle. getBorderLeftColor()ColorCellStyle. getBorderRightColor()ColorCellStyle. getBorderTopColor()ColorFont. getColor()ColorCellStyle. getFillColor()Methods in io.keikai.api.model with parameters of type Color Modifier and Type Method Description CellStyle.BuilderCellStyle.Builder. backColor(Color color)Sets background color of a fill.CellStyle.BuilderCellStyle.Builder. borderBottomColor(Color color)Sets bottom border color.CellStyle.BuilderCellStyle.Builder. borderLeftColor(Color color)Sets left border color.CellStyle.BuilderCellStyle.Builder. borderRightColor(Color color)Sets right border color.CellStyle.BuilderCellStyle.Builder. borderTopColor(Color color)Sets top border color.CellStyle.BuilderCellStyle.Builder. fillColor(Color color)Sets foreground color of a fill.CellStyle.BuilderCellStyle.Builder. fontColor(Color color)Sets the font color.voidEditableCellStyle. setBackColor(Color color)Deprecated.Sets background-color of a fillvoidEditableCellStyle. setBorderBottomColor(Color color)Deprecated.Sets bottom border color
you could useRange.CellStyleHelper.createColorFromHtmlColor(String)to create aColorvoidEditableCellStyle. setBorderLeftColor(Color color)Deprecated.Sets left border color
you could useRange.CellStyleHelper.createColorFromHtmlColor(String)to create aColorvoidEditableCellStyle. setBorderRightColor(Color color)Deprecated.Sets right border color
you could useRange.CellStyleHelper.createColorFromHtmlColor(String)to create aColorvoidEditableCellStyle. setBorderTopColor(Color color)Deprecated.Sets top border color.voidEditableFont. setColor(Color color)Deprecated.voidEditableCellStyle. setFillColor(Color color)Deprecated.Sets forground-color of a fill. -
Uses of Color in io.keikai.api.model.impl
Classes in io.keikai.api.model.impl that implement Color Modifier and Type Class Description classColorImplMethods in io.keikai.api.model.impl that return Color Modifier and Type Method Description ColorCellStyleImpl. getBorderBottomColor()ColorCellStyleImpl. getBorderLeftColor()ColorCellStyleImpl. getBorderRightColor()ColorCellStyleImpl. getBorderTopColor()ColorFontImpl. getColor()Methods in io.keikai.api.model.impl with parameters of type Color Modifier and Type Method Description CellStyle.BuilderCellStyleBuilderImpl. backColor(Color color)CellStyle.BuilderCellStyleBuilderImpl. borderBottomColor(Color color)CellStyle.BuilderCellStyleBuilderImpl. borderLeftColor(Color color)CellStyle.BuilderCellStyleBuilderImpl. borderRightColor(Color color)CellStyle.BuilderCellStyleBuilderImpl. borderTopColor(Color color)CellStyle.BuilderCellStyleBuilderImpl. fillColor(Color color)CellStyle.BuilderCellStyleBuilderImpl. fontColor(Color color)voidEditableCellStyleImpl. setBackColor(Color color)voidEditableCellStyleImpl. setBorderBottomColor(Color color)voidEditableCellStyleImpl. setBorderLeftColor(Color color)voidEditableCellStyleImpl. setBorderRightColor(Color color)voidEditableCellStyleImpl. setBorderTopColor(Color color)voidEditableFontImpl. setColor(Color color)voidEditableCellStyleImpl. setFillColor(Color color) -
Uses of Color in io.keikaiex.ui.dialog
Fields in io.keikaiex.ui.dialog declared as Color Modifier and Type Field Description protected ColorFormatCellCtrl. backColorprotected ColorFormatCellCtrl. fillColorMethods in io.keikaiex.ui.dialog with parameters of type Color Modifier and Type Method Description static voidFormatCellCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, String formatCode, Color backColor, Color fillColor, CellStyle.FillPattern fillPattern, int rotation, Spreadsheet ss)
-