|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.text.Format
java.text.NumberFormat
java.text.DecimalFormat
org.intermine.web.logic.widget.GraphWidget.DivNumberFormat
public class GraphWidget.DivNumberFormat
class used to format the p-values on the graph
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.text.NumberFormat |
|---|
java.text.NumberFormat.Field |
| Field Summary |
|---|
| Fields inherited from class java.text.NumberFormat |
|---|
FRACTION_FIELD, INTEGER_FIELD |
| Constructor Summary | |
|---|---|
GraphWidget.DivNumberFormat(int magnitude)
|
|
| Method Summary | |
|---|---|
java.lang.StringBuffer |
format(double number,
java.lang.StringBuffer result,
java.text.FieldPosition fieldPosition)
|
java.lang.StringBuffer |
format(long number,
java.lang.StringBuffer result,
java.text.FieldPosition fieldPosition)
|
| Methods inherited from class java.text.DecimalFormat |
|---|
applyLocalizedPattern, applyPattern, clone, equals, format, formatToCharacterIterator, getCurrency, getDecimalFormatSymbols, getGroupingSize, getMaximumFractionDigits, getMaximumIntegerDigits, getMinimumFractionDigits, getMinimumIntegerDigits, getMultiplier, getNegativePrefix, getNegativeSuffix, getPositivePrefix, getPositiveSuffix, getRoundingMode, hashCode, isDecimalSeparatorAlwaysShown, isParseBigDecimal, parse, setCurrency, setDecimalFormatSymbols, setDecimalSeparatorAlwaysShown, setGroupingSize, setMaximumFractionDigits, setMaximumIntegerDigits, setMinimumFractionDigits, setMinimumIntegerDigits, setMultiplier, setNegativePrefix, setNegativeSuffix, setParseBigDecimal, setPositivePrefix, setPositiveSuffix, setRoundingMode, toLocalizedPattern, toPattern |
| Methods inherited from class java.text.NumberFormat |
|---|
format, format, getAvailableLocales, getCurrencyInstance, getCurrencyInstance, getInstance, getInstance, getIntegerInstance, getIntegerInstance, getNumberInstance, getNumberInstance, getPercentInstance, getPercentInstance, isGroupingUsed, isParseIntegerOnly, parse, parseObject, setGroupingUsed, setParseIntegerOnly |
| Methods inherited from class java.text.Format |
|---|
format, parseObject |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphWidget.DivNumberFormat(int magnitude)
magnitude - what to multiply the p-value by| Method Detail |
|---|
public java.lang.StringBuffer format(double number,
java.lang.StringBuffer result,
java.text.FieldPosition fieldPosition)
format in class java.text.DecimalFormatnumber - number to formatresult - buffer to put the result infieldPosition - the field position
public java.lang.StringBuffer format(long number,
java.lang.StringBuffer result,
java.text.FieldPosition fieldPosition)
format in class java.text.DecimalFormatnumber - number to formatresult - buffer to put the result infieldPosition - the field position
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||