Modified:
websites/production/commons/content/proper/commons-imaging/apidocs/org/apache/commons/imaging/formats/icns/IcnsImageParser.html
==============================================================================
---
websites/production/commons/content/proper/commons-imaging/apidocs/org/apache/commons/imaging/formats/icns/IcnsImageParser.html
(original)
+++
websites/production/commons/content/proper/commons-imaging/apidocs/org/apache/commons/imaging/formats/icns/IcnsImageParser.html
Sun Jan 11 12:33:25 2015
@@ -358,7 +358,7 @@ extends <a href="../../../../../../org/a
<ul class="blockList">
<li class="blockList">
<h4>getMetadata</h4>
-<pre>public <a
href="../../../../../../org/apache/commons/imaging/common/ImageMetadata.html"
title="interface in
org.apache.commons.imaging.common">ImageMetadata</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/icns/IcnsImageParser.html#line.75">getMetadata</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
+<pre>public <a
href="../../../../../../org/apache/commons/imaging/common/ImageMetadata.html"
title="interface in
org.apache.commons.imaging.common">ImageMetadata</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/icns/IcnsImageParser.html#line.76">getMetadata</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>,<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>> params)
throws <a
href="../../../../../../org/apache/commons/imaging/ImageReadException.html"
title="class in org.apache.commons.imaging">ImageReadException</a>,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
@@ -396,7 +396,7 @@ extends <a href="../../../../../../org/a
<ul class="blockList">
<li class="blockList">
<h4>getImageInfo</h4>
-<pre>public <a
href="../../../../../../org/apache/commons/imaging/ImageInfo.html" title="class
in org.apache.commons.imaging">ImageInfo</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/icns/IcnsImageParser.html#line.81">getImageInfo</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
+<pre>public <a
href="../../../../../../org/apache/commons/imaging/ImageInfo.html" title="class
in org.apache.commons.imaging">ImageInfo</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/icns/IcnsImageParser.html#line.82">getImageInfo</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>,<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>> params)
throws <a
href="../../../../../../org/apache/commons/imaging/ImageReadException.html"
title="class in org.apache.commons.imaging">ImageReadException</a>,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
@@ -433,7 +433,7 @@ extends <a href="../../../../../../org/a
<ul class="blockList">
<li class="blockList">
<h4>getImageSize</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/awt/Dimension.html?is-external=true"
title="class or interface in java.awt">Dimension</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/icns/IcnsImageParser.html#line.111">getImageSize</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/awt/Dimension.html?is-external=true"
title="class or interface in java.awt">Dimension</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/icns/IcnsImageParser.html#line.112">getImageSize</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>,<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>> params)
throws <a
href="../../../../../../org/apache/commons/imaging/ImageReadException.html"
title="class in org.apache.commons.imaging">ImageReadException</a>,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
@@ -458,7 +458,7 @@ extends <a href="../../../../../../org/a
<ul class="blockList">
<li class="blockList">
<h4>getICCProfileBytes</h4>
-<pre>public byte[] <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/icns/IcnsImageParser.html#line.136">getICCProfileBytes</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
+<pre>public byte[] <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/icns/IcnsImageParser.html#line.137">getICCProfileBytes</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>,<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>> params)
throws <a
href="../../../../../../org/apache/commons/imaging/ImageReadException.html"
title="class in org.apache.commons.imaging">ImageReadException</a>,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
@@ -485,7 +485,7 @@ extends <a href="../../../../../../org/a
<ul class="blockList">
<li class="blockList">
<h4>dumpImageFile</h4>
-<pre>public boolean <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/icns/IcnsImageParser.html#line.257">dumpImageFile</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/PrintWriter.html?is-external=true"
title="class or interface in java.io">PrintWriter</a> pw,
+<pre>public boolean <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/icns/IcnsImageParser.html#line.258">dumpImageFile</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/PrintWriter.html?is-external=true"
title="class or interface in java.io">PrintWriter</a> pw,
<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource)
throws <a
href="../../../../../../org/apache/commons/imaging/ImageReadException.html"
title="class in org.apache.commons.imaging">ImageReadException</a>,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
@@ -510,7 +510,7 @@ extends <a href="../../../../../../org/a
<ul class="blockList">
<li class="blockList">
<h4>getBufferedImage</h4>
-<pre>public final <a
href="http://docs.oracle.com/javase/7/docs/api/java/awt/image/BufferedImage.html?is-external=true"
title="class or interface in java.awt.image">BufferedImage</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/icns/IcnsImageParser.html#line.268">getBufferedImage</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
+<pre>public final <a
href="http://docs.oracle.com/javase/7/docs/api/java/awt/image/BufferedImage.html?is-external=true"
title="class or interface in java.awt.image">BufferedImage</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/icns/IcnsImageParser.html#line.269">getBufferedImage</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>,<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>> params)
throws <a
href="../../../../../../org/apache/commons/imaging/ImageReadException.html"
title="class in org.apache.commons.imaging">ImageReadException</a>,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
@@ -538,7 +538,7 @@ extends <a href="../../../../../../org/a
<ul class="blockList">
<li class="blockList">
<h4>getAllBufferedImages</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="http://docs.oracle.com/javase/7/docs/api/java/awt/image/BufferedImage.html?is-external=true"
title="class or interface in java.awt.image">BufferedImage</a>> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/icns/IcnsImageParser.html#line.280">getAllBufferedImages</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource)
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="http://docs.oracle.com/javase/7/docs/api/java/awt/image/BufferedImage.html?is-external=true"
title="class or interface in java.awt.image">BufferedImage</a>> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/icns/IcnsImageParser.html#line.281">getAllBufferedImages</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource)
throws <a
href="../../../../../../org/apache/commons/imaging/ImageReadException.html"
title="class in org.apache.commons.imaging">ImageReadException</a>,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
<div class="block"><strong>Description copied from class: <code><a
href="../../../../../../org/apache/commons/imaging/ImageParser.html#getAllBufferedImages(org.apache.commons.imaging.common.bytesource.ByteSource)">ImageParser</a></code></strong></div>
@@ -562,7 +562,7 @@ extends <a href="../../../../../../org/a
<ul class="blockList">
<li class="blockList">
<h4>writeImage</h4>
-<pre>public void <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/icns/IcnsImageParser.html#line.287">writeImage</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/awt/image/BufferedImage.html?is-external=true"
title="class or interface in java.awt.image">BufferedImage</a> src,
+<pre>public void <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/icns/IcnsImageParser.html#line.288">writeImage</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/awt/image/BufferedImage.html?is-external=true"
title="class or interface in java.awt.image">BufferedImage</a> src,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true"
title="class or interface in java.io">OutputStream</a> os,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>,<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>> params)
throws <a
href="../../../../../../org/apache/commons/imaging/ImageWriteException.html"
title="class in org.apache.commons.imaging">ImageWriteException</a>,
@@ -597,7 +597,7 @@ extends <a href="../../../../../../org/a
<ul class="blockListLast">
<li class="blockList">
<h4>getXmpXml</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/icns/IcnsImageParser.html#line.359">getXmpXml</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/icns/IcnsImageParser.html#line.360">getXmpXml</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>,<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>> params)
throws <a
href="../../../../../../org/apache/commons/imaging/ImageReadException.html"
title="class in org.apache.commons.imaging">ImageReadException</a>,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
Modified:
websites/production/commons/content/proper/commons-imaging/apidocs/org/apache/commons/imaging/formats/ico/IcoImageParser.html
==============================================================================
---
websites/production/commons/content/proper/commons-imaging/apidocs/org/apache/commons/imaging/formats/ico/IcoImageParser.html
(original)
+++
websites/production/commons/content/proper/commons-imaging/apidocs/org/apache/commons/imaging/formats/ico/IcoImageParser.html
Sun Jan 11 12:33:25 2015
@@ -358,7 +358,7 @@ extends <a href="../../../../../../org/a
<ul class="blockList">
<li class="blockList">
<h4>getMetadata</h4>
-<pre>public <a
href="../../../../../../org/apache/commons/imaging/common/ImageMetadata.html"
title="interface in
org.apache.commons.imaging.common">ImageMetadata</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/ico/IcoImageParser.html#line.82">getMetadata</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
+<pre>public <a
href="../../../../../../org/apache/commons/imaging/common/ImageMetadata.html"
title="interface in
org.apache.commons.imaging.common">ImageMetadata</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/ico/IcoImageParser.html#line.83">getMetadata</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>,<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>> params)
throws <a
href="../../../../../../org/apache/commons/imaging/ImageReadException.html"
title="class in org.apache.commons.imaging">ImageReadException</a>,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
@@ -396,7 +396,7 @@ extends <a href="../../../../../../org/a
<ul class="blockList">
<li class="blockList">
<h4>getImageInfo</h4>
-<pre>public <a
href="../../../../../../org/apache/commons/imaging/ImageInfo.html" title="class
in org.apache.commons.imaging">ImageInfo</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/ico/IcoImageParser.html#line.88">getImageInfo</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
+<pre>public <a
href="../../../../../../org/apache/commons/imaging/ImageInfo.html" title="class
in org.apache.commons.imaging">ImageInfo</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/ico/IcoImageParser.html#line.90">getImageInfo</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>,<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>> params)
throws <a
href="../../../../../../org/apache/commons/imaging/ImageReadException.html"
title="class in org.apache.commons.imaging">ImageReadException</a>,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
@@ -433,7 +433,7 @@ extends <a href="../../../../../../org/a
<ul class="blockList">
<li class="blockList">
<h4>getImageSize</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/awt/Dimension.html?is-external=true"
title="class or interface in java.awt">Dimension</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/ico/IcoImageParser.html#line.94">getImageSize</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/awt/Dimension.html?is-external=true"
title="class or interface in java.awt">Dimension</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/ico/IcoImageParser.html#line.97">getImageSize</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>,<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>> params)
throws <a
href="../../../../../../org/apache/commons/imaging/ImageReadException.html"
title="class in org.apache.commons.imaging">ImageReadException</a>,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
@@ -458,7 +458,7 @@ extends <a href="../../../../../../org/a
<ul class="blockList">
<li class="blockList">
<h4>getICCProfileBytes</h4>
-<pre>public byte[] <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/ico/IcoImageParser.html#line.100">getICCProfileBytes</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
+<pre>public byte[] <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/ico/IcoImageParser.html#line.104">getICCProfileBytes</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>,<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>> params)
throws <a
href="../../../../../../org/apache/commons/imaging/ImageReadException.html"
title="class in org.apache.commons.imaging">ImageReadException</a>,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
@@ -485,7 +485,7 @@ extends <a href="../../../../../../org/a
<ul class="blockList">
<li class="blockList">
<h4>dumpImageFile</h4>
-<pre>public boolean <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/ico/IcoImageParser.html#line.573">dumpImageFile</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/PrintWriter.html?is-external=true"
title="class or interface in java.io">PrintWriter</a> pw,
+<pre>public boolean <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/ico/IcoImageParser.html#line.577">dumpImageFile</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/PrintWriter.html?is-external=true"
title="class or interface in java.io">PrintWriter</a> pw,
<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource)
throws <a
href="../../../../../../org/apache/commons/imaging/ImageReadException.html"
title="class in org.apache.commons.imaging">ImageReadException</a>,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
@@ -510,7 +510,7 @@ extends <a href="../../../../../../org/a
<ul class="blockList">
<li class="blockList">
<h4>getBufferedImage</h4>
-<pre>public final <a
href="http://docs.oracle.com/javase/7/docs/api/java/awt/image/BufferedImage.html?is-external=true"
title="class or interface in java.awt.image">BufferedImage</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/ico/IcoImageParser.html#line.584">getBufferedImage</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
+<pre>public final <a
href="http://docs.oracle.com/javase/7/docs/api/java/awt/image/BufferedImage.html?is-external=true"
title="class or interface in java.awt.image">BufferedImage</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/ico/IcoImageParser.html#line.588">getBufferedImage</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>,<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>> params)
throws <a
href="../../../../../../org/apache/commons/imaging/ImageReadException.html"
title="class in org.apache.commons.imaging">ImageReadException</a>,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
@@ -538,7 +538,7 @@ extends <a href="../../../../../../org/a
<ul class="blockList">
<li class="blockList">
<h4>getAllBufferedImages</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="http://docs.oracle.com/javase/7/docs/api/java/awt/image/BufferedImage.html?is-external=true"
title="class or interface in java.awt.image">BufferedImage</a>> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/ico/IcoImageParser.html#line.595">getAllBufferedImages</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource)
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="http://docs.oracle.com/javase/7/docs/api/java/awt/image/BufferedImage.html?is-external=true"
title="class or interface in java.awt.image">BufferedImage</a>> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/ico/IcoImageParser.html#line.599">getAllBufferedImages</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource)
throws <a
href="../../../../../../org/apache/commons/imaging/ImageReadException.html"
title="class in org.apache.commons.imaging">ImageReadException</a>,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
<div class="block"><strong>Description copied from class: <code><a
href="../../../../../../org/apache/commons/imaging/ImageParser.html#getAllBufferedImages(org.apache.commons.imaging.common.bytesource.ByteSource)">ImageParser</a></code></strong></div>
@@ -562,7 +562,7 @@ extends <a href="../../../../../../org/a
<ul class="blockList">
<li class="blockList">
<h4>writeImage</h4>
-<pre>public void <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/ico/IcoImageParser.html#line.637">writeImage</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/awt/image/BufferedImage.html?is-external=true"
title="class or interface in java.awt.image">BufferedImage</a> src,
+<pre>public void <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/ico/IcoImageParser.html#line.641">writeImage</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/awt/image/BufferedImage.html?is-external=true"
title="class or interface in java.awt.image">BufferedImage</a> src,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true"
title="class or interface in java.io">OutputStream</a> os,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>,<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>> params)
throws <a
href="../../../../../../org/apache/commons/imaging/ImageWriteException.html"
title="class in org.apache.commons.imaging">ImageWriteException</a>,
@@ -597,7 +597,7 @@ extends <a href="../../../../../../org/a
<ul class="blockListLast">
<li class="blockList">
<h4>getXmpXml</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/ico/IcoImageParser.html#line.827">getXmpXml</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/ico/IcoImageParser.html#line.831">getXmpXml</a>(<a
href="../../../../../../org/apache/commons/imaging/common/bytesource/ByteSource.html"
title="class in
org.apache.commons.imaging.common.bytesource">ByteSource</a> byteSource,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>,<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>> params)
throws <a
href="../../../../../../org/apache/commons/imaging/ImageReadException.html"
title="class in org.apache.commons.imaging">ImageReadException</a>,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
Modified:
websites/production/commons/content/proper/commons-imaging/apidocs/org/apache/commons/imaging/formats/png/ChunkType.html
==============================================================================
---
websites/production/commons/content/proper/commons-imaging/apidocs/org/apache/commons/imaging/formats/png/ChunkType.html
(original)
+++
websites/production/commons/content/proper/commons-imaging/apidocs/org/apache/commons/imaging/formats/png/ChunkType.html
Sun Jan 11 12:33:25 2015
@@ -104,7 +104,7 @@
</dl>
<hr>
<br>
-<pre>public enum <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.26">ChunkType</a>
+<pre>public enum <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.28">ChunkType</a>
extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true"
title="class or interface in java.lang">Enum</a><<a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a>></pre>
<div class="block">Type of a PNG chunk.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a
href="http://www.w3.org/TR/PNG/#11Chunks">Portable Network Graphics
Specification - Chunk specifications</a></dd></dl>
@@ -278,7 +278,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>IHDR</h4>
-<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.29">IHDR</a></pre>
+<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.31">IHDR</a></pre>
<div class="block">Image header</div>
</li>
</ul>
@@ -288,7 +288,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>PLTE</h4>
-<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.32">PLTE</a></pre>
+<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.34">PLTE</a></pre>
<div class="block">Palette</div>
</li>
</ul>
@@ -298,7 +298,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>IDAT</h4>
-<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.35">IDAT</a></pre>
+<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.37">IDAT</a></pre>
<div class="block">Image data</div>
</li>
</ul>
@@ -308,7 +308,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>IEND</h4>
-<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.38">IEND</a></pre>
+<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.40">IEND</a></pre>
<div class="block">Image trailer</div>
</li>
</ul>
@@ -318,7 +318,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>tRNS</h4>
-<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.41">tRNS</a></pre>
+<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.43">tRNS</a></pre>
<div class="block">Transparency</div>
</li>
</ul>
@@ -328,7 +328,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>cHRM</h4>
-<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.44">cHRM</a></pre>
+<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.46">cHRM</a></pre>
<div class="block">Primary chromaticities and white point</div>
</li>
</ul>
@@ -338,7 +338,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>gAMA</h4>
-<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.47">gAMA</a></pre>
+<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.49">gAMA</a></pre>
<div class="block">Image gamma</div>
</li>
</ul>
@@ -348,7 +348,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>iCCP</h4>
-<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.50">iCCP</a></pre>
+<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.52">iCCP</a></pre>
<div class="block">Embedded ICC profile</div>
</li>
</ul>
@@ -358,7 +358,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>sBIT</h4>
-<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.53">sBIT</a></pre>
+<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.55">sBIT</a></pre>
<div class="block">Significant bits</div>
</li>
</ul>
@@ -368,7 +368,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>sRGB</h4>
-<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.56">sRGB</a></pre>
+<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.58">sRGB</a></pre>
<div class="block">Standard RGB colour space</div>
</li>
</ul>
@@ -378,7 +378,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>tEXt</h4>
-<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.59">tEXt</a></pre>
+<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.61">tEXt</a></pre>
<div class="block">Textual data</div>
</li>
</ul>
@@ -388,7 +388,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>zTXt</h4>
-<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.62">zTXt</a></pre>
+<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.64">zTXt</a></pre>
<div class="block">Compressed textual data</div>
</li>
</ul>
@@ -398,7 +398,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>iTXt</h4>
-<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.65">iTXt</a></pre>
+<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.67">iTXt</a></pre>
<div class="block">International textual data</div>
</li>
</ul>
@@ -408,7 +408,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>bKGD</h4>
-<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.68">bKGD</a></pre>
+<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.70">bKGD</a></pre>
<div class="block">Background colour</div>
</li>
</ul>
@@ -418,7 +418,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>hIST</h4>
-<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.71">hIST</a></pre>
+<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.73">hIST</a></pre>
<div class="block">Image histogram</div>
</li>
</ul>
@@ -428,7 +428,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>pHYs</h4>
-<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.74">pHYs</a></pre>
+<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.76">pHYs</a></pre>
<div class="block">Physical pixel dimensions</div>
</li>
</ul>
@@ -438,7 +438,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>sPLT</h4>
-<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.77">sPLT</a></pre>
+<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.79">sPLT</a></pre>
<div class="block">Suggested palette</div>
</li>
</ul>
@@ -448,7 +448,7 @@ the order they are declared.</div>
<ul class="blockListLast">
<li class="blockList">
<h4>tIME</h4>
-<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.80">tIME</a></pre>
+<pre>public static final <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.82">tIME</a></pre>
<div class="block">Image last-modification time</div>
</li>
</ul>
@@ -466,7 +466,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>values</h4>
-<pre>public static <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a>[] <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.26">values</a>()</pre>
+<pre>public static <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a>[] <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.28">values</a>()</pre>
<div class="block">Returns an array containing the constants of this enum
type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
@@ -483,7 +483,7 @@ for (ChunkType c : ChunkType.values())
<ul class="blockListLast">
<li class="blockList">
<h4>valueOf</h4>
-<pre>public static <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.26">valueOf</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> name)</pre>
+<pre>public static <a
href="../../../../../../org/apache/commons/imaging/formats/png/ChunkType.html"
title="enum in org.apache.commons.imaging.formats.png">ChunkType</a> <a
href="../../../../../../src-html/org/apache/commons/imaging/formats/png/ChunkType.html#line.28">valueOf</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> name)</pre>
<div class="block">Returns the enum constant of this type with the specified
name.
The string must match <i>exactly</i> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
Modified:
websites/production/commons/content/proper/commons-imaging/apidocs/org/apache/commons/imaging/formats/tiff/TiffImageMetadata.Directory.html
==============================================================================
---
websites/production/commons/content/proper/commons-imaging/apidocs/org/apache/commons/imaging/formats/tiff/TiffImageMetadata.Directory.html
(original)
+++
websites/production/commons/content/proper/commons-imaging/apidocs/org/apache/commons/imaging/formats/tiff/TiffImageMetadata.Directory.html
Sun Jan 11 12:33:25 2015
@@ -233,7 +233,7 @@ implements <a href="../../../../../../or
<!-- -->
</a>
<h3>Methods inherited from class java.lang.<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a></h3>
-<code><a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()"
title="class or interface in java.lang">clone</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
title="class or interface in java.lang">equals</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()"
title="class or interface in java.lang">finalize</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()"
title="class or interface in java.lang">getClass</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()"
title="class or interface in java.lang">hashCode</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()"
title="class or interface in java.lang">notify</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang
/Object.html?is-external=true#notifyAll()" title="class or interface in
java.lang">notifyAll</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()"
title="class or interface in java.lang">toString</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()"
title="class or interface in java.lang">wait</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)"
title="class or interface in java.lang">wait</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
title="class or interface in java.lang">wait</a></code></li>
+<code><a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()"
title="class or interface in java.lang">clone</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
title="class or interface in java.lang">equals</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()"
title="class or interface in java.lang">finalize</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()"
title="class or interface in java.lang">getClass</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()"
title="class or interface in java.lang">hashCode</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()"
title="class or interface in java.lang">notify</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang
/Object.html?is-external=true#notifyAll()" title="class or interface in
java.lang">notifyAll</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()"
title="class or interface in java.lang">wait</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)"
title="class or interface in java.lang">wait</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
title="class or interface in java.lang">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="methods_inherited_from_class_org.apache.commons.imaging.common.ImageMetadata.ImageMetadataItem">
Modified:
websites/production/commons/content/proper/commons-imaging/apidocs/org/apache/commons/imaging/formats/tiff/constants/AllTagConstants.html
==============================================================================
---
websites/production/commons/content/proper/commons-imaging/apidocs/org/apache/commons/imaging/formats/tiff/constants/AllTagConstants.html
(original)
+++
websites/production/commons/content/proper/commons-imaging/apidocs/org/apache/commons/imaging/formats/tiff/constants/AllTagConstants.html
Sun Jan 11 12:33:25 2015
@@ -181,7 +181,7 @@ extends <a href="../../../../../../../or
<!-- -->
</a>
<h3>Fields inherited from
interface org.apache.commons.imaging.formats.tiff.constants.<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html"
title="interface in
org.apache.commons.imaging.formats.tiff.constants">GpsTagConstants</a></h3>
-<code><a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#ALL_GPS_TAGS">ALL_GPS_TAGS</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_ALTITUDE">GPS_TAG_GPS_ALTITUDE</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_ALTITUDE_REF">GPS_TAG_GPS_ALTITUDE_REF</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_ALTITUDE_REF_VALUE_ABOVE_SEA_LEVEL">GPS_TAG_GPS_ALTITUDE_REF_VALUE_ABOVE_SEA_LEVEL</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_ALTITUDE_REF_VALUE_BELOW_SEA_LEVEL">GPS_TAG_GPS_ALTITUDE_REF_VALUE_BELOW_SEA_LEVEL</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_AREA_INFORMATION">GPS_TAG_GPS_AREA_IN
FORMATION</a>, <a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DATE_STAMP">GPS_TAG_GPS_DATE_STAMP</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_BEARING">GPS_TAG_GPS_DEST_BEARING</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_BEARING_REF">GPS_TAG_GPS_DEST_BEARING_REF</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_BEARING_REF_VALUE_MAGNETIC_NORTH">GPS_TAG_GPS_DEST_BEARING_REF_VALUE_MAGNETIC_NORTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_BEARING_REF_VALUE_TRUE_NORTH">GPS_TAG_GPS_DEST_BEARING_REF_VALUE_TRUE_NORTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#
GPS_TAG_GPS_DEST_DISTANCE">GPS_TAG_GPS_DEST_DISTANCE</a>, <a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_DISTANCE_REF">GPS_TAG_GPS_DEST_DISTANCE_REF</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_DISTANCE_REF_VALUE_KILOMETERS">GPS_TAG_GPS_DEST_DISTANCE_REF_VALUE_KILOMETERS</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_DISTANCE_REF_VALUE_MILES">GPS_TAG_GPS_DEST_DISTANCE_REF_VALUE_MILES</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_DISTANCE_REF_VALUE_NAUTICAL_MILES">GPS_TAG_GPS_DEST_DISTANCE_REF_VALUE_NAUTICAL_MILES</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_LATITUDE">GPS_TAG_GPS_DEST_LATITUDE</a>,
<a href="../
../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_LATITUDE_REF">GPS_TAG_GPS_DEST_LATITUDE_REF</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_LATITUDE_REF_VALUE_NORTH">GPS_TAG_GPS_DEST_LATITUDE_REF_VALUE_NORTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_LATITUDE_REF_VALUE_SOUTH">GPS_TAG_GPS_DEST_LATITUDE_REF_VALUE_SOUTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_LONGITUDE">GPS_TAG_GPS_DEST_LONGITUDE</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_LONGITUDE_REF">GPS_TAG_GPS_DEST_LONGITUDE_REF</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_LONGITUDE_RE
F_VALUE_EAST">GPS_TAG_GPS_DEST_LONGITUDE_REF_VALUE_EAST</a>, <a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_LONGITUDE_REF_VALUE_WEST">GPS_TAG_GPS_DEST_LONGITUDE_REF_VALUE_WEST</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DIFFERENTIAL">GPS_TAG_GPS_DIFFERENTIAL</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DIFFERENTIAL_VALUE_DIFFERENTIAL_CORRECTED">GPS_TAG_GPS_DIFFERENTIAL_VALUE_DIFFERENTIAL_CORRECTED</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DIFFERENTIAL_VALUE_NO_CORRECTION">GPS_TAG_GPS_DIFFERENTIAL_VALUE_NO_CORRECTION</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DOP">GPS_TAG_GPS_DOP</a>,
<a href="../../../../../../../org/apa
che/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_IMG_DIRECTION">GPS_TAG_GPS_IMG_DIRECTION</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_IMG_DIRECTION_REF">GPS_TAG_GPS_IMG_DIRECTION_REF</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_IMG_DIRECTION_REF_VALUE_MAGNETIC_NORTH">GPS_TAG_GPS_IMG_DIRECTION_REF_VALUE_MAGNETIC_NORTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_IMG_DIRECTION_REF_VALUE_TRUE_NORTH">GPS_TAG_GPS_IMG_DIRECTION_REF_VALUE_TRUE_NORTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_LATITUDE">GPS_TAG_GPS_LATITUDE</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_LATITUDE_REF">GPS_TAG_GPS_LATITUDE_R
EF</a>, <a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_LATITUDE_REF_VALUE_NORTH">GPS_TAG_GPS_LATITUDE_REF_VALUE_NORTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_LATITUDE_REF_VALUE_SOUTH">GPS_TAG_GPS_LATITUDE_REF_VALUE_SOUTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_LONGITUDE">GPS_TAG_GPS_LONGITUDE</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_LONGITUDE_REF">GPS_TAG_GPS_LONGITUDE_REF</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_LONGITUDE_REF_VALUE_EAST">GPS_TAG_GPS_LONGITUDE_REF_VALUE_EAST</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_LONGITUDE_REF_VALUE_WES
T">GPS_TAG_GPS_LONGITUDE_REF_VALUE_WEST</a>, <a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_MAP_DATUM">GPS_TAG_GPS_MAP_DATUM</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_MEASURE_MODE">GPS_TAG_GPS_MEASURE_MODE</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_MEASURE_MODE_VALUE_2_DIMENSIONAL_MEASUREMENT">GPS_TAG_GPS_MEASURE_MODE_VALUE_2_DIMENSIONAL_MEASUREMENT</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_MEASURE_MODE_VALUE_3_DIMENSIONAL_MEASUREMENT">GPS_TAG_GPS_MEASURE_MODE_VALUE_3_DIMENSIONAL_MEASUREMENT</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_PROCESSING_METHOD">GPS_TAG_GPS_PROCESSING_METHOD</a>,
<a href="../../../../../../../org/a
pache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_SATELLITES">GPS_TAG_GPS_SATELLITES</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_SPEED">GPS_TAG_GPS_SPEED</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_SPEED_REF">GPS_TAG_GPS_SPEED_REF</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_SPEED_REF_VALUE_KMPH">GPS_TAG_GPS_SPEED_REF_VALUE_KMPH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_SPEED_REF_VALUE_KNOTS">GPS_TAG_GPS_SPEED_REF_VALUE_KNOTS</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_SPEED_REF_VALUE_MPH">GPS_TAG_GPS_SPEED_REF_VALUE_MPH</a>,
<a href="../../../../../../../org/apache/commons/imaging/formats/t
iff/constants/GpsTagConstants.html#GPS_TAG_GPS_STATUS">GPS_TAG_GPS_STATUS</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_STATUS_VALUE_MEASUREMENT_IN_PROGRESS">GPS_TAG_GPS_STATUS_VALUE_MEASUREMENT_IN_PROGRESS</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_STATUS_VALUE_MEASUREMENT_INTEROPERABILITY">GPS_TAG_GPS_STATUS_VALUE_MEASUREMENT_INTEROPERABILITY</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_TIME_STAMP">GPS_TAG_GPS_TIME_STAMP</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_TRACK">GPS_TAG_GPS_TRACK</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_TRACK_REF">GPS_TAG_GPS_TRACK_REF</a>,
<a href="../../../../../../../org/apache/commons/im
aging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_TRACK_REF_VALUE_MAGNETIC_NORTH">GPS_TAG_GPS_TRACK_REF_VALUE_MAGNETIC_NORTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_TRACK_REF_VALUE_TRUE_NORTH">GPS_TAG_GPS_TRACK_REF_VALUE_TRUE_NORTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_VERSION_ID">GPS_TAG_GPS_VERSION_ID</a></code></li>
+<code><a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#ALL_GPS_TAGS">ALL_GPS_TAGS</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_ALTITUDE">GPS_TAG_GPS_ALTITUDE</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_ALTITUDE_REF">GPS_TAG_GPS_ALTITUDE_REF</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_ALTITUDE_REF_VALUE_ABOVE_SEA_LEVEL">GPS_TAG_GPS_ALTITUDE_REF_VALUE_ABOVE_SEA_LEVEL</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_ALTITUDE_REF_VALUE_BELOW_SEA_LEVEL">GPS_TAG_GPS_ALTITUDE_REF_VALUE_BELOW_SEA_LEVEL</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_AREA_INFORMATION">GPS_TAG_GPS_AREA_IN
FORMATION</a>, <a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DATE_STAMP">GPS_TAG_GPS_DATE_STAMP</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_BEARING">GPS_TAG_GPS_DEST_BEARING</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_BEARING_REF">GPS_TAG_GPS_DEST_BEARING_REF</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_BEARING_REF_VALUE_MAGNETIC_NORTH">GPS_TAG_GPS_DEST_BEARING_REF_VALUE_MAGNETIC_NORTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_BEARING_REF_VALUE_TRUE_NORTH">GPS_TAG_GPS_DEST_BEARING_REF_VALUE_TRUE_NORTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#
GPS_TAG_GPS_DEST_DISTANCE">GPS_TAG_GPS_DEST_DISTANCE</a>, <a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_DISTANCE_REF">GPS_TAG_GPS_DEST_DISTANCE_REF</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_DISTANCE_REF_VALUE_KILOMETERS">GPS_TAG_GPS_DEST_DISTANCE_REF_VALUE_KILOMETERS</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_DISTANCE_REF_VALUE_MILES">GPS_TAG_GPS_DEST_DISTANCE_REF_VALUE_MILES</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_DISTANCE_REF_VALUE_NAUTICAL_MILES">GPS_TAG_GPS_DEST_DISTANCE_REF_VALUE_NAUTICAL_MILES</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_LATITUDE">GPS_TAG_GPS_DEST_LATITUDE</a>,
<a href="../
../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_LATITUDE_REF">GPS_TAG_GPS_DEST_LATITUDE_REF</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_LATITUDE_REF_VALUE_NORTH">GPS_TAG_GPS_DEST_LATITUDE_REF_VALUE_NORTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_LATITUDE_REF_VALUE_SOUTH">GPS_TAG_GPS_DEST_LATITUDE_REF_VALUE_SOUTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_LONGITUDE">GPS_TAG_GPS_DEST_LONGITUDE</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_LONGITUDE_REF">GPS_TAG_GPS_DEST_LONGITUDE_REF</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_LONGITUDE_RE
F_VALUE_EAST">GPS_TAG_GPS_DEST_LONGITUDE_REF_VALUE_EAST</a>, <a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DEST_LONGITUDE_REF_VALUE_WEST">GPS_TAG_GPS_DEST_LONGITUDE_REF_VALUE_WEST</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DIFFERENTIAL">GPS_TAG_GPS_DIFFERENTIAL</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DIFFERENTIAL_VALUE_DIFFERENTIAL_CORRECTED">GPS_TAG_GPS_DIFFERENTIAL_VALUE_DIFFERENTIAL_CORRECTED</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DIFFERENTIAL_VALUE_NO_CORRECTION">GPS_TAG_GPS_DIFFERENTIAL_VALUE_NO_CORRECTION</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_DOP">GPS_TAG_GPS_DOP</a>,
<a href="../../../../../../../org/apa
che/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_IMG_DIRECTION">GPS_TAG_GPS_IMG_DIRECTION</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_IMG_DIRECTION_REF">GPS_TAG_GPS_IMG_DIRECTION_REF</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_IMG_DIRECTION_REF_VALUE_MAGNETIC_NORTH">GPS_TAG_GPS_IMG_DIRECTION_REF_VALUE_MAGNETIC_NORTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_IMG_DIRECTION_REF_VALUE_TRUE_NORTH">GPS_TAG_GPS_IMG_DIRECTION_REF_VALUE_TRUE_NORTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_LATITUDE">GPS_TAG_GPS_LATITUDE</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_LATITUDE_REF">GPS_TAG_GPS_LATITUDE_R
EF</a>, <a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_LATITUDE_REF_VALUE_NORTH">GPS_TAG_GPS_LATITUDE_REF_VALUE_NORTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_LATITUDE_REF_VALUE_SOUTH">GPS_TAG_GPS_LATITUDE_REF_VALUE_SOUTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_LONGITUDE">GPS_TAG_GPS_LONGITUDE</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_LONGITUDE_REF">GPS_TAG_GPS_LONGITUDE_REF</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_LONGITUDE_REF_VALUE_EAST">GPS_TAG_GPS_LONGITUDE_REF_VALUE_EAST</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_LONGITUDE_REF_VALUE_WES
T">GPS_TAG_GPS_LONGITUDE_REF_VALUE_WEST</a>, <a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_MAP_DATUM">GPS_TAG_GPS_MAP_DATUM</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_MEASURE_MODE">GPS_TAG_GPS_MEASURE_MODE</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_MEASURE_MODE_VALUE_2_DIMENSIONAL_MEASUREMENT">GPS_TAG_GPS_MEASURE_MODE_VALUE_2_DIMENSIONAL_MEASUREMENT</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_MEASURE_MODE_VALUE_3_DIMENSIONAL_MEASUREMENT">GPS_TAG_GPS_MEASURE_MODE_VALUE_3_DIMENSIONAL_MEASUREMENT</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_PROCESSING_METHOD">GPS_TAG_GPS_PROCESSING_METHOD</a>,
<a href="../../../../../../../org/a
pache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_SATELLITES">GPS_TAG_GPS_SATELLITES</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_SPEED">GPS_TAG_GPS_SPEED</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_SPEED_REF">GPS_TAG_GPS_SPEED_REF</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_SPEED_REF_VALUE_KMPH">GPS_TAG_GPS_SPEED_REF_VALUE_KMPH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_SPEED_REF_VALUE_KNOTS">GPS_TAG_GPS_SPEED_REF_VALUE_KNOTS</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_SPEED_REF_VALUE_MPH">GPS_TAG_GPS_SPEED_REF_VALUE_MPH</a>,
<a href="../../../../../../../org/apache/commons/imaging/formats/t
iff/constants/GpsTagConstants.html#GPS_TAG_GPS_STATUS">GPS_TAG_GPS_STATUS</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_STATUS_VALUE_MEASUREMENT_IN_PROGRESS">GPS_TAG_GPS_STATUS_VALUE_MEASUREMENT_IN_PROGRESS</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_STATUS_VALUE_MEASUREMENT_INTEROPERABILITY">GPS_TAG_GPS_STATUS_VALUE_MEASUREMENT_INTEROPERABILITY</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_TIME_STAMP">GPS_TAG_GPS_TIME_STAMP</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_TRACK">GPS_TAG_GPS_TRACK</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_TRACK_REF">GPS_TAG_GPS_TRACK_REF</a>,
<a href="../../../../../../../org/apache/commons/im
aging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_TRACK_REF_VALUE_MAGNETIC_NORTH">GPS_TAG_GPS_TRACK_REF_VALUE_MAGNETIC_NORTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_TRACK_REF_VALUE_TRUE_NORTH">GPS_TAG_GPS_TRACK_REF_VALUE_TRUE_NORTH</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_TAG_GPS_VERSION_ID">GPS_TAG_GPS_VERSION_ID</a>,
<a
href="../../../../../../../org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.html#GPS_VERSION">GPS_VERSION</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="fields_inherited_from_class_org.apache.commons.imaging.formats.tiff.constants.HylaFaxTagConstants">