Commit 23a58ffe by David Gilbert Committed by Michael Koch

2005-04-25 David Gilbert <david.gilbert@object-refinery.com>

	* java/awt/Transparency.java
	(getTransparency): fixed API docs.

From-SVN: r98735
parent ee141b88
2005-04-25 David Gilbert <david.gilbert@object-refinery.com>
* java/awt/Transparency.java
(getTransparency): fixed API docs.
2005-04-25 Archie Cobbs <archie@dellroad.org> 2005-04-25 Archie Cobbs <archie@dellroad.org>
* java/lang/Throwable.java: simplify initializing cause in constructor * java/lang/Throwable.java: simplify initializing cause in constructor
......
/* Transparency.java -- common transparency modes in graphics /* Transparency.java -- common transparency modes in graphics
Copyright (C) 2000, 2002 Free Software Foundation Copyright (C) 2000, 2002, 2005 Free Software Foundation
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -61,7 +61,7 @@ public interface Transparency ...@@ -61,7 +61,7 @@ public interface Transparency
/** /**
* Return the transparency type. * Return the transparency type.
* *
* @return One of {@see #OPAQUE}, {@see #BITMASK}, or {@see #TRANSLUCENT}. * @return One of {@link #OPAQUE}, {@link #BITMASK}, or {@link #TRANSLUCENT}.
*/ */
int getTransparency(); int getTransparency();
} // interface Transparency } // interface Transparency
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment