Package com.mayam.wf.config.shared
Class ImageDimensions
java.lang.Object
com.mayam.wf.config.shared.ImageDimensions
- All Implemented Interfaces:
Copyable
,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.mayam.wf.attributes.shared.Copyable
Copyable.Utilities
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ImageDimensions
public ImageDimensions() -
ImageDimensions
public ImageDimensions(int width, int height)
-
-
Method Details
-
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
hashCode
public int hashCode() -
equals
-
copy
Description copied from interface:Copyable
Performs a deep copy of the object.
-