src/java.desktop/share/classes/javax/imageio/metadata/doc-files/standard_metadata.html
author serb
Thu, 31 May 2018 09:52:32 -0700
changeset 50358 1ba28f0dbc33
parent 48264 efda6932a433
child 58595 fa9f28a0e175
permissions -rw-r--r--
8199150: Accessibility issues in java.desktop 8150156: Update bugs.sun.com references to bugs.java.com Reviewed-by: prr
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
     1
<!doctype html>
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
     2
<html lang="en">
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
<head>
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
     4
  <meta charset="utf-8"/>
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
     5
  <title>Standard Metadata Format Specification</title>
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
     6
</head>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
<!--
50358
1ba28f0dbc33 8199150: Accessibility issues in java.desktop
serb
parents: 48264
diff changeset
     8
Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    13
published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    15
by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
5551
327690766109 6956202: Fix a few missed rebranding issues, please contact lines etc.
ohair
parents: 5506
diff changeset
    27
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
327690766109 6956202: Fix a few missed rebranding issues, please contact lines etc.
ohair
parents: 5506
diff changeset
    28
or visit www.oracle.com if you need additional information or have any
327690766109 6956202: Fix a few missed rebranding issues, please contact lines etc.
ohair
parents: 5506
diff changeset
    29
questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
-->
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    32
<body>
50358
1ba28f0dbc33 8199150: Accessibility issues in java.desktop
serb
parents: 48264
diff changeset
    33
