Java android.util Size fields, constructors, methods, implement or subclass

Example usage for Java android.util Size fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.util Size.

The text is from its open source code.

Constructor

Size(int width, int height)
Create a new immutable Size instance.

Method

intgetHeight()
Get the height of the size (in pixels).
intgetWidth()
Get the width of the size (in pixels).
StringtoString()
Return the size represented as a string with the format "WxH"