Class PointSet3DInputOptions

java.lang.Object
All Implemented Interfaces:
InterfaceObject, NamedObject, TreeObject, CleanableObject, XMLObject

public class PointSet3DInputOptions
extends ShapeInputOptions
Options for loading a PointSet3DInt object.
Since:
1.0
Version:
1.0
Author:
Andrew Reid
  • Field Details

    • shapeSet

      public ShapeSet3DInt shapeSet
    • files

      public java.io.File[] files
    • names

      public java.lang.String[] names
    • display_panel

      public InterfaceDisplayPanel display_panel
  • Constructor Details

    • PointSet3DInputOptions

      public PointSet3DInputOptions()
  • 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
      Overrides:
      getFileChooser in class ShapeInputOptions
      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
      Overrides:
      getFileChooser in class ShapeInputOptions
      Returns:
    • setDisplayPanel

      public void setDisplayPanel​(InterfaceDisplayPanel p)
    • isMultiFileEnabled

      public boolean isMultiFileEnabled()
    • getFiles

      public java.io.File[] getFiles()
      Description copied from class: InterfaceIOOptions
      Returns the list of files associated with this options instance
      Overrides:
      getFiles in class ShapeInputOptions
      Returns:
    • 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 ShapeInputOptions
    • 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
      Overrides:
      setObject in class ShapeInputOptions
      Throws:
      java.lang.ClassCastException - if obj is the wrong class for this options instance