public class TextTableIntegralColumn extends Object
Constructor and Description |
---|
TextTableIntegralColumn(boolean rightJustify,
int trailingSpaces,
boolean autoFillZeros) |
Modifier and Type | Method and Description |
---|---|
void |
buildFormat() |
int |
getDisplayWidth() |
String |
getFormat() |
String |
getLeadingSpaces() |
boolean |
isAutoFillZeros() |
boolean |
isRightJustify() |
protected String |
provideFormat() |
void |
setDisplayWidth(int displayWidth) |
public TextTableIntegralColumn(boolean rightJustify, int trailingSpaces, boolean autoFillZeros)
public boolean isAutoFillZeros()
protected String provideFormat()
public boolean isRightJustify()
public String getLeadingSpaces()
public int getDisplayWidth()
public void setDisplayWidth(int displayWidth)
public void buildFormat()
public String getFormat()
Copyright © 2015. All rights reserved.