uk.ac.starlink.ttools.plot2
Interface ShadeAxisFactory


public interface ShadeAxisFactory

Defines how to get a ShadeAxis for a shader range.

Since:
25 Sep 2014

Method Summary
 ShadeAxis createShadeAxis(Range range)
          Returns a shade axis for a given range.
 boolean isLog()
          Indicates whether the axis this factory will produce will have a logarithmic scale.
 

Method Detail

isLog

boolean isLog()
Indicates whether the axis this factory will produce will have a logarithmic scale.

Returns:
true for logarithmic, false for linear

createShadeAxis

ShadeAxis createShadeAxis(Range range)
Returns a shade axis for a given range.

Parameters:
range - data range
Returns:
shader axis


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