Ptah
Class Utils

java.lang.Object
  |
  +--Ptah.Utils

public class Utils
extends java.lang.Object

Ptah getExtension.

Based on Sun tutorial. See Using Swing Components: Examples.

Copyright (c) 2000-2001 Alexis Grandemange

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
 as published by the Free Software Foundation; version 2
 of the License.
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 

I included a copy of the GNU Lesser General Public License lesser.txt in this directory.

alexis.grandemange@pagebox.net

Version:
0, 0, 1
Author:
Alexis Grandemange

Field Summary
static java.lang.String coord
           
static java.lang.String gif
           
static java.lang.String jpeg
           
static java.lang.String jpg
           
static java.lang.String tif
           
static java.lang.String tiff
           
static java.lang.String txt
           
 
Constructor Summary
Utils()
           
 
Method Summary
static java.lang.String getExtension(java.io.File f)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

jpeg

public static final java.lang.String jpeg

jpg

public static final java.lang.String jpg

gif

public static final java.lang.String gif

tiff

public static final java.lang.String tiff

tif

public static final java.lang.String tif

txt

public static final java.lang.String txt

coord

public static final java.lang.String coord
Constructor Detail

Utils

public Utils()
Method Detail

getExtension

public static java.lang.String getExtension(java.io.File f)