Dimensions

public final class Dimensions


Represents the dimensions of an image in pixels

Summary

Public fields

final int

the height of the image in pixels

final int

the width of the image in pixels

Public constructors

Dimensions(int width, int height)

Public fields

height

public final int height

the height of the image in pixels

width

public final int width

the width of the image in pixels

Public constructors

Dimensions

public Dimensions(int width, int height)
Parameters
int width

the width of the image in pixels

int height

the height of the image in pixels