| Package | Description |
|---|---|
| org.kramerlab.bmad.general.layout |
Contains different methods of text alignment.
|
| org.kramerlab.bmad.matrix |
Contains implementations of elementary data structures, required to
perform boolean matrix decompositions: matrices.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlignMax |
class |
AlignMin |
class |
Center |
class |
ZeroPadding |
| Modifier and Type | Method and Description |
|---|---|
String |
RowMajor.toString(Padding padding,
String begin,
String end,
String columnSeparator,
String rowSeparator)
Creates string representation of this matrix, indenting the
entries horizontally, but ignoring the fact that some entries might contain
multiple lines: in such cases, the whole layout probably will be pretty botched.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
RowMajor.toString(Function<Integer,Padding> columnToHorizontalPadding,
Function<Integer,Padding> rowToVerticalPadding) |
protected String |
RowMajor.toString(Function<Integer,Padding> columnToHorizontalPadding,
Function<Integer,Padding> rowToVerticalPadding) |
Copyright © 2015. All rights reserved.