Class BleedImpl

  • All Implemented Interfaces:
    Bleed, java.io.Serializable

    public class BleedImpl
    extends java.lang.Object
    implements java.io.Serializable, Bleed
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BleedImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getBottom()
      Gets the bottom.
      double getLeft()
      Gets the left.
      double getRight()
      Gets the right.
      double getTop()
      Gets the top.
      void setBottom​(double bottom)
      Sets the bottom.
      void setLeft​(double left)
      Sets the left.
      void setRight​(double right)
      Sets the right.
      void setTop​(double top)
      Sets the top.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BleedImpl

        public BleedImpl()
    • Method Detail

      • 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