src/java.desktop/share/classes/java/awt/font/NumericShaper.java
changeset 58325 d32a3b1ca84a
parent 52633 f94ac11610b3
equal deleted inserted replaced
58324:0aba35254e00 58325:d32a3b1ca84a
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   114  *     <th scope="col">{@code NumericShaper} Constants
   114  *     <th scope="col">{@code NumericShaper} Constants
   115  *     <th scope="col">Precedence
   115  *     <th scope="col">Precedence
   116  * </thead>
   116  * </thead>
   117  * <tbody>
   117  * <tbody>
   118  *   <tr>
   118  *   <tr>
   119  *     <th scope="row" rowspan="2">Arabic
   119  *     <th scope="rowgroup" rowspan="2">Arabic
   120  *     <td>{@link NumericShaper#ARABIC NumericShaper.ARABIC}
   120  *     <td>{@link NumericShaper#ARABIC NumericShaper.ARABIC}
   121  *     <br>
   121  *     <br>
   122  *     {@link NumericShaper#EASTERN_ARABIC NumericShaper.EASTERN_ARABIC}
   122  *     {@link NumericShaper#EASTERN_ARABIC NumericShaper.EASTERN_ARABIC}
   123  *     <td>{@link NumericShaper#EASTERN_ARABIC NumericShaper.EASTERN_ARABIC}
   123  *     <td>{@link NumericShaper#EASTERN_ARABIC NumericShaper.EASTERN_ARABIC}
   124  *   </tr>
   124  *   </tr>
   125  *   <tr>
   125  *   <tr>
   126  *     <th scope="row">{@link NumericShaper.Range#ARABIC}
   126  *     <td>{@link NumericShaper.Range#ARABIC}
   127  *     <br>
   127  *     <br>
   128  *     {@link NumericShaper.Range#EASTERN_ARABIC}
   128  *     {@link NumericShaper.Range#EASTERN_ARABIC}
   129  *     <td>{@link NumericShaper.Range#EASTERN_ARABIC}
   129  *     <td>{@link NumericShaper.Range#EASTERN_ARABIC}
       
   130  * </tbody>
       
   131  * <tbody>
   130  *   <tr>
   132  *   <tr>
   131  *     <th scope="row">Tai Tham
   133  *     <th scope="row">Tai Tham
   132  *     <td>{@link NumericShaper.Range#TAI_THAM_HORA}
   134  *     <td>{@link NumericShaper.Range#TAI_THAM_HORA}
   133  *     <br>
   135  *     <br>
   134  *     {@link NumericShaper.Range#TAI_THAM_THAM}
   136  *     {@link NumericShaper.Range#TAI_THAM_THAM}