uTools-Manuals/docs/java/javax/imageio/event/package-summary.html

85 lines
3.7 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="header">
<h1 class="title" title="Package">Package javax.imageio.event</h1>
<div class="docSummary">
<div class="block">
一组Java Image I / O API用于在图像读取和写入期间同步通知事件。
</div>
</div>
<p>See: <a href="#package.description">描述</a></p>
</div><div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" class="typeSummary" summary="Interface Summary table, listing interfaces, and an explanation">
<caption>
<span>接口摘要</span>
<span class="tabEnd"> </span>
</caption>
<tbody>
<tr>
<th class="colFirst" scope="col">接口</th>
<th class="colLast" scope="col">描述</th>
</tr>
</tbody>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/imageio/event/IIOReadProgressListener.html" title="interface in javax.imageio.event">IIOReadProgressListener</a></td>
<td class="colLast">
<div class="block">
ImageReader实现的
<code>ImageReader</code>通知呼叫者他们的图像和缩略图读取进度方法。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/imageio/event/IIOReadUpdateListener.html" title="interface in javax.imageio.event">IIOReadUpdateListener</a></td>
<td class="colLast">
<div class="block">
通过
<code>ImageReader</code>实现来通知呼叫者他们的图像和缩略图读取像素更新方法的接口。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/imageio/event/IIOReadWarningListener.html" title="interface in javax.imageio.event">IIOReadWarningListener</a></td>
<td class="colLast">
<div class="block">
ImageReader实现的
<code>ImageReader</code>通知呼叫者他们的图像和缩略图读取警告方法(非致命错误)。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/imageio/event/IIOWriteProgressListener.html" title="interface in javax.imageio.event">IIOWriteProgressListener</a></td>
<td class="colLast">
<div class="block">
ImageWriter实现使用的
<code>ImageWriter</code>通知呼叫者他们的图像写入方法的进度。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/imageio/event/IIOWriteWarningListener.html" title="interface in javax.imageio.event">IIOWriteWarningListener</a></td>
<td class="colLast">
<div class="block">
ImageWriter实现的
<code>ImageWriter</code>通知呼叫者他们的图像和缩略图读取警告方法(非致命错误)。
</div> </td>
</tr>
</tbody>
</table> </li>
</ul>
<a name="package.description">
<!-- --> </a>
<h2 title="Package javax.imageio.event Description">Package javax.imageio.event Description</h2>
<div class="block">
A package of the Java Image I/O API dealing with synchronous notification of events during the reading and writing of images.
<p> The <code>IIOReadProgressListener</code> interface allows for notification of the percentage of an image that has been read successfully. </p>
<p> The <code>IIOReadUpdateListener</code> interface allows for notification of the portions of an image that have been read. This is useful, for example, for implementing dynamic display of an image as it is loaded. </p>
<p> The <code>IIOReadWarningListener</code> interface allows for notification of non-fatal errors during reading. </p>
<p> The <code>IIOWriteWarningListener</code> and <code>IIOWriteProgressListener</code> interfaces perform analogous functions for writers.</p>
</div>
<dl>
<dt>
<span class="simpleTagLabel">从以下版本开始:</span>
</dt>
<dd>
1.4
</dd>
</dl>
</div>