Package uk.ac.starlink.ttools.plot2
Interface ShadeAxisFactory
-
public interface ShadeAxisFactoryDefines how to get a ShadeAxis for a shader range.- Since:
- 25 Sep 2014
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShadeAxiscreateShadeAxis(Range range)Returns a shade axis for a given range.booleanisLog()Indicates whether the axis this factory will produce will have a logarithmic scale.
-