java.lang.Object
io.sf.jclf.text.format.ObjectFormat
io.sf.jclf.text.format.StringFormat
- All Implemented Interfaces:
Alignable
-
Field Summary
Fields inherited from class io.sf.jclf.text.format.ObjectFormat
flags, precision, ralign, width -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.sf.jclf.text.format.ObjectFormat
align, create, create, create, expandLeftToWidth, expandRightToWidth, getAlignment, rightAppend, setFlag, setFlags
-
Constructor Details
-
StringFormat
public StringFormat()
-
-
Method Details
-
setFormat
Description copied from class:ObjectFormatSets the format of the object.- Overrides:
setFormatin classObjectFormat- Parameters:
format- the format.- Returns:
- the format type
- Throws:
SpecParsingException- if the format contains unknown or wrong format specs.
-
format
Description copied from class:ObjectFormatFormats an object according to the format specification set bysetFormat.Must be overriden by subclasses.
- Specified by:
formatin classObjectFormat- Parameters:
o- the object to be formatted.- Returns:
- a string with the formatted object.
-
toString
-
sample
Description copied from class:ObjectFormatProduce a sample of this format.- Specified by:
samplein classObjectFormat- Returns:
- a String with a (more or less) random object appropriate to be formatted according to current format specifications.
-