Interface ColorTableIOFactory


public interface ColorTableIOFactory
Author:
fdiaz
  • Method Details

    • getName

      String getName()
      Returns:
      the name
    • accept

      boolean accept(File file)
      Return true if factory can create a ColorTableIO from file
      Parameters:
      file -
      Returns:
      True if factory accepts file, otherwise false.
    • create

      ColorTableIO create()
      Returns:
      ColorTableProvider
    • getDefaultExtension

      String getDefaultExtension()
      Returns:
    • getDescription

      String getDescription()
      Returns: