Class StitchOverlap


  • public class StitchOverlap
    extends Object
    • Constructor Detail

      • StitchOverlap

        public StitchOverlap()
      • StitchOverlap

        public StitchOverlap​(StitchOverlap stitchOverlap)
      • StitchOverlap

        public StitchOverlap​(int top,
                             int bottom)
        sets the top and bottom stitching overlap.
        Parameters:
        top - the top stitching overlap.
        bottom - the bottom stitching overlap.
    • Method Detail

      • top

        public StitchOverlap top​(int top)
        sets the top stitching overlap.
        Parameters:
        top - the bottom stitching overlap.
        Returns:
        an updated instance of this object
      • bottom

        public StitchOverlap bottom​(int bottom)
        sets the bottom stitching overlap.
        Parameters:
        bottom - the bottom stitching overlap.
        Returns:
        an updated instance of this object
      • getBottom

        public Integer getBottom()