public class TextTableStringColumn extends Object
Constructor and Description |
---|
TextTableStringColumn(boolean rightJustify,
int leadingSpaces,
boolean wrapString) |
Modifier and Type | Method and Description |
---|---|
void |
buildFormat() |
int |
getDisplayWidth() |
String |
getFormat() |
String |
getLeadingSpaces() |
boolean |
isRightJustify() |
boolean |
isWrapString() |
protected String |
provideFormat() |
void |
setDisplayWidth(int displayWidth) |
public TextTableStringColumn(boolean rightJustify, int leadingSpaces, boolean wrapString)
public boolean isWrapString()
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.