Class DocSize
java.lang.Object
org.bh_foundation.e_sign.dto.DocSize
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DocSize
public DocSize(float width, float height)
-
-
Method Details
-
getWidth
public float getWidth() -
getHeight
public float getHeight() -
setWidth
public void setWidth(float width) -
setHeight
public void setHeight(float height)
-