java.text

DecimalFormat

class DecimalFormat extends NumberFormat

Linear Supertypes
NumberFormat, Format, Cloneable, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DecimalFormat
  2. NumberFormat
  3. Format
  4. Cloneable
  5. Cloneable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DecimalFormat()

  2. new DecimalFormat(pattern: String)

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

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def applyLocalizedPattern(pattern: String): Unit

  7. def applyPattern(pattern: String): Unit

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Definition Classes
    DecimalFormat → AnyRef
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean

    Definition Classes
    DecimalFormat → AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def format(number: Long, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer

    Definition Classes
    DecimalFormatNumberFormat
  14. def format(number: Double, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer

    Definition Classes
    DecimalFormatNumberFormat
  15. final def format(number: Long): String

    Definition Classes
    NumberFormat
  16. final def format(number: Double): String

    Definition Classes
    NumberFormat
  17. def format(obj: AnyRef, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer

    Definition Classes
    NumberFormatFormat
  18. def format(obj: AnyRef): String

    Definition Classes
    Format
  19. def formatToCharacterIterator(obj: AnyRef): AttributedCharacterIterator

    Definition Classes
    Format
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def getCurrency(): Currency

    Definition Classes
    DecimalFormatNumberFormat
  22. def getDecimalFormatSymbols(): DecimalFormatSymbols

  23. def getExponentNumberAndPower(n: BigDecimal): (BigDecimal, Int)

  24. def getGroupingSize(): Int

  25. def getMaximumFractionDigits(): Int

    Definition Classes
    DecimalFormatNumberFormat
  26. def getMaximumIntegerDigits(): Int

    Definition Classes
    DecimalFormatNumberFormat
  27. def getMinimumFractionDigits(): Int

    Definition Classes
    DecimalFormatNumberFormat
  28. def getMinimumIntegerDigits(): Int

    Definition Classes
    DecimalFormatNumberFormat
  29. def getMultiplier(): Int

  30. def getNegativePrefix(): String

  31. def getNegativeSuffix(): String

  32. def getPositivePrefix(): String

  33. def getPositiveSuffix(): String

  34. def getRoundingMode(): RoundingMode

    Definition Classes
    NumberFormat
  35. def hashCode(): Int

    Definition Classes
    DecimalFormat → AnyRef → Any
  36. def isDecimalSeparatorAlwaysShown(): Boolean

  37. def isGroupingUsed(): Boolean

    Definition Classes
    DecimalFormatNumberFormat
  38. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  39. def isParseBigDecimal(): Boolean

  40. def isParseIntegerOnly(): Boolean

    Definition Classes
    NumberFormat
  41. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  42. final def notify(): Unit

    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  44. def parse(source: String, parsePosition: ParsePosition): Number

  45. def parseObject(source: String, pos: ParsePosition): AnyRef

    Definition Classes
    DecimalFormatNumberFormatFormat
  46. def parseObject(source: String): AnyRef

    Definition Classes
    Format
  47. def setCurrency(currency: Currency): Unit

    Definition Classes
    DecimalFormatNumberFormat
  48. def setDecimalFormatSymbols(symbols: DecimalFormatSymbols): Unit

  49. def setDecimalSeparatorAlwaysShown(newValue: Boolean): Unit

  50. def setGroupingSize(newValue: Int): Unit

  51. def setGroupingUsed(newValue: Boolean): Unit

    Definition Classes
    DecimalFormatNumberFormat
  52. def setMaximumFractionDigits(newValue: Int): Unit

    Definition Classes
    DecimalFormatNumberFormat
  53. def setMaximumIntegerDigits(newValue: Int): Unit

    Definition Classes
    DecimalFormatNumberFormat
  54. def setMinimumFractionDigits(newValue: Int): Unit

    Definition Classes
    DecimalFormatNumberFormat
  55. def setMinimumIntegerDigits(newValue: Int): Unit

    Definition Classes
    DecimalFormatNumberFormat
  56. def setMultiplier(newValue: Int): Unit

  57. def setNegativePrefix(newValue: String): Unit

  58. def setNegativeSuffix(newValue: String): Unit

  59. def setParseBigDecimal(newValue: Boolean): Unit

  60. def setParseIntegerOnly(value: Boolean): Unit

    Definition Classes
    NumberFormat
  61. def setPositivePrefix(newValue: String): Unit

  62. def setPositiveSuffix(newValue: String): Unit

  63. def setRoundingMode(mode: RoundingMode): Unit

    Definition Classes
    NumberFormat
  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  65. def toLocalizedPattern(): String

  66. def toPattern(): String

  67. def toString(): String

    Definition Classes
    AnyRef → Any
  68. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from NumberFormat

Inherited from Format

Inherited from Cloneable

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped