Package | Description |
---|---|
net.sf.mmm.util.text.base |
Provides the base-implementation of text-util API.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultLineWrapper.append(Appendable appendable,
DefaultLineWrapper.ColumnState state,
DefaultLineWrapper.CellBuffer cellBuffer)
This method appends the text of a single cell (line of a single column).
|
protected void |
DefaultLineWrapper.appendCellBuffer(DefaultLineWrapper.ColumnState state,
DefaultLineWrapper.CellBuffer buffer)
This method fills the
DefaultLineWrapper.CellBuffer with the payload for the current cell. |
protected void |
DefaultLineWrapper.appendWithAlignment(Appendable appendable,
DefaultLineWrapper.ColumnState state,
boolean doIndentThisLine,
DefaultLineWrapper.CellBuffer cellBuffer)
This method actually appends the text for a single line of a single column according to
alignment . |
Copyright © 2001–2016 mmm-Team. All rights reserved.