Package com.applitools.eyes
Class StitchOverlap
- java.lang.Object
-
- com.applitools.eyes.StitchOverlap
-
public class StitchOverlap extends Object
-
-
Constructor Summary
Constructors Constructor Description StitchOverlap()StitchOverlap(int top, int bottom)sets the top and bottom stitching overlap.StitchOverlap(StitchOverlap stitchOverlap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StitchOverlapbottom(int bottom)sets the bottom stitching overlap.IntegergetBottom()IntegergetTop()StitchOverlaptop(int top)sets the top stitching overlap.
-
-
-
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
-
getTop
public Integer getTop()
-
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()
-
-