public class Utilities extends Object
| Constructor and Description |
|---|
Utilities() |
| Modifier and Type | Method and Description |
|---|---|
static String |
rightJustify(int fieldSize,
String field)
Right justify a field within a certain number of spaces.
|
public static String rightJustify(int fieldSize, String field)
fieldSize - field size to right justify field within.field - contents to right justify within field.Copyright © 2013 Bgee - Swiss Institute of Bioinformatics. All Rights Reserved.