<main role="main">
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    34
<h1>Standard (Plug-in Neutral) Metadata Format Specification</h1>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
<p> The plug-in neutral "javax_imageio_1.0" format consists
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
of a root node named "javax_imageio_1.0" which has child
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
nodes "chroma", "compression", "dimension", "document", "text",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
"tile", and "transparency".  The format is described by the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
following DTD:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
<pre>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
&lt;!DOCTYPE "javax_imageio_1.0" [
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    45
  &lt;!ELEMENT "javax_imageio_1.0" (Chroma?, Compression?, Data?, Dimension?,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
    Document?, Text?, Transparency?)&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    48
    &lt;!ELEMENT "Chroma" (ColorSpaceType?, NumChannels?, Gamma?,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
      BlackIsZero?, Palette?, BackgroundIndex?, BackgroundColor?)&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    50
      &lt;!-- Chroma (color) information --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
      &lt;!ELEMENT "ColorSpaceType" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    53
        &lt;!-- The raw color space of the image --&gt;
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    54
        &lt;!ATTLIST "ColorSpaceType" "name" ("XYZ" | "Lab" | "Luv" |
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    55
          "YCbCr" | "Yxy" | "YCCK" | "PhotoYCC" | "RGB" | "GRAY" | "HSV" |
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    56
          "HLS" | "CMYK" | "CMY" | "2CLR" | "3CLR" | "4CLR" | "5CLR" |
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    57
          "6CLR" | "7CLR" | "8CLR" | "9CLR" | "ACLR" | "BCLR" | "CCLR" |
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
          "DCLR" | "ECLR" | "FCLR") #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
      &lt;!ELEMENT "NumChannels" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    61
        &lt;!-- The number of channels in the raw image, including alpha --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
        &lt;!ATTLIST "NumChannels" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
          &lt;!-- Data type: List of Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
      &lt;!ELEMENT "Gamma" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    66
        &lt;!-- The image gamma --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
        &lt;!ATTLIST "Gamma" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
          &lt;!-- Data type: Float --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
      &lt;!ELEMENT "BlackIsZero" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    71
        &lt;!-- True if smaller values represent darker shades --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
        &lt;!ATTLIST "BlackIsZero" "value" ("TRUE" | "FALSE") "TRUE"&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
      &lt;!ELEMENT "Palette" (PaletteEntry)*&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    75
        &lt;!-- Palette-color information --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
        &lt;!ELEMENT "PaletteEntry" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    78
          &lt;!-- A palette entry --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
          &lt;!ATTLIST "PaletteEntry" "index" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    80
            &lt;!-- The index of the palette entry --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
            &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
          &lt;!ATTLIST "PaletteEntry" "red" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    83
            &lt;!-- The red value for the palette entry --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
            &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
          &lt;!ATTLIST "PaletteEntry" "green" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    86
            &lt;!-- The green value for the palette entry --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
            &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
          &lt;!ATTLIST "PaletteEntry" "blue" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    89
            &lt;!-- The blue value for the palette entry --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
            &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
          &lt;!ATTLIST "PaletteEntry" "alpha" #CDATA "255"&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    92
            &lt;!-- The alpha value for the palette entry --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
            &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
      &lt;!ELEMENT "BackgroundIndex" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    96
        &lt;!-- A palette index to be used as a background --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
        &lt;!ATTLIST "BackgroundIndex" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
      &lt;!ELEMENT "BackgroundColor" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   101
        &lt;!-- An RGB triple to be used as a background --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
        &lt;!ATTLIST "BackgroundColor" "red" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   103
          &lt;!-- The red background value --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
        &lt;!ATTLIST "BackgroundColor" "green" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   106
          &lt;!-- The green background value --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
        &lt;!ATTLIST "BackgroundColor" "blue" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   109
          &lt;!-- The blue background value --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   112
    &lt;!ELEMENT "Compression" (CompressionTypeName?, Lossless?,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
      NumProgressiveScans?, BitRate?)&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   114
      &lt;!-- Compression information --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
      &lt;!ELEMENT "CompressionTypeName" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   117
        &lt;!-- The name of the compression scheme in use --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
        &lt;!ATTLIST "CompressionTypeName" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
      &lt;!ELEMENT "Lossless" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   122
        &lt;!-- True if the compression scheme is lossless --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
        &lt;!ATTLIST "Lossless" "value" ("TRUE" | "FALSE") "TRUE"&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
      &lt;!ELEMENT "NumProgressiveScans" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   126
        &lt;!-- The number of progressive scans used in the image encoding --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
        &lt;!ATTLIST "NumProgressiveScans" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
      &lt;!ELEMENT "BitRate" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   131
        &lt;!-- The estimated bit rate of the compression scheme --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
        &lt;!ATTLIST "BitRate" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
          &lt;!-- Data type: Float --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   135
    &lt;!ELEMENT "Data" (PlanarConfiguration?, SampleFormat?, BitsPerSample?,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
      SignificantBitsPerSample?, SampleMSB?)&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   137
      &lt;!-- Information on the image layout --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
      &lt;!ELEMENT "PlanarConfiguration" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   140
        &lt;!-- The organization of image samples in the stream --&gt;
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   141
        &lt;!ATTLIST "PlanarConfiguration" "value" ("PixelInterleaved" |
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
          "PlaneInterleaved" | "LineInterleaved" | "TileInterleaved")
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
           #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
      &lt;!ELEMENT "SampleFormat" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   146
        &lt;!-- The numeric format of image samples --&gt;
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   147
        &lt;!ATTLIST "SampleFormat" "value" ("SignedIntegral" |
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
          "UnsignedIntegral" | "Real" | "Index") #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
      &lt;!ELEMENT "BitsPerSample" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   151
        &lt;!-- The number of bits per sample --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
        &lt;!ATTLIST "BitsPerSample" "value" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   153
          &lt;!-- A list of integers, one per channel --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
          &lt;!-- Data type: List of Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
          &lt;!-- Min length: 1 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
      &lt;!ELEMENT "SignificantBitsPerSample" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   158
        &lt;!-- The number of significant bits per sample --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
        &lt;!ATTLIST "SignificantBitsPerSample" "value" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   160
          &lt;!-- A list of integers, one per channel --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
          &lt;!-- Data type: List of Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
          &lt;!-- Min length: 1 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
      &lt;!ELEMENT "SampleMSB" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   165
        &lt;!-- The position of the most significant bit of each sample --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
        &lt;!ATTLIST "SampleMSB" "value" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   167
          &lt;!-- A list of integers, one per channel --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
          &lt;!-- Data type: List of Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
          &lt;!-- Min length: 1 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   171
    &lt;!ELEMENT "Dimension" (PixelAspectRatio?, ImageOrientation?,
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   172
      HorizontalPixelSize?, VerticalPixelSize?,
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   173
      HorizontalPhysicalPixelSpacing?, VerticalPhysicalPixelSpacing?,
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   174
      HorizontalPosition?, VerticalPosition?, HorizontalPixelOffset?,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
      VerticalPixelOffset?, HorizontalScreenSize?, VerticalScreenSize?)&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   176
      &lt;!-- Dimension information --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
      &lt;!ELEMENT "PixelAspectRatio" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   179
        &lt;!-- The width of a pixel divided by its height --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
        &lt;!ATTLIST "PixelAspectRatio" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
          &lt;!-- Data type: Float --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
      &lt;!ELEMENT "ImageOrientation" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   184
        &lt;!-- The desired orientation of the image in terms of flips and
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   185
             counter-clockwise rotations --&gt;
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   186
        &lt;!ATTLIST "ImageOrientation" "value" ("Normal" | "Rotate90" |
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   187
          "Rotate180" | "Rotate270" | "FlipH" | "FlipV" |
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
          "FlipHRotate90" | "FlipVRotate90") #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
      &lt;!ELEMENT "HorizontalPixelSize" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   191
        &lt;!-- The width of a pixel, in millimeters, as it should be rendered
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   192
             on media --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
        &lt;!ATTLIST "HorizontalPixelSize" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
          &lt;!-- Data type: Float --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
      &lt;!ELEMENT "VerticalPixelSize" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   197
        &lt;!-- The height of a pixel, in millimeters, as it should be
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   198
             rendered on media --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
        &lt;!ATTLIST "VerticalPixelSize" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
          &lt;!-- Data type: Float --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
      &lt;!ELEMENT "HorizontalPhysicalPixelSpacing" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   203
        &lt;!-- The horizontal distance in the subject of the image, in
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   204
             millimeters, represented by one pixel at the center of the
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   205
             image --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
        &lt;!ATTLIST "HorizontalPhysicalPixelSpacing" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
          &lt;!-- Data type: Float --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
      &lt;!ELEMENT "VerticalPhysicalPixelSpacing" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   210
        &lt;!-- The vertical distance in the subject of the image, in
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   211
             millimeters, represented by one pixel at the center of the
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   212
             image --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
        &lt;!ATTLIST "VerticalPhysicalPixelSpacing" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
          &lt;!-- Data type: Float --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
      &lt;!ELEMENT "HorizontalPosition" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   217
        &lt;!-- The horizontal position, in millimeters, where the image
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   218
             should be rendered on media --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
        &lt;!ATTLIST "HorizontalPosition" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
          &lt;!-- Data type: Float --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
      &lt;!ELEMENT "VerticalPosition" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   223
        &lt;!-- The vertical position, in millimeters, where the image should
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   224
             be rendered on media --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
        &lt;!ATTLIST "VerticalPosition" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
          &lt;!-- Data type: Float --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
      &lt;!ELEMENT "HorizontalPixelOffset" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   229
        &lt;!-- The horizontal position, in pixels, where the image should be
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   230
             rendered onto a raster display --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
        &lt;!ATTLIST "HorizontalPixelOffset" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
      &lt;!ELEMENT "VerticalPixelOffset" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   235
        &lt;!-- The vertical position, in pixels, where the image should be
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   236
             rendered onto a raster display --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
        &lt;!ATTLIST "VerticalPixelOffset" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
      &lt;!ELEMENT "HorizontalScreenSize" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   241
        &lt;!-- The width, in pixels, of the raster display into which the
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   242
             image should be rendered --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
        &lt;!ATTLIST "HorizontalScreenSize" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
      &lt;!ELEMENT "VerticalScreenSize" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   247
        &lt;!-- The height, in pixels, of the raster display into which the
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   248
             image should be rendered --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
        &lt;!ATTLIST "VerticalScreenSize" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   252
    &lt;!ELEMENT "Document" (FormatVersion?, SubimageInterpretation?,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
      ImageCreationTime?, ImageModificationTime?)&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   254
      &lt;!-- Document information --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
      &lt;!ELEMENT "FormatVersion" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   257
        &lt;!-- The version of the format used by the stream --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
        &lt;!ATTLIST "FormatVersion" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
      &lt;!ELEMENT "SubimageInterpretation" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   262
        &lt;!-- The interpretation of this image in relation to the other
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   263
             images stored in the same stream --&gt;
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   264
        &lt;!ATTLIST "SubimageInterpretation" "value" ("Standalone" |
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   265
          "SinglePage" | "FullResolution" | "ReducedResolution" |
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   266
          "PyramidLayer" | "Preview" | "VolumeSlice" | "ObjectView" |
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   267
          "Panorama" | "AnimationFrame" | "TransparencyMask" |
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
          "CompositingLayer" | "SpectralSlice" | "Unknown") #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
      &lt;!ELEMENT "ImageCreationTime" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   271
        &lt;!-- The time of image creation --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
        &lt;!ATTLIST "ImageCreationTime" "year" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   273
          &lt;!-- The full year (e.g., 1967, not 67) --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
        &lt;!ATTLIST "ImageCreationTime" "month" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   276
          &lt;!-- The month, with January = 1 --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
          &lt;!-- Min value: 1 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
          &lt;!-- Max value: 12 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
        &lt;!ATTLIST "ImageCreationTime" "day" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   281
          &lt;!-- The day of the month --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
          &lt;!-- Min value: 1 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
          &lt;!-- Max value: 31 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
        &lt;!ATTLIST "ImageCreationTime" "hour" #CDATA "0"&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   286
          &lt;!-- The hour from 0 to 23 --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
          &lt;!-- Max value: 23 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
        &lt;!ATTLIST "ImageCreationTime" "minute" #CDATA "0"&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   291
          &lt;!-- The minute from 0 to 59 --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
          &lt;!-- Max value: 59 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
        &lt;!ATTLIST "ImageCreationTime" "second" #CDATA "0"&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   296
          &lt;!-- The second from 0 to 60 (60 = leap second) --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   298
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
          &lt;!-- Max value: 60 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
      &lt;!ELEMENT "ImageModificationTime" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   302
        &lt;!-- The time of the last image modification --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
        &lt;!ATTLIST "ImageModificationTime" "year" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   304
          &lt;!-- The full year (e.g., 1967, not 67) --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   305
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
        &lt;!ATTLIST "ImageModificationTime" "month" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   307
          &lt;!-- The month, with January = 1 --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   308
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   309
          &lt;!-- Min value: 1 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
          &lt;!-- Max value: 12 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
        &lt;!ATTLIST "ImageModificationTime" "day" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   312
          &lt;!-- The day of the month --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   313
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
          &lt;!-- Min value: 1 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
          &lt;!-- Max value: 31 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
        &lt;!ATTLIST "ImageModificationTime" "hour" #CDATA "0"&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   317
          &lt;!-- The hour from 0 to 23 --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   319
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   320
          &lt;!-- Max value: 23 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   321
        &lt;!ATTLIST "ImageModificationTime" "minute" #CDATA "0"&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   322
          &lt;!-- The minute from 0 to 59 --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   323
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   324
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   325
          &lt;!-- Max value: 59 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   326
        &lt;!ATTLIST "ImageModificationTime" "second" #CDATA "0"&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   327
          &lt;!-- The second from 0 to 60 (60 = leap second) --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   328
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   329
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   330
          &lt;!-- Max value: 60 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   331
90ce3da70b43 Initial load
duke
parents:
diff changeset
   332
    &lt;!ELEMENT "Text" (TextEntry)*&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   333
      &lt;!-- Text information --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   334
90ce3da70b43 Initial load
duke
parents:
diff changeset
   335
      &lt;!ELEMENT "TextEntry" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   336
        &lt;!-- A text entry --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   337
        &lt;!ATTLIST "TextEntry" "keyword" #CDATA #IMPLIED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   338
          &lt;!-- A keyword associated with the text entry --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   340
        &lt;!ATTLIST "TextEntry" "value" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   341
          &lt;!-- the text entry --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   343
        &lt;!ATTLIST "TextEntry" "language" #CDATA #IMPLIED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   344
          &lt;!-- The language of the text --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   345
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   346
        &lt;!ATTLIST "TextEntry" "encoding" #CDATA #IMPLIED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   347
          &lt;!-- The encoding of the text --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   348
          &lt;!-- Data type: String --&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   349
        &lt;!ATTLIST "TextEntry" "compression" ("none" | "lzw" | "zip" |
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   350
          "bzip" | "other") "none"&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   351
          &lt;!-- The method used to compress the text --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   353
    &lt;!ELEMENT "Transparency" (Alpha?, TransparentIndex?,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
      TransparentColor?, TileTransparencies?, TileOpacities?)&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   355
      &lt;!-- Transparency information --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
      &lt;!ELEMENT "Alpha" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   358
        &lt;!-- The type of alpha information contained in the image --&gt;
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   359
        &lt;!ATTLIST "Alpha" "value" ("none" | "premultiplied" |
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
          "nonpremultiplied") "none"&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
      &lt;!ELEMENT "TransparentIndex" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   363
        &lt;!-- A palette index to be treated as transparent --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
        &lt;!ATTLIST "TransparentIndex" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
      &lt;!ELEMENT "TransparentColor" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   368
        &lt;!-- An RGB color to be treated as transparent --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
        &lt;!ATTLIST "TransparentColor" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
          &lt;!-- Data type: List of Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
      &lt;!ELEMENT "TileTransparencies" (TransparentTile)*&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   373
        &lt;!-- A list of completely transparent tiles --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
90ce3da70b43 Initial load
duke
parents:
diff changeset
   375
        &lt;!ELEMENT "TransparentTile" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   376
          &lt;!-- The index of a completely transparent tile --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
          &lt;!ATTLIST "TransparentTile" "x" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   378
            &lt;!-- The tile's X index --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
            &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
          &lt;!ATTLIST "TransparentTile" "y" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   381
            &lt;!-- The tile's Y index --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   382
            &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   383
90ce3da70b43 Initial load
duke
parents:
diff changeset
   384
      &lt;!ELEMENT "TileOpacities" (OpaqueTile)*&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   385
        &lt;!-- A list of completely opaque tiles --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   386
90ce3da70b43 Initial load
duke
parents:
diff changeset
   387
        &lt;!ELEMENT "OpaqueTile" EMPTY&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   388
          &lt;!-- The index of a completely opaque tile --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   389
          &lt;!ATTLIST "OpaqueTile" "x" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   390
            &lt;!-- The tile's X index --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   391
            &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   392
          &lt;!ATTLIST "OpaqueTile" "y" #CDATA #REQUIRED&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   393
            &lt;!-- The tile's Y index --&gt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   394
            &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   395
]&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   396
</pre>
50358
1ba28f0dbc33 8199150: Accessibility issues in java.desktop
serb
parents: 48264
diff changeset
   397
</main>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   398
</body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   399
</html>