Class SizeImpl
java.lang.Object
com.priint.pubserver.metadata.xml.spread.SizeImpl
- All Implemented Interfaces:
Size,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SizeImpl
public SizeImpl()
-
-
Method Details
-
getWidth
public double getWidth()Description copied from interface:SizeGets the width. -
setWidth
public void setWidth(double width) Description copied from interface:SizeSets the width. -
getHeight
public double getHeight()Description copied from interface:SizeGets the height. -
setHeight
public void setHeight(double height) Description copied from interface:SizeSets the height.
-