All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.util.SizeF Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//

package android.util;

public final class SizeF {
  public SizeF(float width, float height) {
    throw new RuntimeException("Stub!");
  }

  public float getWidth() {
    throw new RuntimeException("Stub!");
  }

  public float getHeight() {
    throw new RuntimeException("Stub!");
  }

  public boolean equals(Object obj) {
    throw new RuntimeException("Stub!");
  }

  public String toString() {
    throw new RuntimeException("Stub!");
  }

  public static SizeF parseSizeF(String string) throws NumberFormatException {
    throw new RuntimeException("Stub!");
  }

  public int hashCode() {
    throw new RuntimeException("Stub!");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy