c

java.text

DecimalFormat

class DecimalFormat extends NumberFormat

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DecimalFormat
  2. NumberFormat
  3. Format
  4. Cloneable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DecimalFormat()
  2. new DecimalFormat(pattern: String)
  3. new DecimalFormat(pattern: String, symbols: DecimalFormatSymbols)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def applyLocalizedPattern(pattern: String): Unit
  5. def applyPattern(pattern: String): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Definition Classes
    DecimalFormat → AnyRef
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(obj: Any): Boolean
    Definition Classes
    DecimalFormat → AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def format(number: Long, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer
    Definition Classes
    DecimalFormatNumberFormat
  12. def format(number: Double, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer
    Definition Classes
    DecimalFormatNumberFormat
  13. final def format(number: Long): String
    Definition Classes
    NumberFormat
  14. final def format(number: Double): String
    Definition Classes
    NumberFormat
  15. def format(obj: AnyRef, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer
    Definition Classes
    NumberFormatFormat
  16. def format(obj: AnyRef): String
    Definition Classes
    Format
  17. def formatToCharacterIterator(obj: AnyRef): AttributedCharacterIterator
    Definition Classes
    Format
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getCurrency(): Currency
    Definition Classes
    DecimalFormatNumberFormat
  20. def getDecimalFormatSymbols(): DecimalFormatSymbols
  21. def getExponentNumberAndPower(n: BigDecimal): (BigDecimal, Int)
  22. def getGroupingSize(): Int
  23. def getMaximumFractionDigits(): Int
    Definition Classes
    DecimalFormatNumberFormat
  24. def getMaximumIntegerDigits(): Int
    Definition Classes
    DecimalFormatNumberFormat
  25. def getMinimumFractionDigits(): Int
    Definition Classes
    DecimalFormatNumberFormat
  26. def getMinimumIntegerDigits(): Int
    Definition Classes
    DecimalFormatNumberFormat
  27. def getMultiplier(): Int
  28. def getNegativePrefix(): String
  29. def getNegativeSuffix(): String
  30. def getPositivePrefix(): String
  31. def getPositiveSuffix(): String
  32. def getRoundingMode(): RoundingMode
    Definition Classes
    NumberFormat
  33. def hashCode(): Int
    Definition Classes
    DecimalFormat → AnyRef → Any
  34. def isDecimalSeparatorAlwaysShown(): Boolean
  35. def isGroupingUsed(): Boolean
    Definition Classes
    DecimalFormatNumberFormat
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isParseBigDecimal(): Boolean
  38. def isParseIntegerOnly(): Boolean
    Definition Classes
    NumberFormat
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. def parse(source: String, parsePosition: ParsePosition): Number
  43. def parseObject(source: String, pos: ParsePosition): AnyRef
    Definition Classes
    DecimalFormatFormat
  44. def parseObject(source: String): AnyRef
    Definition Classes
    Format
  45. def safeGetCurrency(): Option[Currency]
  46. def setCurrency(currency: Currency): Unit
    Definition Classes
    DecimalFormatNumberFormat
  47. def setDecimalFormatSymbols(symbols: DecimalFormatSymbols): Unit
  48. def setDecimalSeparatorAlwaysShown(newValue: Boolean): Unit
  49. def setGroupingSize(newValue: Int): Unit
  50. def setGroupingUsed(newValue: Boolean): Unit
    Definition Classes
    DecimalFormatNumberFormat
  51. def setMaximumFractionDigits(newValue: Int): Unit
    Definition Classes
    DecimalFormatNumberFormat
  52. def setMaximumIntegerDigits(newValue: Int): Unit
    Definition Classes
    DecimalFormatNumberFormat
  53. def setMinimumFractionDigits(newValue: Int): Unit
    Definition Classes
    DecimalFormatNumberFormat
  54. def setMinimumIntegerDigits(newValue: Int): Unit
    Definition Classes
    DecimalFormatNumberFormat
  55. def setMultiplier(newValue: Int): Unit
  56. def setNegativePrefix(newValue: String): Unit
  57. def setNegativeSuffix(newValue: String): Unit
  58. def setParseBigDecimal(newValue: Boolean): Unit
  59. def setParseIntegerOnly(value: Boolean): Unit
    Definition Classes
    NumberFormat
  60. def setPositivePrefix(newValue: String): Unit
  61. def setPositiveSuffix(newValue: String): Unit
  62. def setRoundingMode(mode: RoundingMode): Unit
    Definition Classes
    NumberFormat
  63. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  64. def toLocalizedPattern(): String
  65. def toPattern(): String
  66. def toString(): String
    Definition Classes
    AnyRef → Any
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from NumberFormat

Inherited from Format

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped