|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DefaultLineWrapper.CellBuffer | |
|---|---|
| net.sf.mmm.util.text.base | Provides the base-implementation of text-util API. |
| Uses of DefaultLineWrapper.CellBuffer in net.sf.mmm.util.text.base |
|---|
| Methods in net.sf.mmm.util.text.base with parameters of type DefaultLineWrapper.CellBuffer | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||