Patch: java.awt.image - data buffers

Michael Koch konqueror@gmx.de
Mon Apr 19 18:31:00 GMT 2004


Hi list,


I merged the attached patch locally to from GNU classpath. 

Ok for trunk ? This should probably go into gui-branch too.


Michael


2004-04-19  Sascha Brawer  <brawer@dandelis.ch>

	* java/awt/image/DataBufferShort.java,
	java/awt/image/DataBufferFloat.java,
	java/awt/image/DataBufferDouble.java,
	java/awt/image/PixelInterleavedSampleModel.java: New files.
	* gnu/java/awt/Buffers.java (createBuffer, createBufferFromData,
	getData): Added support	for TYPE_SHORT, TYPE_FLOAT and TYPE_DOUBLE.

2004-04-19  Michael Koch  <konqueror@gmx.de>

	* Makefile.am (java_source_files): Added
	java/awt/image/DataBufferDouble.java,
	java/awt/image/DataBufferFloat.java,
	java/awt/image/DataBufferShort.java and
	java/awt/image/PixelInterleavedSampleModel.java.
	* Makefile.in: Regenerated.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: awt.diff
Type: text/x-diff
Size: 24814 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20040419/a55e97e3/attachment.bin>


More information about the Java-patches mailing list