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 Color
Range.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 Font
Range.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.CellStyleApplier
CellOperationUtil. getBackColorApplier(Color color)
static CellOperationUtil.CellStyleApplier
CellOperationUtil. getFillColorApplier(Color color)
static CellOperationUtil.CellStyleApplier
CellOperationUtil. getFontColorApplier(Color color)
Font
Range. 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.CellStyleApplier
CellOperationUtil. 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 Font
RangeImpl. 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 Color
CellStyle. getBackColor()
Color
CellStyle. getBorderBottomColor()
Color
CellStyle. getBorderLeftColor()
Color
CellStyle. getBorderRightColor()
Color
CellStyle. getBorderTopColor()
Color
Font. getColor()
Color
CellStyle. getFillColor()
Methods in io.keikai.api.model with parameters of type Color Modifier and Type Method Description CellStyle.Builder
CellStyle.Builder. backColor(Color color)
Sets background color of a fill.CellStyle.Builder
CellStyle.Builder. borderBottomColor(Color color)
Sets bottom border color.CellStyle.Builder
CellStyle.Builder. borderLeftColor(Color color)
Sets left border color.CellStyle.Builder
CellStyle.Builder. borderRightColor(Color color)
Sets right border color.CellStyle.Builder
CellStyle.Builder. borderTopColor(Color color)
Sets top border color.CellStyle.Builder
CellStyle.Builder. fillColor(Color color)
Sets foreground color of a fill.CellStyle.Builder
CellStyle.Builder. fontColor(Color color)
Sets the font color.void
EditableCellStyle. setBackColor(Color color)
Deprecated.Sets background-color of a fillvoid
EditableCellStyle. setBorderBottomColor(Color color)
Deprecated.Sets bottom border color
you could useRange.CellStyleHelper.createColorFromHtmlColor(String)
to create aColor
void
EditableCellStyle. setBorderLeftColor(Color color)
Deprecated.Sets left border color
you could useRange.CellStyleHelper.createColorFromHtmlColor(String)
to create aColor
void
EditableCellStyle. setBorderRightColor(Color color)
Deprecated.Sets right border color
you could useRange.CellStyleHelper.createColorFromHtmlColor(String)
to create aColor
void
EditableCellStyle. setBorderTopColor(Color color)
Deprecated.Sets top border color.void
EditableFont. setColor(Color color)
Deprecated.void
EditableCellStyle. 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 class
ColorImpl
Methods in io.keikai.api.model.impl that return Color Modifier and Type Method Description Color
CellStyleImpl. getBorderBottomColor()
Color
CellStyleImpl. getBorderLeftColor()
Color
CellStyleImpl. getBorderRightColor()
Color
CellStyleImpl. getBorderTopColor()
Color
FontImpl. getColor()
Methods in io.keikai.api.model.impl with parameters of type Color Modifier and Type Method Description CellStyle.Builder
CellStyleBuilderImpl. backColor(Color color)
CellStyle.Builder
CellStyleBuilderImpl. borderBottomColor(Color color)
CellStyle.Builder
CellStyleBuilderImpl. borderLeftColor(Color color)
CellStyle.Builder
CellStyleBuilderImpl. borderRightColor(Color color)
CellStyle.Builder
CellStyleBuilderImpl. borderTopColor(Color color)
CellStyle.Builder
CellStyleBuilderImpl. fillColor(Color color)
CellStyle.Builder
CellStyleBuilderImpl. fontColor(Color color)
void
EditableCellStyleImpl. setBackColor(Color color)
void
EditableCellStyleImpl. setBorderBottomColor(Color color)
void
EditableCellStyleImpl. setBorderLeftColor(Color color)
void
EditableCellStyleImpl. setBorderRightColor(Color color)
void
EditableCellStyleImpl. setBorderTopColor(Color color)
void
EditableFontImpl. setColor(Color color)
void
EditableCellStyleImpl. 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 Color
FormatCellCtrl. backColor
protected Color
FormatCellCtrl. fillColor
Methods in io.keikaiex.ui.dialog with parameters of type Color Modifier and Type Method Description static void
FormatCellCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, String formatCode, Color backColor, Color fillColor, CellStyle.FillPattern fillPattern, int rotation, Spreadsheet ss)
-