Uses of Class
com.applitools.eyes.StitchOverlap
-
Packages that use StitchOverlap Package Description com.applitools.eyes com.applitools.eyes.config com.applitools.eyes.fluent com.applitools.eyes.universal.dto -
-
Uses of StitchOverlap in com.applitools.eyes
Methods in com.applitools.eyes that return StitchOverlap Modifier and Type Method Description StitchOverlapStitchOverlap. bottom(int bottom)sets the bottom stitching overlap.StitchOverlapStitchOverlap. top(int top)sets the top stitching overlap.Constructors in com.applitools.eyes with parameters of type StitchOverlap Constructor Description StitchOverlap(StitchOverlap stitchOverlap) -
Uses of StitchOverlap in com.applitools.eyes.config
Methods in com.applitools.eyes.config that return StitchOverlap Modifier and Type Method Description StitchOverlapConfiguration. getOverlap()StitchOverlapIConfiguration. getOverlap()Methods in com.applitools.eyes.config with parameters of type StitchOverlap Modifier and Type Method Description ConfigurationConfiguration. setStitchOverlap(StitchOverlap stitchOverlap)ConfigurationIConfiguration. setStitchOverlap(StitchOverlap stitchOverlap) -
Uses of StitchOverlap in com.applitools.eyes.fluent
Methods in com.applitools.eyes.fluent with parameters of type StitchOverlap Modifier and Type Method Description ICheckSettingsCheckSettings. stitchOverlap(StitchOverlap stitchOverlap) -
Uses of StitchOverlap in com.applitools.eyes.universal.dto
Methods in com.applitools.eyes.universal.dto that return StitchOverlap Modifier and Type Method Description StitchOverlapCheckSettingsDto. getOverlap()StitchOverlapConfigurationDto. getStitchOverlap()Methods in com.applitools.eyes.universal.dto with parameters of type StitchOverlap Modifier and Type Method Description voidCheckSettingsDto. setOverlap(StitchOverlap overlap)voidConfigurationDto. setStitchOverlap(StitchOverlap stitchOverlap)
-