public class TIFFFilter extends Object
TIFF
image.Modifier and Type | Field and Description |
---|---|
static String |
BTF
Possible file extension.
|
static String[] |
extensions
The possible extensions.
|
static String |
MIMETYPE
The MIMEType associated to this type of file.
|
static String |
TF_2
Possible file extension.
|
static String |
TF_8
Possible file extension.
|
static String |
TIF
Possible file extension.
|
static String |
TIFF
Possible file extension.
|
Constructor and Description |
---|
TIFFFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(File f)
Accepts or not the file with the declared file extensions.
|
boolean |
accept(String fileName)
Accepts or not the file identified by its name.
|
String |
getDescription()
Returns the description of the filter.
|
String |
getExtension()
Returns the extension of the filter.
|
String |
getMIMEType()
Returns the MIME type.
|
public static final String MIMETYPE
public static final String TIFF
public static final String TIF
public static final String TF_2
public static final String TF_8
public static final String BTF
public static final String[] extensions
public String getMIMEType()
public String getExtension()
public String getDescription()
public boolean accept(File f)
f
- The file to handle.public boolean accept(String fileName)
fileName
- The name of the file.
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.