Class SizeImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.spread.SizeImpl
-
- All Implemented Interfaces:
Size,java.io.Serializable
public class SizeImpl extends java.lang.Object implements java.io.Serializable, Size
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SizeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetHeight()Gets the height.doublegetWidth()Gets the width.voidsetHeight(double height)Sets the height.voidsetWidth(double width)Sets the width.
-