Package gda.scan

Interface AxisSpecProvider

All Superinterfaces:
Serializable
All Known Implementing Classes:
AxisSpecProviderImpl

public interface AxisSpecProvider extends Serializable
Interface to provide AxisSpec for plotting
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    Returns AxisSpec to be used for a given line in ScanPlot name is the name of the line e.g.
    int
     
  • Method Details

    • getAxisSpec

      AxisSpec getAxisSpec(String name)
      Returns AxisSpec to be used for a given line in ScanPlot name is the name of the line e.g. scannable input name
    • hashCode

      int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      boolean equals(Object obj)
      Overrides:
      equals in class Object