Class BleedImpl

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

public class BleedImpl extends Object implements Serializable, Bleed
See Also:
  • Constructor Details

    • BleedImpl

      public BleedImpl()
  • Method Details

    • getLeft

      public double getLeft()
      Description copied from interface: Bleed
      Gets the left.
      Specified by:
      getLeft in interface Bleed
      Returns:
      the left
    • setLeft

      public void setLeft(double left)
      Description copied from interface: Bleed
      Sets the left.
      Specified by:
      setLeft in interface Bleed
      Parameters:
      left - the new left
    • getTop

      public double getTop()
      Description copied from interface: Bleed
      Gets the top.
      Specified by:
      getTop in interface Bleed
      Returns:
      the top
    • setTop

      public void setTop(double top)
      Description copied from interface: Bleed
      Sets the top.
      Specified by:
      setTop in interface Bleed
      Parameters:
      top - the new top
    • getRight

      public double getRight()
      Description copied from interface: Bleed
      Gets the right.
      Specified by:
      getRight in interface Bleed
      Returns:
      the right
    • setRight

      public void setRight(double right)
      Description copied from interface: Bleed
      Sets the right.
      Specified by:
      setRight in interface Bleed
      Parameters:
      right - the new right
    • getBottom

      public double getBottom()
      Description copied from interface: Bleed
      Gets the bottom.
      Specified by:
      getBottom in interface Bleed
      Returns:
      the bottom
    • setBottom

      public void setBottom(double bottom)
      Description copied from interface: Bleed
      Sets the bottom.
      Specified by:
      setBottom in interface Bleed
      Parameters:
      bottom - the new bottom