Class ImageDiffReport
- java.lang.Object
-
- step.plugins.compare.services.imagediff.ImageDiffReport
-
public class ImageDiffReport extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ImageDiffReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getDiffCount()
java.awt.image.BufferedImage
getDiffImage()
java.lang.String
getError()
long
getLineDiffCount()
int
getLineHeightPx()
boolean
hasDifferences()
void
setDiffCount(long diffCount)
void
setDifference(boolean diff)
void
setDiffImage(java.awt.image.BufferedImage diffImage)
void
setError(java.lang.String error)
void
setLineDiffCount(long lineDiffCount)
void
setLineHeightPx(int lineHeightPx)
-
-
-
Method Detail
-
hasDifferences
public boolean hasDifferences()
-
setDifference
public void setDifference(boolean diff)
-
getDiffCount
public long getDiffCount()
-
setDiffCount
public void setDiffCount(long diffCount)
-
getDiffImage
public java.awt.image.BufferedImage getDiffImage()
-
setDiffImage
public void setDiffImage(java.awt.image.BufferedImage diffImage)
-
getError
public java.lang.String getError()
-
setError
public void setError(java.lang.String error)
-
getLineDiffCount
public long getLineDiffCount()
-
setLineDiffCount
public void setLineDiffCount(long lineDiffCount)
-
getLineHeightPx
public int getLineHeightPx()
-
setLineHeightPx
public void setLineHeightPx(int lineHeightPx)
-
-