gnu.text

Class CompoundFormat

public class CompoundFormat extends ReportFormat

Field Summary
protected Format[]formats
protected intlength
Constructor Summary
CompoundFormat(Format[] formats, int length)
CompoundFormat(Format[] formats)
Method Summary
intformat(Object[] args, int start, Writer dst, FieldPosition fpos)
intformat(Object[] args, int start, StringBuffer sbuf, FieldPosition fpos)
ObjectparseObject(String text, ParsePosition status)
StringtoString()

Field Detail

formats

protected Format[] formats

length

protected int length

Constructor Detail

CompoundFormat

public CompoundFormat(Format[] formats, int length)

CompoundFormat

public CompoundFormat(Format[] formats)

Method Detail

format

public int format(Object[] args, int start, Writer dst, FieldPosition fpos)

format

public final int format(Object[] args, int start, StringBuffer sbuf, FieldPosition fpos)

parseObject

public Object parseObject(String text, ParsePosition status)

toString

public String toString()