uk.ac.starlink.ttools.plot2.layer
Interface BinBag.Bin

Enclosing class:
BinBag

public static interface BinBag.Bin

Describes the extent of a bin and the value it contains.


Method Summary
 double getXMax()
          Returns the upper bound of this bin.
 double getXMin()
          Returns the lower bound of this bin.
 double getY()
          Returns the value so far accumulated into this bin.
 

Method Detail

getXMin

double getXMin()
Returns the lower bound of this bin.

Returns:
axis minimum of bin

getXMax

double getXMax()
Returns the upper bound of this bin.

Returns:
axis maximum of bin

getY

double getY()
Returns the value so far accumulated into this bin.

Returns:
bin value


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