Package org.sunflow.image.formats
Class GenericBitmap
java.lang.Object
org.sunflow.image.Bitmap
org.sunflow.image.formats.GenericBitmap
This is a generic and inefficient bitmap format which may be used for
debugging purposes (dumping small images), when memory usage is not a
concern.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GenericBitmap
public GenericBitmap(int w, int h)
-
-
Method Details