| java.text.NumberFormat org.jfree.chart.axis.CompassFormat
CompassFormat | public class CompassFormat extends NumberFormat (Code) | | A formatter that displays numbers as directions.
|
Constructor Summary | |
public | CompassFormat() Creates a new formatter. |
DIRECTIONS | final public static String[] DIRECTIONS(Code) | | The directions.
|
CompassFormat | public CompassFormat()(Code) | | Creates a new formatter.
|
getDirectionCode | public String getDirectionCode(double direction)(Code) | | Returns a string representing the direction.
Parameters: direction - the direction. A string. |
parse | public Number parse(String source, ParsePosition parsePosition)(Code) | | This method returns null for all inputs. This class cannot
be used for parsing.
Parameters: source - the source string. Parameters: parsePosition - the parse position. null . |
|
|