ImageData.setAllFields

Initializes all fields in the receiver. This method must be called by all public constructors to ensure that all fields are initialized for a new ImageData object. If a new field is added to the class, then it must be added to this method. <p> This method is for internal use, and is not described further. </p>

class ImageData
void
setAllFields
(
int width
,
int height
,
int depth
,,,
byte[] data
,,,
byte[] maskData
,,
byte[] alphaData
,
int alpha
,
int type
,
int x
,
int y
,,
)

Meta