Class UserIntSpecifier
java.lang.Object
uk.ac.starlink.ttools.plot2.config.SpecifierPanel<Integer>
uk.ac.starlink.topcat.UserIntSpecifier
- All Implemented Interfaces:
uk.ac.starlink.ttools.plot2.config.Specifier<Integer>
Component that allows the user to adjust an integer value.
This implements the
Specifier
interface since that's what's required here, though it's not
intended to be used like most other Specifier implementations
(for instance the component is much less compact).- Since:
- 4 Jul 2025
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected JComponentvoidsetSpecifiedValue(Integer value) voidsubmitReport(uk.ac.starlink.ttools.plot2.ReportMap report) No-op.Methods inherited from class uk.ac.starlink.ttools.plot2.config.SpecifierPanel
addActionListener, fireAction, getActionForwarder, getChangeForwarder, getComponent, isXFill, removeActionListener
-
Constructor Details
-
UserIntSpecifier
public UserIntSpecifier()Constructor.
-
-
Method Details
-
createComponent
- Specified by:
createComponentin classuk.ac.starlink.ttools.plot2.config.SpecifierPanel<Integer>
-
getSpecifiedValue
-
setSpecifiedValue
-
submitReport
public void submitReport(uk.ac.starlink.ttools.plot2.ReportMap report) No-op.
-