src/java.desktop/share/classes/javax/imageio/metadata/doc-files/standard_metadata.html
equal
deleted
inserted
replaced
3 <head> |
3 <head> |
4 <meta charset="utf-8"/> |
4 <meta charset="utf-8"/> |
5 <title>Standard Metadata Format Specification</title> |
5 <title>Standard Metadata Format Specification</title> |
6 </head> |
6 </head> |
7 <!-- |
7 <!-- |
8 Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. |
8 Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. |
9 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
9 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
10 |
10 |
11 This code is free software; you can redistribute it and/or modify it |
11 This code is free software; you can redistribute it and/or modify it |
12 under the terms of the GNU General Public License version 2 only, as |
12 under the terms of the GNU General Public License version 2 only, as |
13 published by the Free Software Foundation. Oracle designates this |
13 published by the Free Software Foundation. Oracle designates this |
28 or visit www.oracle.com if you need additional information or have any |
28 or visit www.oracle.com if you need additional information or have any |
29 questions. |
29 questions. |
30 --> |
30 --> |
31 |
31 |
32 <body> |
32 <body> |
33 |
33 <main role="main"> |
34 <h1>Standard (Plug-in Neutral) Metadata Format Specification</h1> |
34 <h1>Standard (Plug-in Neutral) Metadata Format Specification</h1> |
35 |
35 |
36 <p> The plug-in neutral "javax_imageio_1.0" format consists |
36 <p> The plug-in neutral "javax_imageio_1.0" format consists |
37 of a root node named "javax_imageio_1.0" which has child |
37 of a root node named "javax_imageio_1.0" which has child |
38 nodes "chroma", "compression", "dimension", "document", "text", |
38 nodes "chroma", "compression", "dimension", "document", "text", |
392 <!ATTLIST "OpaqueTile" "y" #CDATA #REQUIRED> |
392 <!ATTLIST "OpaqueTile" "y" #CDATA #REQUIRED> |
393 <!-- The tile's Y index --> |
393 <!-- The tile's Y index --> |
394 <!-- Data type: Integer --> |
394 <!-- Data type: Integer --> |
395 ]> |
395 ]> |
396 </pre> |
396 </pre> |
397 |
397 </main> |
398 </body> |
398 </body> |
399 </html> |
399 </html> |