Uses of Class
nom.tam.util.FlexFormat

Packages that use FlexFormat
Package
Description
Various commonly used classes for nom-tam-fits.
  • Uses of FlexFormat in nom.tam.util

    Methods in nom.tam.util that return FlexFormat
    Modifier and Type
    Method
    Description
    FlexFormat.autoPrecision()
    Selects flexible precision formatting of floating point values.
    FlexFormat.forCard(HeaderCard card)
    Sets the number of characters that this formatter can use to print number values to the space available for the value field in the specified header card.
    FlexFormat.setPrecision(int nDecimals)
    Sets the maximum number of decimal places to show after the leading figure (i.e. fractional digits in exponential format).
    FlexFormat.setWidth(int nChars)
    Sets the number of characters that this formatter can use to print number values.