| Modifier and Type | Method and Description |
|---|---|
Map<FormatKey,Format> |
SpreadsheetDecoration.getFormats() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetDecoration.add(FormatKey f,
Format format) |
boolean |
SpreadsheetDecoration.exists(FormatKey f) |
Format |
SpreadsheetDecoration.get(FormatKey k) |
void |
SpreadsheetDecoration.remove(FormatKey f) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFormat
Default Format key.
|
| Modifier and Type | Method and Description |
|---|---|
FormatKey |
DefaultFormat.getKey() |
| Modifier and Type | Method and Description |
|---|---|
FormatKey |
Styleable.getFormat()
Gets format.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Styleable.format(FormatKey format)
Sets the format and return the current instance.
|
void |
Styleable.setFormat(FormatKey format)
Sets format.
|
Copyright © 2018. All rights reserved.