uk.ac.starlink.ttools.plottask
Class CartesianTablePlotData.PairCreator

java.lang.Object
  extended by uk.ac.starlink.ttools.plottask.CartesianTablePlotData.PairCreator
Enclosing class:
CartesianTablePlotData

public static class CartesianTablePlotData.PairCreator
extends Object

Class used for JEL manipulations.

This class is an implementation detail, but has to be public for JEL to be able to use it.


Constructor Summary
CartesianTablePlotData.PairCreator()
           
 
Method Summary
static double[] createDoublePair(double lo, double hi)
          Returns a 2-element array composed from its 2 arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CartesianTablePlotData.PairCreator

public CartesianTablePlotData.PairCreator()
Method Detail

createDoublePair

public static double[] createDoublePair(double lo,
                                        double hi)
Returns a 2-element array composed from its 2 arguments.

Parameters:
lo - arg 1
hi - arg 2
Returns:
{lo,hi}


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.