src/java.desktop/share/classes/com/sun/imageio/plugins/gif/GIFImageMetadataFormat.java
changeset 49306 fe898e8bd271
parent 47216 71c04702a3d5
equal deleted inserted replaced
49305:2f2b37908f91 49306:fe898e8bd271
     1 /*
     1 /*
     2  * Copyright (c) 2001, 2004, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2001, 2018, 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
   117         addAttribute("PlainTextExtension", "textGridHeight",
   117         addAttribute("PlainTextExtension", "textGridHeight",
   118                      DATATYPE_INTEGER, true, null,
   118                      DATATYPE_INTEGER, true, null,
   119                      "1", "65535", true, true);
   119                      "1", "65535", true, true);
   120         addAttribute("PlainTextExtension", "characterCellWidth",
   120         addAttribute("PlainTextExtension", "characterCellWidth",
   121                      DATATYPE_INTEGER, true, null,
   121                      DATATYPE_INTEGER, true, null,
   122                      "1", "65535", true, true);
   122                      "1", "255", true, true);
   123         addAttribute("PlainTextExtension", "characterCellHeight",
   123         addAttribute("PlainTextExtension", "characterCellHeight",
   124                      DATATYPE_INTEGER, true, null,
   124                      DATATYPE_INTEGER, true, null,
   125                      "1", "65535", true, true);
   125                      "1", "255", true, true);
   126         addAttribute("PlainTextExtension", "textForegroundColor",
   126         addAttribute("PlainTextExtension", "textForegroundColor",
   127                      DATATYPE_INTEGER, true, null,
   127                      DATATYPE_INTEGER, true, null,
   128                      "0", "255", true, true);
   128                      "0", "255", true, true);
   129         addAttribute("PlainTextExtension", "textBackgroundColor",
   129         addAttribute("PlainTextExtension", "textBackgroundColor",
   130                      DATATYPE_INTEGER, true, null,
   130                      DATATYPE_INTEGER, true, null,