| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.document |
Base for document elements, such as paragraph and list.
|
| de.vandermeer.skb.interfaces.objctxt |
Contexts for objects.
|
| de.vandermeer.skb.interfaces.render |
Helpers for renderering things.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsListContext
The context (all settings) of a list.
|
interface |
IsParagraphContext
The context (all settings) of a paragraph.
|
interface |
IsTableCellContext
The context (all settings) of a table cell (part of a row with content).
|
interface |
IsTableContext
The context (all settings) of a table.
|
interface |
IsTableRowContext
The context (all settings) of a table row.
|
| Modifier and Type | Method and Description |
|---|---|
IsObjectContext |
HasObjectContext.getContext()
Returns the object’s context.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsRenderContext
Context for an object that can render itself.
|
Copyright © 2016–2017. All rights reserved.