Uses of Class
org.nuiton.jaxx.widgets.gis.CoordinateFormat
-
Packages that use CoordinateFormat Package Description org.nuiton.jaxx.widgets.gis org.nuiton.jaxx.widgets.gis.absolute Define some absolute coordinate editors (using quadrant for sign). -
-
Uses of CoordinateFormat in org.nuiton.jaxx.widgets.gis
Methods in org.nuiton.jaxx.widgets.gis that return CoordinateFormat Modifier and Type Method Description static CoordinateFormatCoordinateFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static CoordinateFormat[]CoordinateFormat. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CoordinateFormat in org.nuiton.jaxx.widgets.gis.absolute
Fields in org.nuiton.jaxx.widgets.gis.absolute declared as CoordinateFormat Modifier and Type Field Description protected CoordinateFormatCoordinatesEditorModel. formatMethods in org.nuiton.jaxx.widgets.gis.absolute that return CoordinateFormat Modifier and Type Method Description CoordinateFormatCoordinatesEditorModel. getFormat()Methods in org.nuiton.jaxx.widgets.gis.absolute with parameters of type CoordinateFormat Modifier and Type Method Description FloatAbsoluteCoordinateEditorModel. getValue(CoordinateFormat format)voidCoordinatesEditor. setFormat(CoordinateFormat format)voidCoordinatesEditorModel. setFormat(CoordinateFormat format)protected voidCoordinatesEditorModel. updateFormat(CoordinateFormat format)
-