Skip navigation links
A B C E F G H I L M N O P R S T V W Z 

A

AppOutputProvider - Interface in com.applitools.eyes
Encapsulates a callback which returns an application output.
ArgumentGuard - Class in com.applitools.utils
Argument validation utilities.

B

BatchInfo - Class in com.applitools.eyes
A batch of tests.
BatchInfo(String, Calendar) - Constructor for class com.applitools.eyes.BatchInfo
Creates a new BatchInfo instance.
BatchInfo(String) - Constructor for class com.applitools.eyes.BatchInfo
 

C

close() - Method in class com.applitools.eyes.FileLogger
Close the log file for writing.
close() - Method in interface com.applitools.eyes.LogHandler
 
close() - Method in class com.applitools.eyes.NullLogHandler
 
close() - Method in class com.applitools.eyes.StdoutLogHandler
Does nothing.
close() - Method in class com.applitools.utils.CountingOutputStream
 
com.applitools.eyes - package com.applitools.eyes
 
com.applitools.utils - package com.applitools.utils
 
compressByRawBlocks(BufferedImage, byte[], BufferedImage, int) - Static method in class com.applitools.utils.ImageDeltaCompressor
Compresses a target image based on a difference from a source image.
compressByRawBlocks(BufferedImage, byte[], BufferedImage) - Static method in class com.applitools.utils.ImageDeltaCompressor
Compresses a target image based on a difference from a source image.
contains(Region) - Method in class com.applitools.eyes.Region
Check if a region is contained within the current region.
contains(Location) - Method in class com.applitools.eyes.Region
Check if a specified location is contained within this region.
CoordinatesTypeConversionException - Exception in com.applitools.eyes
Encapsulates an error converting between two coordinate types.
CoordinatesTypeConversionException(String) - Constructor for exception com.applitools.eyes.CoordinatesTypeConversionException
 
CoordinatesTypeConversionException(String, Throwable) - Constructor for exception com.applitools.eyes.CoordinatesTypeConversionException
 
CoordinatesTypeConversionException(CoordinatesType, CoordinatesType) - Constructor for exception com.applitools.eyes.CoordinatesTypeConversionException
Represents an error trying to convert between two coordinate types.
CountingOutputStream - Class in com.applitools.utils
An output stream with a counter of the number of bytes written.
CountingOutputStream(OutputStream) - Constructor for class com.applitools.utils.CountingOutputStream
 

E

EMPTY - Static variable in class com.applitools.eyes.Region
 
encodeAsPng(BufferedImage) - Static method in class com.applitools.utils.ImageUtils
Encodes a given image as PNG.
equals(Object) - Method in class com.applitools.eyes.Location
 
equals(Object) - Method in class com.applitools.eyes.RectangleSize
 
equals(Object) - Method in class com.applitools.eyes.Region
 
EyesException - Exception in com.applitools.eyes
Applitools Eyes Exception.
EyesException(String) - Constructor for exception com.applitools.eyes.EyesException
Creates an EyesException instance.
EyesException(String, Throwable) - Constructor for exception com.applitools.eyes.EyesException
Creates an EyesException instance.

F

FailureReports - Enum in com.applitools.eyes
Determines how detected failures are reported.
FileLogger - Class in com.applitools.eyes
Writes log messages to a file.
FileLogger(String, boolean, boolean) - Constructor for class com.applitools.eyes.FileLogger
Creates a new FileHandler instance.
FileLogger(boolean) - Constructor for class com.applitools.eyes.FileLogger
 
flush() - Method in class com.applitools.utils.CountingOutputStream
 
fromISO8601DateTime(String) - Static method in class com.applitools.utils.GeneralUtils
Creates Calendar instance from an ISO 8601 formatted string.

G

GeneralUtils - Class in com.applitools.utils
General purpose utilities.
getAppOutput(RegionProvider, EyesScreenshot) - Method in interface com.applitools.eyes.AppOutputProvider
 
getBytesCount() - Method in class com.applitools.utils.CountingOutputStream
 
getContentMatches() - Method in class com.applitools.eyes.TestResults
 
getDate(DateFormat, String) - Static method in class com.applitools.utils.GeneralUtils
 
getExactMatches() - Method in class com.applitools.eyes.TestResults
 
getHeight() - Method in class com.applitools.eyes.RectangleSize
 
getHeight() - Method in class com.applitools.eyes.Region
 
getId() - Method in class com.applitools.eyes.BatchInfo
 
getImagePart(BufferedImage, Region) - Static method in class com.applitools.utils.ImageUtils
Get a copy of the part of the image given by region.
getLayoutMatches() - Method in class com.applitools.eyes.TestResults
 
getLeft() - Method in class com.applitools.eyes.Region
 
getLocalIp() - Static method in class com.applitools.utils.NetworkUtils
 
getLocation() - Method in class com.applitools.eyes.Region
 
getLogHandler() - Method in class com.applitools.eyes.Logger
 
getMatches() - Method in class com.applitools.eyes.TestResults
 
getMiddleOffset() - Method in class com.applitools.eyes.Region
 
getMismatches() - Method in class com.applitools.eyes.TestResults
 
