java.lang.Object
io.sf.jclf.text.format.ObjectFormat
io.sf.jclf.text.format.NumberFormat
io.sf.jclf.text.format.HexFormat
- All Implemented Interfaces:
Alignable
-
Field Summary
Fields inherited from class io.sf.jclf.text.format.NumberFormat
blankpre, signpre, tipo, zeropaddingFields 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.NumberFormat
getRoundingFactor, roundNumber, setFlag, setFormatMethods inherited from class io.sf.jclf.text.format.ObjectFormat
align, create, create, create, expandLeftToWidth, expandRightToWidth, getAlignment, rightAppend, setFlags
-
Constructor Details
-
HexFormat
public HexFormat()
-
-
Method Details
-
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.
-
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.
-