Class ArrayBrowser

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ArrayBrowser extends JPanel
Displays an array of primitives in a JTable.
Author:
Mark Taylor (Starlink)
See Also:
  • Constructor Details

    • ArrayBrowser

      public ArrayBrowser(uk.ac.starlink.array.NDArray nda) throws IOException
      Constructs an ArrayBrowser from an NDArray.
      Parameters:
      nda - the NDArray to browse
      Throws:
      IOException - if there is some trouble doing random access reads on nda