All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
add(BorderKey b,
Border border) |
void |
add(CellStyleKey s,
CellStyle cellStyle) |
void |
add(ColorKey c,
Color color) |
void |
add(FontKey f,
Font font) |
void |
add(FormatKey f,
Format format) |
boolean |
exists(BorderKey b) |
boolean |
exists(CellStyleKey s) |
boolean |
exists(ColorKey c) |
boolean |
exists(FontKey f) |
boolean |
exists(FormatKey f) |
Border |
get(BorderKey k) |
CellStyle |
get(CellStyleKey k) |
Color |
get(ColorKey k) |
Font |
get(FontKey k) |
Format |
get(FormatKey k) |
Map<BorderKey,Border> |
getBorders() |
Map<CellStyleKey,CellStyle> |
getCellStyles() |
Map<ColorKey,Color> |
getColors() |
Map<FontKey,Font> |
getFonts() |
Map<FormatKey,Format> |
getFormats() |
void |
remove(BorderKey b) |
void |
remove(CellStyleKey s) |
void |
remove(ColorKey c) |
void |
remove(FontKey f) |
void |
remove(FormatKey f) |