Class PositionCoordPanel

    • Constructor Detail

      • PositionCoordPanel

        protected PositionCoordPanel​(uk.ac.starlink.ttools.plot2.data.Coord[] coords,
                                     uk.ac.starlink.ttools.plot2.config.ConfigKey<?>[] configKeys)
        Constructor.
        Parameters:
        coords - coordinate definitions for which values are required
        configKeys - config value keys (often empty)
    • Method Detail

      • getDataGeom

        public abstract uk.ac.starlink.ttools.plot2.DataGeom getDataGeom()
        Returns the position geometry that defines the mapping of input to data coordinates.
        Returns:
        data geom
      • multiplyCoords

        public 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. The returned coords have metadata which distinguish them from each other, currently an integer appended to their name. The returned coords are not totally respectable, but their metadata is OK.
        Parameters:
        coords - basic coordinates
        ncopy - number of copies to make
        Returns:
        array of ncopy copies of coords