| Package | Description |
|---|---|
| de.vandermeer.asciilist |
ASCII lists - ordered and unordered and checklist and more, with many configuration options.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsciiListItem
Abstract (fully featured) implementation of
AsciiListItem. |
class |
CheckListItem
Implementation of
AsciiListItem for a checklist. |
class |
DescriptionListItem
Implementation of
AsciiListItem for a description list. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
CheckList.calculateItemLabel(AsciiListItem item)
Calculates and returns the label for a list item.
|
int |
ItemizeList.calculateMaxIndentation(AsciiListItem item,
int position) |
int |
EnumerateList.calculateMaxIndentation(AsciiListItem item,
int position) |
int |
DescriptionList.calculateMaxIndentation(AsciiListItem item,
int position) |
int |
CheckList.calculateMaxIndentation(AsciiListItem item,
int position) |
int |
AsciiList.calculateMaxIndentation(AsciiListItem item,
int position)
Calculates indentation for a list item.
|
String |
ItemizeList.renderItem(AsciiListItem item,
int position) |
String |
EnumerateList.renderItem(AsciiListItem item,
int position) |
String |
DescriptionList.renderItem(AsciiListItem item,
int position) |
String |
CheckList.renderItem(AsciiListItem item,
int position) |
String |
AsciiList.renderItem(AsciiListItem item,
int position)
Renders a particular item of a list.
|
Copyright © 2015–2016. All rights reserved.