Class Utils

java.lang.Object
  extended byUtils

public class Utils
extends java.lang.Object

Cette classe outils permet delire des listes de points au clavier

Author:
Tachouct Mustapha

Field Summary
static java.lang.String DELIM
           
 
Constructor Summary
Utils()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static double readDouble()
           
static double[] readDoublev()
           
static java.lang.String readString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELIM

public static final java.lang.String DELIM
See Also:
Constant Field Values
Constructor Detail

Utils

public Utils()
Method Detail

readString

public static java.lang.String readString()

readDoublev

public static double[] readDoublev()

readDouble

public static double readDouble()

main

public static void main(java.lang.String[] args)