getMissing() - Method in class com.applitools.eyes.TestResults
 
getName() - Method in class com.applitools.eyes.BatchInfo
 
getNoneMatches() - Method in class com.applitools.eyes.TestResults
 
getPassword() - Method in class com.applitools.eyes.ProxySettings
 
getSize() - Method in class com.applitools.eyes.Region
 
getStartedAt() - Method in class com.applitools.eyes.BatchInfo
 
getSteps() - Method in class com.applitools.eyes.TestResults
 
getStrictMatches() - Method in class com.applitools.eyes.TestResults
 
getSubRegions(RectangleSize) - Method in class com.applitools.eyes.Region
 
getTestResults() - Method in error com.applitools.eyes.TestFailedException
 
getTop() - Method in class com.applitools.eyes.Region
 
getUri() - Method in class com.applitools.eyes.ProxySettings
 
getUri(String) - Static method in class com.applitools.utils.NetworkUtils
 
getUrl() - Method in class com.applitools.eyes.TestResults
 
getUrl(String) - Static method in class com.applitools.utils.NetworkUtils
 
getUsername() - Method in class com.applitools.eyes.ProxySettings
 
getWidth() - Method in class com.applitools.eyes.RectangleSize
 
getWidth() - Method in class com.applitools.eyes.Region
 
getX() - Method in class com.applitools.eyes.Location
 
getY() - Method in class com.applitools.eyes.Location
 
