Package uk.ac.starlink.topcat.plot2
Class AreaCoordPanel
java.lang.Object
uk.ac.starlink.topcat.plot2.CoordPanel
uk.ac.starlink.topcat.plot2.PositionCoordPanel
uk.ac.starlink.topcat.plot2.AreaCoordPanel
PositionCoordPanel for entering positional Area values.
This implementation class mostly handles autopopulation
(default values).
- Since:
- 27 Mar 2020
- Author:
- Mark Taylor
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AreaCoordPanel
(uk.ac.starlink.ttools.plot2.data.AreaCoord<?> coord, uk.ac.starlink.ttools.plot2.data.Coord[] otherCoords, uk.ac.starlink.ttools.plot2.config.ConfigKey<?>[] configKeys) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Makes some attempt to fill in the fields with non-blank values.Methods inherited from class uk.ac.starlink.topcat.plot2.PositionCoordPanel
getDataGeom, multiplyCoords
Methods inherited from class uk.ac.starlink.topcat.plot2.CoordPanel
addActionListener, addButtons, getActionForwarder, getColumnSelector, getComponent, getConfig, getConfigSpecifier, getContents, getCoords, getInfos, getTable, populate, removeActionListener, setColumnSelector, setTable
-
Constructor Details
-
AreaCoordPanel
protected AreaCoordPanel(uk.ac.starlink.ttools.plot2.data.AreaCoord<?> coord, uk.ac.starlink.ttools.plot2.data.Coord[] otherCoords, uk.ac.starlink.ttools.plot2.config.ConfigKey<?>[] configKeys) Constructor.- Parameters:
coord
- coordinate for Area objectsotherCoords
- additional coordinates required by panelconfigKeys
- config value keys (often empty)
-
-
Method Details
-
autoPopulate
public void autoPopulate()Description copied from class:CoordPanel
Makes some attempt to fill in the fields with non-blank values. The default implementation fills in the first few suitable columns, but subclasses are encouraged to override this behaviour if something smarter is possible.- Overrides:
autoPopulate
in classCoordPanel
-