us.zuercher.gpx2map.gui
Class LongitudeCoordinateFormatter
java.lang.Object
javax.swing.JFormattedTextField.AbstractFormatter
javax.swing.text.DefaultFormatter
javax.swing.text.InternationalFormatter
javax.swing.text.NumberFormatter
us.zuercher.gpx2map.gui.LongitudeCoordinateFormatter
- All Implemented Interfaces:
- Serializable, Cloneable
public class LongitudeCoordinateFormatter
- extends NumberFormatter
LongitudeCoordinateFormatter extends NumberFormatter
to deal with
decimal longitude values. Values are limited to the range [-180, 180] and
formatted with 1 to 10 decimal digits.
- Author:
- Stephan Zuercher
- See Also:
- Serialized Form
Methods inherited from class javax.swing.text.InternationalFormatter |
clone, getActions, getFields, getFormat, getMaximum, getMinimum, install, setMaximum, setMinimum, stringToValue, valueToString |
LongitudeCoordinateFormatter
public LongitudeCoordinateFormatter()
- Constructs a new LongitudeCoordinateFormatter.