< prev index next >

src/java.desktop/share/classes/java/awt/geom/Path2D.java

Print this page

        

@@ -874,17 +874,22 @@
          * a byte indicating the end of the path (SERIAL_PATH_END).
          * </ol>
          * <p>
          * The following byte value constants are used in the serialized form
          * of {@code Path2D} objects:
-         * <table>
+         *
+         * <table class="striped">
+         * <caption>Constants</caption>
+         * <thead>
          * <tr>
          * <th>Constant Name</th>
          * <th>Byte Value</th>
          * <th>Followed by</th>
          * <th>Description</th>
          * </tr>
+         * </thead>
+         * <tbody>
          * <tr>
          * <td>{@code SERIAL_STORAGE_FLT_ARRAY}</td>
          * <td>0x30</td>
          * <td></td>
          * <td>A hint that the original {@code Path2D} object stored

@@ -954,10 +959,11 @@
          * <tr>
          * <td>{@code SERIAL_PATH_END}</td>
          * <td>0x61</td>
          * <td></td>
          * <td>There are no more path segments following.</td>
+         * </tbody>
          * </table>
          *
          * @since 1.6
          */
         private void writeObject(java.io.ObjectOutputStream s)

@@ -1633,17 +1639,21 @@
          * a byte indicating the end of the path (SERIAL_PATH_END).
          * </ol>
          * <p>
          * The following byte value constants are used in the serialized form
          * of {@code Path2D} objects:
-         * <table>
+         * <table class="striped">
+         * <caption>Constants</caption>
+         * <thead>
          * <tr>
          * <th>Constant Name</th>
          * <th>Byte Value</th>
          * <th>Followed by</th>
          * <th>Description</th>
          * </tr>
+         * </thead>
+         * <tbody>
          * <tr>
          * <td>{@code SERIAL_STORAGE_FLT_ARRAY}</td>
          * <td>0x30</td>
          * <td></td>
          * <td>A hint that the original {@code Path2D} object stored

@@ -1713,10 +1723,11 @@
          * <tr>
          * <td>{@code SERIAL_PATH_END}</td>
          * <td>0x61</td>
          * <td></td>
          * <td>There are no more path segments following.</td>
+         * </tbody>
          * </table>
          *
          * @since 1.6
          */
         private void writeObject(java.io.ObjectOutputStream s)
< prev index next >