<li><ahref="../../../../com/mxgraph/util/png/mxPngImageEncoder.html"title="class in com.mxgraph.util.png"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/mxgraph/util/png/mxPngTextDecoder.html"title="class in com.mxgraph.util.png"><spanclass="strong">Next Class</span></a></li>
<li><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">java.lang.Object</a></li>
<dd><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true"title="class or interface in java.io">Serializable</a></dd>
</dl>
<hr>
<br>
<pre>public class <spanclass="strong">mxPngSuggestedPaletteEntry</span>
extends <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a>
implements <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true"title="class or interface in java.io">Serializable</a></pre>
<divclass="block">A class representing the fields of a PNG suggested palette entry.
<divclass="block">The green color value of the entry.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a></code></td>
<h3>Methods inherited from class java.lang.<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></h3>
<code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()"title="class or interface in java.lang">clone</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"title="class or interface in java.lang">equals</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()"title="class or interface in java.lang">finalize</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()"title="class or interface in java.lang">getClass</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"title="class or interface in java.lang">hashCode</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()"title="class or interface in java.lang">notify</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()"title="class or interface in java.lang">notifyAll</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()"title="class or interface in java.lang">toString</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()"title="class or interface in java.lang">wait</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"title="class or interface in java.lang">wait</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)"title="class or interface in java.lang">wait</a></code></li>
<pre>public <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> name</pre>
<divclass="block">The name of the entry.</div>
</li>
</ul>
<aname="sampleDepth">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>sampleDepth</h4>
<pre>public int sampleDepth</pre>
<divclass="block">The depth of the color samples.</div>
</li>
</ul>
<aname="red">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>red</h4>
<pre>public int red</pre>
<divclass="block">The red color value of the entry.</div>
</li>
</ul>
<aname="green">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>green</h4>
<pre>public int green</pre>
<divclass="block">The green color value of the entry.</div>
</li>
</ul>
<aname="blue">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>blue</h4>
<pre>public int blue</pre>
<divclass="block">The blue color value of the entry.</div>
</li>
</ul>
<aname="alpha">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>alpha</h4>
<pre>public int alpha</pre>
<divclass="block">The alpha opacity value of the entry.</div>
</li>
</ul>
<aname="frequency">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>frequency</h4>
<pre>public int frequency</pre>
<divclass="block">The probable frequency of the color in the image.</div>
<li><ahref="../../../../com/mxgraph/util/png/mxPngImageEncoder.html"title="class in com.mxgraph.util.png"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/mxgraph/util/png/mxPngTextDecoder.html"title="class in com.mxgraph.util.png"><spanclass="strong">Next Class</span></a></li>