Interface ColorTableIOFactory
public interface ColorTableIOFactory
- Author:
- fdiaz
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if factory can create aColorTableIOfrom filecreate()getName()
-
Method Details
-
getName
String getName()- Returns:
- the name
-
accept
Return true if factory can create aColorTableIOfrom file- Parameters:
file-- Returns:
- True if factory accepts file, otherwise false.
-
create
ColorTableIO create()- Returns:
- ColorTableProvider
-
getDefaultExtension
String getDefaultExtension()- Returns:
-
getDescription
String getDescription()- Returns:
-