us.zuercher.gpx2map.gui
Class MarkerSizeFormatter
java.lang.Object
javax.swing.JFormattedTextField.AbstractFormatter
javax.swing.text.DefaultFormatter
javax.swing.text.InternationalFormatter
javax.swing.text.NumberFormatter
us.zuercher.gpx2map.gui.MarkerSizeFormatter
- All Implemented Interfaces:
- Serializable, Cloneable
public class MarkerSizeFormatter
- extends NumberFormatter
MarkerSizeFormatter extends NumberFormatter
to deal with marker
size values. Markers sizes are positive integers.
- 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 |
MarkerSizeFormatter
public MarkerSizeFormatter()
- Constructs a new MarkerSizeFormatter.