greaterThanOrEqualToZero(int, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input integer parameter is negative.
greaterThanZero(int, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input integer parameter is smaller than 1.

H

hashCode() - Method in class com.applitools.eyes.Location
 
hashCode() - Method in class com.applitools.eyes.RectangleSize
 
hashCode() - Method in class com.applitools.eyes.Region
 

I

ImageDeltaCompressor - Class in com.applitools.utils
Provides image compression based on delta between consecutive images.
ImageDeltaCompressor() - Constructor for class com.applitools.utils.ImageDeltaCompressor
 
imageFromBase64(String) - Static method in class com.applitools.utils.ImageUtils
Creates a BufferedImage instance from a base64 encoding of an image's bytes.
imageFromBytes(byte[]) - Static method in class com.applitools.utils.ImageUtils
Creates a BufferedImage instance from raw image bytes.
imageFromFile(String) - Static method in class com.applitools.utils.ImageUtils
Creates a BufferedImage from an image file specified by path.
ImageUtils - Class in com.applitools.utils
 
ImageUtils() - Constructor for class com.applitools.utils.ImageUtils
 
intersect(Region) - Method in class com.applitools.eyes.Region
Replaces this region with the intersection of itself and other
isEmpty() - Method in class com.applitools.eyes.Region
 
isIntersected(Region) - Method in class com.applitools.eyes.Region
Check if a region is intersected with the current region.
isNew() - Method in class com.applitools.eyes.TestResults
 
isNull(Object, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input parameter is not null.
Iso8610CalendarSerializer - Class in com.applitools.utils
Serializes Calendar instances as an ISO8610 formatted string.
Iso8610CalendarSerializer() - Constructor for class com.applitools.utils.Iso8610CalendarSerializer
 
isPassed() - Method in class com.applitools.eyes.TestResults
 
isValidState(boolean, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if isValid is false.

L

Location - Class in com.applitools.eyes
A location in a two-dimensional plane.
Location(int, int) - Constructor for class com.applitools.eyes.Location
Creates a Location instance.
Location(Location) - Constructor for class com.applitools.eyes.Location
Creates a location from another location instance.
log(String) - Method in class com.applitools.eyes.Logger
Writes a (non-verbose) write message.
Logger - Class in com.applitools.eyes
Logs trace messages.
Logger() - Constructor for class com.applitools.eyes.Logger
 
LogHandler - Interface in com.applitools.eyes
Handles log messages produces by the Eyes API.

M

makeEmpty() - Method in class com.applitools.eyes.Region
 
MatchLevel - Enum in com.applitools.eyes
The extent in which two images match (or are expected to match).
MouseAction - Enum in com.applitools.eyes
 

N

NetworkUtils - Class in com.applitools.utils
Network-related utilities.
NewTestException - Error in com.applitools.eyes
Indicates that a new test (i.e., a test for which no baseline exists) ended.
NewTestException(TestResults, String) - Constructor for error com.applitools.eyes.NewTestException
Creates a new NewTestException instance.
notEqual(Object, Object, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input parameter equals the input value.
notNull(Object, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input parameter is null.
notNullOrEmpty(String, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input parameter string is null or empty.
notZero(int, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input integer parameter is equal to 0.
NullLogHandler - Class in com.applitools.eyes
Ignores all log messages.
NullLogHandler() - Constructor for class com.applitools.eyes.NullLogHandler
 

O

offset(int, int) - Method in class com.applitools.eyes.Location
Translates this location by the specified amount (in place!).
offset(Location) - Method in class com.applitools.eyes.Location
Translates this location by the specified amount (in place!).
offset(int, int) - Method in class com.applitools.eyes.Region
Offsets the region's location (in place).
onMessage(boolean, String) - Method in class com.applitools.eyes.FileLogger
Handle a message to be logged.
onMessage(boolean, String) - Method in interface com.applitools.eyes.LogHandler
 
onMessage(boolean, String) - Method in class com.applitools.eyes.NullLogHandler
 
onMessage(boolean, String) - Method in class com.applitools.eyes.StdoutLogHandler
 
open() - Method in class com.applitools.eyes.FileLogger
Open the log file for writing.
open() - Method in interface com.applitools.eyes.LogHandler
 
open() - Method in class com.applitools.eyes.NullLogHandler
 
open() - Method in class com.applitools.eyes.StdoutLogHandler
Does nothing.
OutOfBoundsException - Exception in com.applitools.eyes
Applitools Eyes exception indicating the a geometrical element is out of bounds (point outside a region, region outside another region etc.)
OutOfBoundsException(String) - Constructor for exception com.applitools.eyes.OutOfBoundsException
 
OutOfBoundsException(String, Throwable) - Constructor for exception com.applitools.eyes.OutOfBoundsException
 

P

parse(String) - Static method in class com.applitools.eyes.RectangleSize
Parses a string into a {link RectangleSize} instance.
ProxySettings - Class in com.applitools.eyes
Encapsulates settings for sending Eyes communication via proxy.
ProxySettings(String, String, String) - Constructor for class com.applitools.eyes.ProxySettings
 
ProxySettings(String) - Constructor for class com.applitools.eyes.ProxySettings
Defines proxy settings with empty username/password.

R

readToEnd(InputStream) - Static method in class com.applitools.utils.GeneralUtils
 
RectangleSize - Class in com.applitools.eyes
Represents a 2D size.
RectangleSize(int, int) - Constructor for class com.applitools.eyes.RectangleSize
Creates a new RectangleSize instance.
Region - Class in com.applitools.eyes
Represents a region.
Region(int, int, int, int) - Constructor for class com.applitools.eyes.Region
 
Region(Location, RectangleSize) - Constructor for class com.applitools.eyes.Region
 
Region(Region) - Constructor for class com.applitools.eyes.Region
 

S

serialize(Calendar, JsonGenerator, SerializerProvider) - Method in class com.applitools.utils.Iso8610CalendarSerializer
 
setId(String) - Method in class com.applitools.eyes.BatchInfo
Sets a unique identifier for the batch.
setLocation(Location) - Method in class com.applitools.eyes.Region
Set the (top,left) position of the current region
setLogHandler(LogHandler) - Method in class com.applitools.eyes.Logger
Sets the log handler.
sleep(long) - Static method in class com.applitools.utils.GeneralUtils
Sleeps the input amount of milliseconds.
StdoutLogHandler - Class in com.applitools.eyes
Writes log messages to the standard output stream.
StdoutLogHandler(boolean) - Constructor for class com.applitools.eyes.StdoutLogHandler
Creates a new StdoutLogHandler instance.
StdoutLogHandler() - Constructor for class com.applitools.eyes.StdoutLogHandler
Creates a new StdoutLogHandler that ignores verbose log messages.

T

TestFailedException - Error in com.applitools.eyes
Indicates that a test did not pass (i.e., test either failed or is a new test).
TestFailedException(TestResults, String) - Constructor for error com.applitools.eyes.TestFailedException
Creates a new TestFailedException instance.
TestFailedException(String) - Constructor for error com.applitools.eyes.TestFailedException
Creates a new TestFailedException instance.
TestResults - Class in com.applitools.eyes
Eyes test results.
TestResults() - Constructor for class com.applitools.eyes.TestResults
 
toISO8601DateTime(Calendar) - Static method in class com.applitools.utils.GeneralUtils
Formats date and time as represented by a calendar instance to an ISO 8601 string.
toRfc1123(Calendar) - Static method in class com.applitools.utils.GeneralUtils
Formats date and time as represented by a calendar instance to an TFC 1123 string.
toString() - Method in class com.applitools.eyes.BatchInfo
 
toString() - Method in class com.applitools.eyes.Location
 
toString() - Method in class com.applitools.eyes.RectangleSize
 
toString() - Method in class com.applitools.eyes.Region
 
toString() - Method in class com.applitools.eyes.TestResults
 

V

valueOf(String) - Static method in enum com.applitools.eyes.FailureReports
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.applitools.eyes.MatchLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.applitools.eyes.MouseAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.applitools.eyes.FailureReports
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.applitools.eyes.MatchLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.applitools.eyes.MouseAction
Returns an array containing the constants of this enum type, in the order they are declared.
verbose(String) - Method in class com.applitools.eyes.Logger
Writes a verbose write message.

W

write(byte[]) - Method in class com.applitools.utils.CountingOutputStream
 
write(byte[], int, int) - Method in class com.applitools.utils.CountingOutputStream
 
write(int) - Method in class com.applitools.utils.CountingOutputStream
 

Z

ZERO - Static variable in class com.applitools.eyes.Location
 
A B C E F G H I L M N O P R S T V W Z 
Skip navigation links

Copyright © 2015. All rights reserved.