pumpa
Class Format

java.lang.Object
  |
  +--pumpa.Format

public class Format
extends java.lang.Object

Třída pro formátování čísel.

Version:
2.0 (2003-Apr-02)
Author:
Pavel Herout

Constructor Summary
Format()
           
 
Method Summary
static java.lang.String celeCislo(int i)
           
static java.lang.String realneCislo(double d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Format

public Format()
Method Detail

celeCislo

public static java.lang.String celeCislo(int i)

realneCislo

public static java.lang.String realneCislo(double d)