cammons
Class Cammons

java.lang.Object
  extended by cammons.Cammons

public class Cammons
extends java.lang.Object


Field Summary
static int OS_LINUX
           
static int OS_UNDEFINED
           
static int OS_WIN
          Creates a new instance of Cammons
 
Constructor Summary
Cammons()
           
 
Method Summary
static java.lang.String deleteSuffix(java.lang.String file)
           
static java.lang.String extractFileName(java.lang.String s)
           
static java.lang.String extractFilePath(java.lang.String s)
           
static int getOs()
           
static java.lang.String getSuffix(java.lang.String file)
           
static double vzdal(double x1, double y1, double x2, double y2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OS_WIN

public static final int OS_WIN
Creates a new instance of Cammons

See Also:
Constant Field Values

OS_LINUX

public static final int OS_LINUX
See Also:
Constant Field Values

OS_UNDEFINED

public static final int OS_UNDEFINED
See Also:
Constant Field Values
Constructor Detail

Cammons

public Cammons()
Method Detail

extractFilePath

public static final java.lang.String extractFilePath(java.lang.String s)

extractFileName

public static final java.lang.String extractFileName(java.lang.String s)

deleteSuffix

public static final java.lang.String deleteSuffix(java.lang.String file)

getSuffix

public static final java.lang.String getSuffix(java.lang.String file)

vzdal

public static double vzdal(double x1,
                           double y1,
                           double x2,
                           double y2)

getOs

public static int getOs()