Uses of Class
com.iizix.DSize
Packages that use DSize Package Description com.iizix Uses of DSize in com.iizix
Methods in com.iizix that return DSize Modifier and Type Method Description DSize
DSize. clone()
Clones this instance.Methods in com.iizix with parameters of type DSize Modifier and Type Method Description static int
DSize. compareWidthThenHeight(DSize s1, DSize s2)
Compares to sizes by first the width, then the height.Constructors in com.iizix with parameters of type DSize Constructor Description DSize(DSize s)
Constructs and initializes position.