Package com.applitools.eyes
Class StitchOverlap
java.lang.Object
com.applitools.eyes.StitchOverlap
-
Constructor Summary
ConstructorsConstructorDescriptionStitchOverlap(int top, int bottom) sets the top and bottom stitching overlap.StitchOverlap(StitchOverlap stitchOverlap) -
Method Summary
-
Constructor Details
-
StitchOverlap
public 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 Details
-
top
sets the top stitching overlap.- Parameters:
top- the bottom stitching overlap.- Returns:
- an updated instance of this object
-
getTop
-
bottom
sets the bottom stitching overlap.- Parameters:
bottom- the bottom stitching overlap.- Returns:
- an updated instance of this object
-
getBottom
-