Ticket #1999 (closed: fixed)
Add isText() method to Axis class
Reported by: | Michael Whitty | Owned by: | Michael Whitty |
---|---|---|---|
Priority: | major | Milestone: | Iteration 26 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Janik Zikovsky |
Description
Currently, we have an isSpectra() and isNumeric() method on our Axis interface. In order to suitably deal with Text axis for various things, we should also have an isText() method. This should return false by default, and true if the axis is of type TextAxis.
Change History
Note: See
TracTickets for help on using
tickets.