Package org.jzy3d.junit
Class NativeChartTester
- java.lang.Object
-
- org.jzy3d.junit.ChartTester
-
- org.jzy3d.junit.NativeChartTester
-
public class NativeChartTester extends ChartTester
-
-
Field Summary
-
Fields inherited from class org.jzy3d.junit.ChartTester
colorbarDimension, FILE_LABEL_ACTUAL, FILE_LABEL_DIFF, FILE_LABEL_EXPECT, FILE_LABEL_ZOOM, HEIGHT, MAVEN_TARGET_PATH, TEST_IMG_SIZE, testCaseInputFolder, testCaseOutputFolder, textInvisible, WIDTH
-
-
Constructor Summary
Constructors Constructor Description NativeChartTester()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BufferedImage
getBufferedImage(Chart chart)
static AWTChart
offscreen(Drawable... drawables)
A helper to build an offscreen chart simply out of a list ofDrawable
-
Methods inherited from class org.jzy3d.junit.ChartTester
assertSimilar, assertSimilar, build, build, clean, cleanFile, compare, compare, compare, compare, copy, doHighlightPixels, execute, execute, execute, execute, getBufferedImage, getErroneousArea, getImageGenerator, getTestCanvasType, getTestCaseFailedFileName, getTestCaseFile, getTestCaseFileName, getTestCaseFileName, getTestCaseInputFolder, getTestCaseOutputFolder, getTestName, highlightPixel, highlightSize, isBuilt, isTextInvisible, loadBufferedImage, path, path, path, setTestCaseInputFolder, setTestCaseOutputFolder, setTextInvisible, test, test
-
-
-
-
Method Detail
-
getBufferedImage
protected BufferedImage getBufferedImage(Chart chart) throws IOException
- Overrides:
getBufferedImage
in classChartTester
- Throws:
IOException
-
-