de.uni_paderborn.fujaba.views.beans
Class IntervalNumberFormat

java.lang.Object
  extended byjava.text.Format
      extended byjava.text.NumberFormat
          extended byde.uni_paderborn.fujaba.views.beans.IntervalNumberFormat
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

class IntervalNumberFormat
extends java.text.NumberFormat

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.10 $
Author:
$Author: schneider $

Nested Class Summary
 
Nested classes inherited from class java.text.NumberFormat
java.text.NumberFormat.Field
 
Nested classes inherited from class java.text.Format
 
Field Summary
private static java.text.NumberFormat delegate
          No comment provided by developer, please add a comment to improve documentation.
private  double max
          No comment provided by developer, please add a comment to improve documentation.
private  double min
          No comment provided by developer, please add a comment to improve documentation.
 
Fields inherited from class java.text.NumberFormat
FRACTION_FIELD, INTEGER_FIELD
 
Constructor Summary
IntervalNumberFormat()
          Constructor for class IntervalNumberFormat
IntervalNumberFormat(double min, double max)
          Constructor for class IntervalNumberFormat
 
Method Summary
 java.lang.StringBuffer format(double number, java.lang.StringBuffer toAppendTo, java.text.FieldPosition pos)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.StringBuffer format(long number, java.lang.StringBuffer toAppendTo, java.text.FieldPosition pos)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.Number parse(java.lang.String text, java.text.ParsePosition parsePosition)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.text.NumberFormat
clone, equals, format, format, format, getAvailableLocales, getCurrency, getCurrencyInstance, getCurrencyInstance, getInstance, getInstance, getIntegerInstance, getIntegerInstance, getMaximumFractionDigits, getMaximumIntegerDigits, getMinimumFractionDigits, getMinimumIntegerDigits, getNumberInstance, getNumberInstance, getPercentInstance, getPercentInstance, hashCode, isGroupingUsed, isParseIntegerOnly, parse, parseObject, setCurrency, setGroupingUsed, setMaximumFractionDigits, setMaximumIntegerDigits, setMinimumFractionDigits, setMinimumIntegerDigits, setParseIntegerOnly
 
Methods inherited from class java.text.Format
format, formatToCharacterIterator, parseObject
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

delegate

private static final java.text.NumberFormat delegate
No comment provided by developer, please add a comment to improve documentation.


min

private double min
No comment provided by developer, please add a comment to improve documentation.


max

private double max
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

IntervalNumberFormat

public IntervalNumberFormat()
Constructor for class IntervalNumberFormat


IntervalNumberFormat

public IntervalNumberFormat(double min,
                            double max)
Constructor for class IntervalNumberFormat

Parameters:
min - No description provided
max - No description provided
Method Detail

format

public java.lang.StringBuffer format(double number,
                                     java.lang.StringBuffer toAppendTo,
                                     java.text.FieldPosition pos)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
number - No description provided
toAppendTo - No description provided
pos - No description provided
Returns:
No description provided

format

public java.lang.StringBuffer format(long number,
                                     java.lang.StringBuffer toAppendTo,
                                     java.text.FieldPosition pos)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
number - No description provided
toAppendTo - No description provided
pos - No description provided
Returns:
No description provided

parse

public java.lang.Number parse(java.lang.String text,
                              java.text.ParsePosition parsePosition)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
text - No description provided
parsePosition - No description provided
Returns:
No description provided