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

android.graphics.PointF Maven / Gradle / Ivy

package android.graphics;
public class PointF
{
public  PointF() { throw new RuntimeException("Stub!"); }
public  PointF(float x, float y) { throw new RuntimeException("Stub!"); }
public  PointF(android.graphics.Point p) { throw new RuntimeException("Stub!"); }
public final  void set(float x, float y) { throw new RuntimeException("Stub!"); }
public final  void set(android.graphics.PointF p) { throw new RuntimeException("Stub!"); }
public final  void negate() { throw new RuntimeException("Stub!"); }
public final  void offset(float dx, float dy) { throw new RuntimeException("Stub!"); }
public final  boolean equals(float x, float y) { throw new RuntimeException("Stub!"); }
public final  float length() { throw new RuntimeException("Stub!"); }
public static  float length(float x, float y) { throw new RuntimeException("Stub!"); }
public float x;
public float y;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy