Package uk.ac.starlink.ttools.plot
Class ErrorMode.Extent
- java.lang.Object
-
- uk.ac.starlink.ttools.plot.ErrorMode.Extent
-
- Enclosing class:
- ErrorMode
public static class ErrorMode.Extent extends java.lang.Object
Enumeration class which lists the distance quantities used by different error modes. Each error mode will have zero or more of these, corresponding to scalar values constituting the described error.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLabel()
Returns a name suitable for labelling a control for this extent.java.lang.String
getName()
Returns the name of this extent.
-