Uses of Class
org.hermit.utils.CharFormatter.OverflowException

Packages that use CharFormatter.OverflowException
org.hermit.utils A library of basic data types used in other packages. 
 

Uses of CharFormatter.OverflowException in org.hermit.utils
 

Methods in org.hermit.utils that throw CharFormatter.OverflowException
static int CharFormatter.formatDegMin(char[] buf, int off, double angle)
          Format an angle for user display in degrees and minutes.
static int CharFormatter.formatDegMin(char[] buf, int off, double angle, char pos, char neg, boolean space)
          Format an angle as a string in the format "W171°15.165'".
static void CharFormatter.formatFloat(char[] buf, int off, double val, int field, int frac)
          Format a floating-point value into a fixed-width field, with sign.
static void CharFormatter.formatFloat(char[] buf, int off, double val, int field, int frac, boolean signed)
          Format a floating-point value into a fixed-width field.
static void CharFormatter.formatInt(char[] buf, int off, int val, int field, boolean signed)
          Format an integer into a fixed-width field.
static int CharFormatter.formatLatLon(char[] buf, int off, double lat, double lon, boolean space)
          Format a latitude and longitude for user display in degrees and minutes.