java.lang.Object
com.priint.pubserver.metadata.xml.spread.SizeImpl
All Implemented Interfaces:
Size, Serializable

public class SizeImpl extends Object implements Serializable, Size
See Also:
  • Constructor Details

    • SizeImpl

      public SizeImpl()
  • Method Details

    • getWidth

      public double getWidth()
      Description copied from interface: Size
      Gets the width.
      Specified by:
      getWidth in interface Size
      Returns:
      the width
    • setWidth

      public void setWidth(double width)
      Description copied from interface: Size
      Sets the width.
      Specified by:
      setWidth in interface Size
      Parameters:
      width - the new width
    • getHeight

      public double getHeight()
      Description copied from interface: Size
      Gets the height.
      Specified by:
      getHeight in interface Size
      Returns:
      the height
    • setHeight

      public void setHeight(double height)
      Description copied from interface: Size
      Sets the height.
      Specified by:
      setHeight in interface Size
      Parameters:
      height - the new height