public static class MultiAlignmentHelper.Settings extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
lowerCaseMatch |
boolean |
lowerCaseMismatch |
boolean |
markMatchWithSpecialLetter |
char |
matchChar |
char |
outOfRangeChar |
| Constructor and Description |
|---|
MultiAlignmentHelper.Settings(boolean markMatchWithSpecialLetter,
boolean lowerCaseMatch,
boolean lowerCaseMismatch,
char matchChar,
char outOfRangeChar) |
Copyright © 2018. All rights reserved.