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

143 lines
5.4 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.spi</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/spi/RegisterableService.html" title="interface in javax.imageio.spi">RegisterableService</a></td>
<td class="colLast">
<div class="block">
服务提供商对象提供的可选接口将由ServiceRegistry
<code>ServiceRegistry</code>
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/imageio/spi/ServiceRegistry.Filter.html" title="interface in javax.imageio.spi">ServiceRegistry.Filter</a></td>
<td class="colLast">
<div class="block">
通过使用一个简单的过滤器接口
<code>ServiceRegistry.getServiceProviders</code>选择提供商任意条件匹配的。
</div> </td>
</tr>
</tbody>
</table> </li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" class="typeSummary" summary="Class Summary table, listing classes, 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/spi/IIORegistry.html" title="class in javax.imageio.spi">IIORegistry</a></td>
<td class="colLast">
<div class="block">
服务提供商实例的注册表。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/imageio/spi/IIOServiceProvider.html" title="class in javax.imageio.spi">IIOServiceProvider</a></td>
<td class="colLast">
<div class="block">
所有Image I / O服务提供商接口SPI通用功能的超级界面。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/imageio/spi/ImageInputStreamSpi.html" title="class in javax.imageio.spi">ImageInputStreamSpi</a></td>
<td class="colLast">
<div class="block">
服务提供者接口SPI
<code>ImageInputStream</code>秒。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/imageio/spi/ImageOutputStreamSpi.html" title="class in javax.imageio.spi">ImageOutputStreamSpi</a></td>
<td class="colLast">
<div class="block">
服务提供者接口SPI
<code>ImageOutputStream</code>秒。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/imageio/spi/ImageReaderSpi.html" title="class in javax.imageio.spi">ImageReaderSpi</a></td>
<td class="colLast">
<div class="block">
服务提供者接口SPI
<code>ImageReader</code>秒。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/imageio/spi/ImageReaderWriterSpi.html" title="class in javax.imageio.spi">ImageReaderWriterSpi</a></td>
<td class="colLast">
<div class="block">
包含实例变量的超类和
<code>ImageReaderSpi</code>
<code>ImageWriterSpi</code>共同的方法。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/imageio/spi/ImageTranscoderSpi.html" title="class in javax.imageio.spi">ImageTranscoderSpi</a></td>
<td class="colLast">
<div class="block">
服务提供者接口SPI
<code>ImageTranscoder</code>秒。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/imageio/spi/ImageWriterSpi.html" title="class in javax.imageio.spi">ImageWriterSpi</a></td>
<td class="colLast">
<div class="block">
服务提供者接口SPI
<code>ImageWriter</code>秒。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/imageio/spi/ServiceRegistry.html" title="class in javax.imageio.spi">ServiceRegistry</a></td>
<td class="colLast">
<div class="block">
服务提供商实例的注册表。
</div> </td>
</tr>
</tbody>
</table> </li>
</ul>
<a name="package.description">
<!-- --> </a>
<h2 title="Package javax.imageio.spi Description">Package javax.imageio.spi Description</h2>
<div class="block">
A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry.
<p> The <code>javax.imageio.spi</code> package contains service provider interfaces for reading, writing, and transcoding images, and obtaining input and output streams, as well as a run-time registry that discovers installed service provider instances and allows new instances to be registered dynamically.</p>
</div>
<dl>
<dt>
<span class="simpleTagLabel">从以下版本开始:</span>
</dt>
<dd>
1.4
</dd>
</dl>
</div>