Class MatrixOutOptions

java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.domestic.variables.MatrixOutOptions
All Implemented Interfaces:
InterfaceObject, NamedObject, TreeObject, CleanableObject, XMLObject

public class MatrixOutOptions
extends InterfaceIOOptions
  • Field Details

    • FORMAT_ASCII_FULL

      public static final int FORMAT_ASCII_FULL
      See Also:
      Constant Field Values
    • FORMAT_BINARY_FULL

      public static final int FORMAT_BINARY_FULL
      See Also:
      Constant Field Values
    • FORMAT_ASCII_SPARSE

      public static final int FORMAT_ASCII_SPARSE
      See Also:
      Constant Field Values
    • FORMAT_BINARY_SPARSE

      public static final int FORMAT_BINARY_SPARSE
      See Also:
      Constant Field Values
    • format

      public int format
    • files

      public java.io.File[] files
    • matrices

      public Jama.Matrix[] matrices
    • displayPanel

      public InterfaceDisplayPanel displayPanel
    • precision

      public int precision
    • string_format

      public java.lang.String string_format
    • has_header

      public boolean has_header
    • delimiter

      public java.lang.String delimiter
  • Constructor Details

    • MatrixOutOptions

      public MatrixOutOptions()
    • MatrixOutOptions

      public MatrixOutOptions​(int format)
  • Method Details

    • getDisplayPanel

      public InterfaceDisplayPanel getDisplayPanel()
    • getFileChooser

      public javax.swing.JFileChooser getFileChooser()
      Description copied from class: InterfaceIOOptions
      Returns a file chooser appropriate for this options instance
      Specified by:
      getFileChooser in class InterfaceIOOptions
      Returns:
    • getFileChooser

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

      public java.io.File[] getFiles()
      Description copied from class: InterfaceIOOptions
      Returns the list of files associated with this options instance
      Specified by:
      getFiles in class InterfaceIOOptions
      Returns:
    • getMatrices

      public Jama.Matrix[] getMatrices()
    • setDisplayPanel

      public void setDisplayPanel​(InterfaceDisplayPanel p)
    • setFiles

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

      public void setMatrices​(Jama.Matrix[] matrices)
    • setObject

      public void setObject​(InterfaceObject obj) throws java.lang.ClassCastException
      Description copied from class: InterfaceIOOptions
      Sets the object on which to perform an I/O operation
      Specified by:
      setObject in class InterfaceIOOptions
      Throws:
      java.lang.ClassCastException - if obj is the wrong class for this options instance