Dimensions

public final classDimensions


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

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-08-08 UTC.