com.quinncurtis.chart3djava
Class ImageFileChooser.Utils

java.lang.Object
  extended by com.quinncurtis.chart3djava.ImageFileChooser.Utils
Enclosing class:
ImageFileChooser

public class ImageFileChooser.Utils
extends java.lang.Object

Utility class for ImageFileChooser


Field Summary
static java.lang.String gif
          GIF image file type.
static java.lang.String jpeg
          JPEG image file type.
static java.lang.String jpg
          JPG image file type.
static java.lang.String tif
          TIFF image file type.
static java.lang.String tiff
          TIFF image file type.
 
Constructor Summary
ImageFileChooser.Utils()
           
 
Method Summary
 java.lang.String getExtension(java.io.File f)
          Get the extension of a file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jpeg

public static final java.lang.String jpeg
JPEG image file type.

See Also:
Constant Field Values

jpg

public static final java.lang.String jpg
JPG image file type.

See Also:
Constant Field Values

gif

public static final java.lang.String gif
GIF image file type.

See Also:
Constant Field Values

tiff

public static final java.lang.String tiff
TIFF image file type.

See Also:
Constant Field Values

tif

public static final java.lang.String tif
TIFF image file type.

See Also:
Constant Field Values
Constructor Detail

ImageFileChooser.Utils

public ImageFileChooser.Utils()
Method Detail

getExtension

public java.lang.String getExtension(java.io.File f)
Get the extension of a file.

Parameters:
f - file
Returns:
Returns the file extension.