Window.java, [...]: New versions from classpath.
2003-06-27 Michael Koch <konqueror@gmx.de> * java/awt/Window.java, java/awt/font/GraphicAttribute.java, java/awt/font/ImageGraphicAttribute.java, java/awt/image/DataBufferByte.java, java/awt/image/DataBufferInt.java, java/awt/image/DataBufferUShort.java, java/awt/image/DirectColorModel.java, java/awt/image/PixelGrabber.java: New versions from classpath. From-SVN: r68605
This commit is contained in:
parent
fa9ea25574
commit
2f161fa8c1
9 changed files with 35 additions and 14 deletions
|
@ -336,8 +336,12 @@ public class PixelGrabber implements ImageConsumer
|
|||
}
|
||||
|
||||
/**
|
||||
@deprecated by getStatus
|
||||
*/
|
||||
Get the status of the pixel grabbing representing by ImageObserver flags
|
||||
|
||||
@return the status
|
||||
|
||||
@specnote This method is not deprecated but getStatus is preferred to use
|
||||
*/
|
||||
public synchronized int status()
|
||||
{
|
||||
return getStatus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue