ginicapture
/
net.gini.android.capture.internal.util
/
Size
Size
public class
Size
implements
Comparable
<
Size
>
Content copied to clipboard
Internal use only.
Constructors
Functions
Properties
Constructors
Size
Link copied to clipboard
void
Size
(int width, int height)
Content copied to clipboard
Functions
compareTo
Link copied to clipboard
abstract int
compareTo
(
T
p)
Content copied to clipboard
int
compareTo
(
@
NonNull
()
Size
other)
Content copied to clipboard
equals
Link copied to clipboard
boolean
equals
(
Object
o)
Content copied to clipboard
hashCode
Link copied to clipboard
int
hashCode
()
Content copied to clipboard
toString
Link copied to clipboard
String
toString
()
Content copied to clipboard
Properties
height
Link copied to clipboard
public final int
height
Content copied to clipboard
width
Link copied to clipboard
public final int
width
Content copied to clipboard