mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-28 00:00:03 -04:00
Fix JavaDoc 🎉
This commit is contained in:
@@ -368,13 +368,15 @@ public final class IIOUtil {
|
|||||||
* Copies all the standard param values from source to destination.
|
* Copies all the standard param values from source to destination.
|
||||||
* <p>
|
* <p>
|
||||||
* Typical use (in some imaginary {@code FooImageWriter} class):
|
* Typical use (in some imaginary {@code FooImageWriter} class):
|
||||||
|
* </p>
|
||||||
|
*
|
||||||
* <pre>
|
* <pre>
|
||||||
* ImageWriteParam param = ...
|
* ImageWriteParam param = ...
|
||||||
* FooImageWriteparam fooParam = param instanceof FooImageWriteParam
|
* FooImageWriteparam fooParam = param instanceof FooImageWriteParam
|
||||||
* ? (FooImageWriteParam) param
|
* ? (FooImageWriteParam) param
|
||||||
* : copyStandardParams(param, getDefaultWriteParam());
|
* : copyStandardParams(param, getDefaultWriteParam());
|
||||||
* </pre>
|
* </pre>
|
||||||
* </p>
|
*
|
||||||
* May also be useful for {@code ImageReader}s that delegate reading to other plugins
|
* May also be useful for {@code ImageReader}s that delegate reading to other plugins
|
||||||
* (like a TIFF plugin delegating JPEG format decoding to a {@code JPEGImageReader}).
|
* (like a TIFF plugin delegating JPEG format decoding to a {@code JPEGImageReader}).
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user