public class PageDims
extends Object
-
Method Summary
float
float
float
float
of(float top,
float left,
float width,
float height)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
of
public static PageDims of(float top,
float left,
float width,
float height)
-
getTop
public float getTop()
-
getLeft
public float getLeft()
-
getWidth
public float getWidth()
-
getHeight
public float getHeight()