Uses of Class
com.applitools.eyes.options.LayoutBreakpointsOptions
-
Packages that use LayoutBreakpointsOptions Package Description com.applitools com.applitools.eyes.config com.applitools.eyes.fluent com.applitools.eyes.options com.applitools.eyes.universal.mapper -
-
Uses of LayoutBreakpointsOptions in com.applitools
Methods in com.applitools with parameters of type LayoutBreakpointsOptions Modifier and Type Method Description ICheckSettingsICheckSettings. layoutBreakpoints(LayoutBreakpointsOptions layoutBreakpointsOptions)sets layout breakpoints using options. -
Uses of LayoutBreakpointsOptions in com.applitools.eyes.config
Methods in com.applitools.eyes.config that return LayoutBreakpointsOptions Modifier and Type Method Description LayoutBreakpointsOptionsConfiguration. getLayoutBreakpointsOptions()Methods in com.applitools.eyes.config with parameters of type LayoutBreakpointsOptions Modifier and Type Method Description ConfigurationConfiguration. setLayoutBreakpoints(LayoutBreakpointsOptions layoutBreakpointsOptions) -
Uses of LayoutBreakpointsOptions in com.applitools.eyes.fluent
Methods in com.applitools.eyes.fluent that return LayoutBreakpointsOptions Modifier and Type Method Description LayoutBreakpointsOptionsCheckSettings. getLayoutBreakpointsOptions()Methods in com.applitools.eyes.fluent with parameters of type LayoutBreakpointsOptions Modifier and Type Method Description ICheckSettingsCheckSettings. layoutBreakpoints(LayoutBreakpointsOptions layoutBreakpointsOptions) -
Uses of LayoutBreakpointsOptions in com.applitools.eyes.options
Methods in com.applitools.eyes.options that return LayoutBreakpointsOptions Modifier and Type Method Description LayoutBreakpointsOptionsLayoutBreakpointsOptions. breakpoints()LayoutBreakpointsOptionsLayoutBreakpointsOptions. breakpoints(int[] breakpoints)LayoutBreakpointsOptionsLayoutBreakpointsOptions. breakpoints(Boolean shouldSet)LayoutBreakpointsOptionsLayoutBreakpointsOptions. breakpoints(Integer... breakpoints)LayoutBreakpointsOptionsLayoutBreakpointsOptions. reload()LayoutBreakpointsOptionsLayoutBreakpointsOptions. reload(Boolean shouldReload) -
Uses of LayoutBreakpointsOptions in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper with parameters of type LayoutBreakpointsOptions Modifier and Type Method Description static LayoutBreakpointsDtoLayoutBreakpointsMapper. toLayoutBreakpointsDto(LayoutBreakpointsOptions layoutBreakpointsOptions)
-