Class CaretSurfaceInOptions

All Implemented Interfaces:
InterfaceObject, NamedObject, TreeObject, CleanableObject, XMLObject

public class CaretSurfaceInOptions
extends SurfaceInputOptions
Options specifying how to read a Caret surface
Author:
Andrew Reid
  • Constructor Details

    • CaretSurfaceInOptions

      public CaretSurfaceInOptions()
  • Method Details

    • setFiles

      public void setFiles​(java.io.File[] files)
      Description copied from class: InterfaceIOOptions
      Sets the list of files associated with this options instance
      Overrides:
      setFiles in class SurfaceInputOptions
    • getTopoFile

      public java.io.File getTopoFile()
    • getCoordFile

      public java.io.File getCoordFile()
    • getFileChooser

      public javax.swing.JFileChooser getFileChooser​(java.io.File f)
      Description copied from class: InterfaceIOOptions
      Returns a file chooser appropriate for this options instance
      Overrides:
      getFileChooser in class SurfaceInputOptions
      Returns: