public class

SizeF

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

Class Overview

A size of an object in a coordinate space.

Summary

Public Constructors
SizeF(float width, float height)
Public Methods
static SizeF create(float width, float height)
static SizeF create(PointF point)
boolean equals(Object o)
float getHeight()
float getWidth()
int hashCode()
boolean isHorizontal()
SizeF plus(float width, float height)
SizeF rotate()
SizeF scale(Scale scale)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SizeF (float width, float height)

Public Methods

public static SizeF create (float width, float height)

public static SizeF create (PointF point)

public boolean equals (Object o)

public float getHeight ()

public float getWidth ()

public int hashCode ()

public boolean isHorizontal ()

public SizeF plus (float width, float height)

public SizeF rotate ()

public SizeF scale (Scale scale)

public String toString ()