Fixed JavaDoc errors to enable Java 8 build.

This commit is contained in:
Harald Kuhr
2019-08-10 00:41:36 +02:00
parent 7d2c692663
commit 9e23413456
168 changed files with 34586 additions and 34396 deletions

View File

@@ -32,7 +32,6 @@ package com.twelvemonkeys.imageio.plugins.pict;
/**
* PICT format constants.
* <p/>
*
* @author <a href="mailto:harald.kuhr@gmail.com">Harald Kuhr</a>
* @version $Id: PICT.java,v 1.0 06.apr.2006 12:53:17 haku Exp$

View File

@@ -83,7 +83,6 @@ import java.util.List;
/**
* Reader for Apple Mac Paint Picture (PICT) format.
* <p/>
*
* @author <a href="mailto:harald.kuhr@gmail.com">Harald Kuhr</a>
* @author <a href="http://www.cs.hut.fi/~framling/JVG/">Kary Främling</a> (original PICT/QuickDraw parsing)
@@ -91,7 +90,7 @@ import java.util.List;
* @version $Id: PICTReader.java,v 1.0 05.apr.2006 15:20:48 haku Exp$
*/
/*
* @todo New paint strategy: Need to have a PEN and a PEN MODE, in addition to BG and PATTERN and PATTERN MODE.
* TODO: New paint strategy: Need to have a PEN and a PEN MODE, in addition to BG and PATTERN and PATTERN MODE.
* - These must be set before each frame/paint/invert/erase/fill operation.
* This is because there isn't a one-to-one mapping, between Java and PICT drawing.
* - Subclass Graphics?
@@ -100,8 +99,8 @@ import java.util.List;
* - Or methods like frameRect(pen, penmode, penwidth, rect), frameOval(pen, penmode, penwidth, rect), etc?
* - Or methods like frameShape(pen, penmode, penwidth, shape), paintShape(pen, penmode, shape) etc??
* QuickDrawContext that wraps an AWT Grpahics, and with methods macthing opcodes, seems like the best fit ATM
* @todo Some MAJOR clean up
* @todo As we now have Graphics2D with more options, support more of the format?
* TODO: Some MAJOR clean up
* TODO: As we now have Graphics2D with more options, support more of the format?
*/
public final class PICTImageReader extends ImageReaderBase {
@@ -328,8 +327,9 @@ public final class PICTImageReader extends ImageReaderBase {
* Reads the PICT stream.
* The contents of the stream will be drawn onto the supplied graphics
* object.
* <p/>
* <p>
* If "DEBUG" is true, the elements read are listed on stdout.
* </p>
*
* @param pGraphics the graphics object to draw onto.
*

View File

@@ -40,7 +40,6 @@ import java.util.Locale;
/**
* PICTImageReaderSpi
* <p/>
*
* @author <a href="mailto:harald.kuhr@gmail.com">Harald Kuhr</a>
* @version $Id: PICTImageReaderSpi.java,v 1.0 28.feb.2006 19:21:05 haku Exp$

View File

@@ -77,9 +77,10 @@ import java.io.*;
/**
* Writer for Apple Mac Paint Picture (PICT) format.
* <p/>
* <p>
* Images are stored using the "opDirectBitsRect" opcode, which directly
* stores RGB values (using PackBits run-length encoding).
* </p>
*
* @author <a href="http://www.cs.hut.fi/~framling/JVG/">Kary Främling</a>
* @author <a href="mailto:harald.kuhr@gmail.com">Harald Kuhr</a>
@@ -100,12 +101,13 @@ public final class PICTImageWriter extends ImageWriterBase {
* Constructs an {@code ImageWriter} and sets its
* {@code originatingProvider} instance variable to the
* supplied value.
* <p/>
* <p> Subclasses that make use of extensions should provide a
* constructor with signature {@code (ImageWriterSpi,
*Object)} in order to retrieve the extension object. If
* <p>
* Subclasses that make use of extensions should provide a
* constructor with signature {@code (ImageWriterSpi, Object)}
* in order to retrieve the extension object. If
* the extension object is unsuitable, an
* {@code IllegalArgumentException} should be thrown.
* </p>
*
* @param pProvider the {@code ImageWriterSpi} that
* is constructing this object, or {@code null}.

View File

@@ -39,7 +39,6 @@ import java.util.Locale;
/**
* PICTImageWriterSpi
* <p/>
*
* @author <a href="mailto:harald.kuhr@gmail.com">Harald Kuhr</a>
* @version $Id: PICTImageWriterSpi.java,v 1.0 02.mar.2006 19:21:05 haku Exp$

View File

@@ -40,7 +40,6 @@ import static java.lang.Math.sqrt;
/**
* Emulates an Apple QuickDraw rendering context, backed by a Java {@link Graphics2D}.
* <p/>
*
* @author <a href="mailto:harald.kuhr@gmail.com">Harald Kuhr</a>
* @version $Id: QuickDrawContext.java,v 1.0 Oct 3, 2007 1:24:35 AM haraldk Exp$
@@ -921,8 +920,9 @@ class QuickDrawContext {
/**
* CopyBits.
* <p/>
* <p>
* Note that the destination is always {@code this}.
* </p>
*
* @param pSrcBitmap the source bitmap to copy pixels from
* @param pSrcRect the source rectangle