Klasse FixedNumberFormat

java.lang.Object
java.text.Format
java.text.NumberFormat
com.inet.report.chart.format.FixedNumberFormat
Alle implementierten Schnittstellen:
ChartFormat, Serializable, Cloneable

public class FixedNumberFormat extends NumberFormat implements ChartFormat
This is a "fixed" number format.
There are three format styles available: number, percent and currency. The number style format shows the value as is.
The percent style format multiplies the values with 100 and shows the percent symbol. The currency style format shows the currency symbol.
The percent and currency symbol position is decided from locale to locale.
Seit:
8.0
Siehe auch:
  • Felddetails

    • DEFAULT_NUMBER_OF_DECIMAL_PLACES

      public static final int DEFAULT_NUMBER_OF_DECIMAL_PLACES
      Default number of decimal places.
      Siehe auch:
    • DEFAULT_USE_THOUSANDS_SEPARATOR

      public static final boolean DEFAULT_USE_THOUSANDS_SEPARATOR
      Default using of thousands separator.
      Siehe auch:
    • DEFAULT_ABBREVIATION

      public static final Abbreviation DEFAULT_ABBREVIATION
      The default abbreviation.
    • MINUS_SIGN_BEFORE

      public static final int MINUS_SIGN_BEFORE
      Minus symbol is placed before number.
      Siehe auch:
    • MINUS_SIGN_AFTER

      public static final int MINUS_SIGN_AFTER
      Minus symbol is placed after number.
      Siehe auch:
    • MINUS_SIGN_BRACKETS

      public static final int MINUS_SIGN_BRACKETS
      Use brackets instead of minus.
      Siehe auch:
    • MINUS_SIGN_SYSTEM_DEFAULT

      public static final int MINUS_SIGN_SYSTEM_DEFAULT
      Use system default pattern for negative values.
      Siehe auch:
    • FORMAT_NUMBER

      public static final int FORMAT_NUMBER
      The number format style
      Siehe auch:
    • FORMAT_PERCENT

      public static final int FORMAT_PERCENT
      The percent format style
      Siehe auch:
    • FORMAT_CURRENCY

      public static final int FORMAT_CURRENCY
      The currency format style
      Siehe auch:
  • Konstruktordetails

  • Methodendetails