public class

Size

extends Object
implements Serializable
java.lang.Object
   ↳ com.salesforce.android.service.common.utilities.spatial.Size

Class Overview

A size of an object in a coordinate space.

Summary

Public Methods
static Size create(Rect rect)
static Size create(SizeF sizeF)
static Size create(int width, int height)
static Size create(Point point)
boolean equals(Object o)
int getHeight()
float getRatio()
int getWidth()
int hashCode()
boolean isHorizontal()
Size plus(int width, int height)
Size rotate()
Size rotate(Orientation orientation)
Size scale(Scale scale)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static Size create (Rect rect)

public static Size create (SizeF sizeF)

public static Size create (int width, int height)

public static Size create (Point point)

public boolean equals (Object o)

public int getHeight ()

public float getRatio ()

public int getWidth ()

public int hashCode ()

public boolean isHorizontal ()

public Size plus (int width, int height)

public Size rotate ()

public Size rotate (Orientation orientation)

public Size scale (Scale scale)

public String toString ()