SimplePositionCoordPanelpublic abstract class PositionCoordPanel extends CoordPanel
| Modifier | Constructor | Description |
|---|---|---|
protected |
PositionCoordPanel(uk.ac.starlink.ttools.plot2.data.Coord[] coords,
uk.ac.starlink.ttools.plot2.config.ConfigKey[] configKeys) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract uk.ac.starlink.ttools.plot2.DataGeom |
getDataGeom() |
Returns the position geometry that defines the mapping of input
to data coordinates.
|
static uk.ac.starlink.ttools.plot2.data.Coord[] |
multiplyCoords(uk.ac.starlink.ttools.plot2.data.Coord[] coords,
int ncopy) |
Returns a list of coordinates which is like multiple copies of a
supplied group.
|
addActionListener, autoPopulate, getActionForwarder, getColumnSelector, getComponent, getConfig, getConfigSpecifier, getContents, getCoords, removeActionListener, setColumnSelector, setTableprotected PositionCoordPanel(uk.ac.starlink.ttools.plot2.data.Coord[] coords,
uk.ac.starlink.ttools.plot2.config.ConfigKey[] configKeys)
coords - coordinate definitions for which values are requiredconfigKeys - config value keys (often empty)public abstract uk.ac.starlink.ttools.plot2.DataGeom getDataGeom()
public static uk.ac.starlink.ttools.plot2.data.Coord[] multiplyCoords(uk.ac.starlink.ttools.plot2.data.Coord[] coords,
int ncopy)
coords - basic coordinatesncopy - number of copies to makeCopyright © 2003-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.