Uses of Class
org.jzy3d.junit.ChartTestFailed
-
Packages that use ChartTestFailed Package Description org.jzy3d.junit -
-
Uses of ChartTestFailed in org.jzy3d.junit
Methods in org.jzy3d.junit that throw ChartTestFailed Modifier and Type Method Description void
ChartTester. compare(BufferedImage actual, BufferedImage expected)
Perform the comparison between twoBufferedImage
.void
ChartTester. compare(Chart chart, String filename)
Compare the image displayed by the chart with an image given by filename.void
ChartTester. compare(IColorMap colormap, String filename)
void
ChartTester. compare(AWTColorbarImageGenerator colorbar, String filename)
Compare a colorbar image with a reference image given by filename.
-