A B C D E F G H I J L M O P R S T U V 

A

AbstractRenderingAccuracyTest - Class in org.apache.batik.test.svg
Checks for regressions in rendering a specific SVG document.
AbstractRenderingAccuracyTest(String, String) - Constructor for class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Constructor.
AbstractRenderingAccuracyTest() - Constructor for class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
For subclasses
addVariationURL(String) - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Adds a URL for an acceptable variation from the reference image.
alias - Variable in class org.apache.batik.test.svg.SVGReferenceRenderingAccuracyTest
 
ATTRIBUTE_KEY - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
 
ATTRIBUTE_RESULT - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
 
ATTRIBUTE_VALUE - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
 

B

BERenderingTest - Class in org.apache.batik.test.svg
Preconfigured test for SVG files under the xml-batik/../beSuite directory.
BERenderingTest() - Constructor for class org.apache.batik.test.svg.BERenderingTest
 
breakSVGFile(String) - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
 
buildCandidateReferenceFile(String, String) - Method in class org.apache.batik.test.svg.ParametrizedRenderingAccuracyTest
Gives a chance to the subclass to control the construction of the candidateReference URL, which is built as: getSaveVariationPrefix() + svgDir + getSaveVariationSuffix() + svgFile + parameter + PNG_EXTENSION
buildCandidateReferenceFile(String, String) - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
Gives a chance to the subclass to control the construction of the candidateReference URL, which is built as: getCandidatereferencePrefix() + svgDir + getCandidatereferenceSuffix() + svgFile + PNG_EXTENSION
buildCandidateReferenceFile(String, String) - Method in class org.apache.batik.test.svg.SVGReferenceRenderingAccuracyTest
Gives a chance to the subclass to control the construction of the candidateReference URL, which is built as: getSaveVariationPrefix() + svgDir + getSaveVariationSuffix() + svgFile + parameter + PNG_EXTENSION
buildCompareImage(BufferedImage, BufferedImage) - Method in class org.apache.batik.test.svg.ImageCompareTest
 
buildDiffImage(BufferedImage, BufferedImage) - Static method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Builds a new BufferedImage that is the difference between the two input images
buildDiffImage(BufferedImage, BufferedImage) - Static method in class org.apache.batik.test.svg.ImageCompareTest
Builds a new BufferedImage that is the difference between the two input images
buildRefImgURL(String, String) - Method in class org.apache.batik.test.svg.ParametrizedRenderingAccuracyTest
Gives a chance to the subclass to control the construction of the reference PNG file from the svgFile name The refImgURL is built as: getRefImagePrefix() + svgDir + getRefImageSuffix() + svgFile
buildRefImgURL(String, String) - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
Gives a chance to the subclass to control the construction of the reference PNG file from the svgFile name The refImgURL is built as: getRefImagePrefix() + svgDir + getRefImageSuffix() + svgFile
buildRefImgURL(String, String) - Method in class org.apache.batik.test.svg.SVGReferenceRenderingAccuracyTest
Gives a chance to the subclass to control the construction of the reference PNG file from the svgFile name The refImgURL is built as: getRefImagePrefix() + svgDir + getRefImageSuffix() + svgFile
buildSaveVariationFile(String, String) - Method in class org.apache.batik.test.svg.ParametrizedRenderingAccuracyTest
Gives a chance to the subclass to control the construction of the saveVariation URL, which is built as: getSaveVariationPrefix() + svgDir + getSaveVariationSuffix() + svgFile + parameter + PNG_EXTENSION
buildSaveVariationFile(String, String) - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
Gives a chance to the subclass to control the construction of the saveVariation URL, which is built as: getSaveVariationPrefix() + svgDir + getSaveVariationSuffix() + svgFile + PNG_EXTENSION
buildSaveVariationFile(String, String) - Method in class org.apache.batik.test.svg.SVGReferenceRenderingAccuracyTest
Gives a chance to the subclass to control the construction of the saveVariation URL, which is built as: getSaveVariationPrefix() + svgDir + getSaveVariationSuffix() + svgFile + parameter + PNG_EXTENSION
buildSVGURL(String, String, String) - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
Gives a chance to the subclass to prepend a prefix to the svgFile name.
buildSVGURL(String, String) - Method in class org.apache.batik.test.svg.SVGReferenceRenderingAccuracyTest
Gives a chance to the subclass to prepend a prefix to the svgFile name.
buildUserAgent() - Method in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
Give subclasses a chance to build their own UserAgent
buildUserAgent() - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Give subclasses a chance to build their own UserAgent
buildVariationURLs(String, String) - Method in class org.apache.batik.test.svg.ParametrizedRenderingAccuracyTest
Gives a chance to the subclass to control the construction of the variation URL, which is built as: getVariationPrefix() + svgDir + getVariationSuffix() + svgFile + parameter + PNG_EXTENSION
buildVariationURLs(String, String) - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
Gives a chance to the subclass to control the construction of the variation URL, which is built as: getVariationPrefix() + svgDir + getVariationSuffix() + svgFile + PNG_EXTENSION
buildVariationURLs(String, String) - Method in class org.apache.batik.test.svg.SVGReferenceRenderingAccuracyTest
Gives a chance to the subclass to control the construction of the variation URL, which is built as: getVariationPrefix() + svgDir + getVariationSuffix() + svgFile + parameter + PNG_EXTENSION

C

candidateReference - Variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
The File where the candidate reference should be saved if there is not candidate reference or if it cannot be opened.
canvasDone(JSVGCanvas) - Method in class org.apache.batik.test.svg.JSVGRenderingAccuracyTest
 
canvasInit(JSVGCanvas) - Method in class org.apache.batik.test.svg.JSVGRenderingAccuracyTest
 
canvasLoaded(JSVGCanvas) - Method in class org.apache.batik.test.svg.JSVGRenderingAccuracyTest
 
canvasRendered(JSVGCanvas) - Method in class org.apache.batik.test.svg.JSVGRenderingAccuracyTest
 
canvasUpdated(JSVGCanvas) - Method in class org.apache.batik.test.svg.JSVGRenderingAccuracyTest
 
compare(InputStream, InputStream) - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Compare the two input streams
compare(InputStream, InputStream) - Static method in class org.apache.batik.test.svg.ImageCompareTest
Compare the two input streams
configuration - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
The configuration resource bundle
CONFIGURATION_RESOURCES - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
The gui resources file name
copyImage(BufferedImage) - Static method in class org.apache.batik.test.svg.JSVGRenderingAccuracyTest
 
COULD_NOT_GENERATE_COMPARISON_IMAGES - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Messages expressing that comparison images could not be created: {0} : exception class {1} : exception message {2} : exception stack trace.
COULD_NOT_LOAD_IMAGE - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Messages expressing that an image could not be loaded.
COULD_NOT_OPEN_VARIATION_URL - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Message expressing that the variation URL could not be open {0} : URL
createCanvasHandler() - Method in class org.apache.batik.test.svg.JSVGRenderingAccuracyTest
 
createSVGSourceURL(String) - Static method in class org.apache.batik.test.svg.SVGRenderingAccuracyTestValidator
Creates a SVG source URL for the given svg content
createValidReferenceImage(String) - Static method in class org.apache.batik.test.svg.SVGRenderingAccuracyTestValidator
Helper method: creates a valid reference image

D

DEFAULT_VARIATION_PLATFORMS - Static variable in class org.apache.batik.test.svg.PreconfiguredRenderingTest
 
done - Variable in class org.apache.batik.test.svg.JSVGRenderingAccuracyTest
 

E

encode(URL, FileOutputStream) - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
 
encode(URL, FileOutputStream) - Method in class org.apache.batik.test.svg.JSVGRenderingAccuracyTest
 
encode(URL, FileOutputStream) - Method in class org.apache.batik.test.svg.SVGRenderingAccuracyTest
 
ENTRY_ERROR_CODE - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
 
ENTRY_EXPECTED_ERROR_CODE - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
 
ENTRY_EXPECTED_KEY - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
 
ENTRY_EXPECTED_NUMBER_OF_DESCRIPTION - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
 
ENTRY_KEY - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
 
ENTRY_KEY_COMPARISON - Static variable in class org.apache.batik.test.svg.ImageCompareTest
 
ENTRY_KEY_DIFFERENCE - Static variable in class org.apache.batik.test.svg.ImageCompareTest
 
ENTRY_KEY_DIFFERENCE_IMAGE - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Entry describing the generated difference image
ENTRY_KEY_ERROR_DESCRIPTION - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Entry describing the error
ENTRY_KEY_ERROR_DESCRIPTION - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
Entry describing the error
ENTRY_KEY_EXPECTED_ERROR_CODE - Static variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Entry describign the expected error code
ENTRY_KEY_EXPECTED_EXCEPTION - Static variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Entry describing the expected exception
ENTRY_KEY_FIRST_IMAGE - Static variable in class org.apache.batik.test.svg.ImageCompareTest
 
ENTRY_KEY_IMAGE_URL - Static variable in class org.apache.batik.test.svg.ImageCompareTest
 
ENTRY_KEY_INTERNAL_ERROR - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Entry describing that an internal error occured while generating the test failure description
ENTRY_KEY_NUMBER_OF_TEST_RESULT_ELEMENTS - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
Entry describing the number of testResult elements found in the document after dispatching onload.
ENTRY_KEY_REFERENCE_GENERATED_IMAGE_URI - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Entry describing the reference/generated image file
ENTRY_KEY_RESULT_VALUE - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
Entry describing the result value (different from 'passed' or 'failed' found in the 'result' attribute.
ENTRY_KEY_SECOND_IMAGE - Static variable in class org.apache.batik.test.svg.ImageCompareTest
 
ENTRY_KEY_UNEXPECTED_ERROR_CODE - Static variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Entry describing the unexpected error code
ENTRY_KEY_UNEXPECTED_EXCEPTION - Static variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Entry describing the unexpected exception
ENTRY_KEY_UNEXPECTED_RESULT - Static variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Entry describing the unexpected exception
ENTRY_NUMBER_OF_DESCRIPTION - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
 
ERROR_CANNOT_CREATE_TEMP_FILE - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Error when temp file cannot be created {0} = IOException message
ERROR_CANNOT_CREATE_TEMP_FILE_STREAM - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Error when temp file stream cannot be created {0} = temp file's cannonical path {1} = IOException message
ERROR_CANNOT_LOAD_SVG_DOCUMENT - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
Error when the input file cannot be loaded into a Document object {0} = IOException message
ERROR_CANNOT_OPEN_GENERATED_IMAGE - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Error when the generated image cannot be read {0} = Cannonical path of the temp generated image {1} = IOException message
ERROR_CANNOT_OPEN_REFERENCE_IMAGE - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Error when the reference image cannot be opened {0} = URI of the reference image {1} = IOException message
ERROR_CANNOT_TRANSCODE_SVG - Static variable in class org.apache.batik.test.svg.SVGRenderingAccuracyTest
Error when transcoding the SVG document generates an error {0} = URI of the transcoded SVG file {1} = Exception class {2} = Exception message {3} = Stack trace.
ERROR_CODE_NO_CHECK - Static variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Value used to disable error code check on BridgeExceptions
ERROR_COULD_NOT_LOAD_IMAGE - Static variable in class org.apache.batik.test.svg.ImageCompareTest
 
ERROR_COULD_NOT_OPEN_IMAGE - Static variable in class org.apache.batik.test.svg.ImageCompareTest
 
ERROR_DIFFERENCES - Static variable in class org.apache.batik.test.svg.ImageCompareTest
 
ERROR_ERROR_WHILE_COMPARING_FILES - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Error when there is an IOException while comparing the two reference raster image with the new raster image built from the SVG.
ERROR_EXCEPTION_DID_NOT_OCCUR - Static variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Error when the expected exception did not occur
ERROR_MISSING_OR_EMPTY_ERROR_CODE_ON_FAILED_TEST - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
The result was 'failed' but there was no 'errorCode' attribute or it was the empty string
ERROR_SAVE_FAILED - Static variable in class org.apache.batik.test.svg.JSVGRenderingAccuracyTest
Error when canvas can't peform render update SVG file.
ERROR_SCRIPT_DID_NOT_RUN - Static variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Error when the script does not run as expected.
ERROR_SVG_RENDERING_NOT_ACCURATE - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Error when the generated image from the SVG file differs from the reference image.
ERROR_UNEXPECTED_DESCRIPTION_ENTRY - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
 
ERROR_UNEXPECTED_ERROR_CODE - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
 
ERROR_UNEXPECTED_ERROR_CODE - Static variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Error when a BridgeException occured, as expected, but with an unexpected error code
ERROR_UNEXPECTED_EXCEPTION - Static variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Error when an exception occured, but not of the expected class
ERROR_UNEXPECTED_NUMBER_OF_DESCRIPTION_ENTRIES - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
 
ERROR_UNEXPECTED_NUMBER_OF_TEST_RESULT_ELEMENTS - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
There is either 0 or more than one <testResult> elements in the document after dispatching the onload event.
ERROR_UNEXPECTED_RESULT_VALUE - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
The 'result' attribute value is neither 'passed' nor 'failed'
ERROR_UNEXPECTED_TEST_FAILURE - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
 
ERROR_UNEXPECTED_TEST_RESULT - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
Error codes
ERROR_WHILE_COMPARING_FILES - Static variable in class org.apache.batik.test.svg.ImageCompareTest
 
ERROR_WHILE_PROCESSING_SVG_DOCUMENT - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
Error while building the GVT tree or dispatching the 'onload' event.
errorAndEntriesURL - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
 
errorURL - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
 
expectedErrorCode - Variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Expected error code (for BridgeExceptions)
expectedExceptionClass - Variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Name of the expected exception class

F

failReport - Variable in class org.apache.batik.test.svg.JSVGRenderingAccuracyTest
 
failure(TestReport) - Method in class org.apache.batik.test.svg.JSVGRenderingAccuracyTest
 
fileName - Variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
The name of the test file
fmt(String, Object[]) - Static method in class org.apache.batik.test.svg.JSVGRenderingAccuracyTest
 
formatMessage(String, Object[]) - Static method in class org.apache.batik.test.svg.Messages
Implements Localizable.formatMessage(String,Object[]).
fos - Variable in class org.apache.batik.test.svg.JSVGRenderingAccuracyTest
 

G

getCandidateReference() - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
 
getCandidateReferencePrefix() - Method in class org.apache.batik.test.svg.BERenderingTest
 
getCandidateReferencePrefix() - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
 
getCandidateReferencePrefix() - Method in class org.apache.batik.test.svg.SamplesRenderingTest
 
getCandidateReferenceSuffix() - Method in class org.apache.batik.test.svg.BERenderingTest
 
getCandidateReferenceSuffix() - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
 
getCandidateReferenceSuffix() - Method in class org.apache.batik.test.svg.SamplesRenderingTest
 
getExpectedErrorCode() - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
 
getExpectedExceptionClass() - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
 
getImage(File) - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Loads an image from a File
getImage(URL) - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Loads an image from a URL
getImage(URL) - Method in class org.apache.batik.test.svg.ImageCompareTest
Loads an image from a URL
getLocale() - Static method in class org.apache.batik.test.svg.Messages
Implements Localizable.getLocale().
getName() - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Returns this Test's name.
getName() - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
Make the name as simple as possible.
getNextTempFileName(String) - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
 
getNextTempFileName(String, int) - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
 
getParameterSeparator() - Method in class org.apache.batik.test.svg.ParametrizedRenderingAccuracyTest
 
getRefImagePrefix() - Method in class org.apache.batik.test.svg.BERenderingTest
 
getRefImagePrefix() - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
 
getRefImagePrefix() - Method in class org.apache.batik.test.svg.SamplesRenderingTest
 
getRefImageSuffix() - Method in class org.apache.batik.test.svg.BERenderingTest
 
getRefImageSuffix() - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
 
getRefImageSuffix() - Method in class org.apache.batik.test.svg.SamplesRenderingTest
 
getResourceOrigin() - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
 
getRestricted() - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
 
getSaveVariation() - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
 
getSaveVariationPrefix() - Method in class org.apache.batik.test.svg.BERenderingTest
 
getSaveVariationPrefix() - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
 
getSaveVariationPrefix() - Method in class org.apache.batik.test.svg.SamplesRenderingTest
 
getSaveVariationSuffix() - Method in class org.apache.batik.test.svg.BERenderingTest
 
getSaveVariationSuffix() - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
 
getSaveVariationSuffix() - Method in class org.apache.batik.test.svg.SamplesRenderingTest
 
getScriptOrigin() - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
 
getScripts() - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
 
getSecure() - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
 
getSVGURLPrefix() - Method in class org.apache.batik.test.svg.BERenderingTest
 
getSVGURLPrefix() - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
 
getSVGURLPrefix() - Method in class org.apache.batik.test.svg.SamplesRenderingTest
 
getTempDirectory() - Static method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Returns the temporary directory
getTestImageTranscoder() - Method in class org.apache.batik.test.svg.SVGAlternateStyleSheetRenderingAccuracyTest
Returns the ImageTranscoder the Test should use
getTestImageTranscoder() - Method in class org.apache.batik.test.svg.SVGMediaRenderingAccuracyTest
Returns the ImageTranscoder the Test should use
getTestImageTranscoder() - Method in class org.apache.batik.test.svg.SVGRenderingAccuracyTest
Returns the ImageTranscoder the Test should use
getURLFile(URL) - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Extracts the file portion of the URL
getUserLanguage() - Method in class org.apache.batik.test.svg.SVGRenderingAccuracyTest
 
getValidate() - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
 
getValidating() - Method in class org.apache.batik.test.svg.SVGRenderingAccuracyTest
 
getVariationPlatforms() - Method in class org.apache.batik.test.svg.BERenderingTest
 
getVariationPlatforms() - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
 
getVariationPlatforms() - Method in class org.apache.batik.test.svg.SamplesRenderingTest
 
getVariationPrefix() - Method in class org.apache.batik.test.svg.BERenderingTest
 
getVariationPrefix() - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
 
getVariationPrefix() - Method in class org.apache.batik.test.svg.SamplesRenderingTest
 
getVariationSuffix() - Method in class org.apache.batik.test.svg.BERenderingTest
 
getVariationSuffix() - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
 
getVariationSuffix() - Method in class org.apache.batik.test.svg.SamplesRenderingTest
 
getVariationURLs() - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
 

H

handleException(Exception) - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Compares the input exception with the expected exception If they match, then the test passes.
handler - Variable in class org.apache.batik.test.svg.JSVGRenderingAccuracyTest
 

I

IMAGE_FILE_EXTENSION - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Suffix used for saved images (e.g., comparison and diff images)
IMAGE_TYPE_COMPARISON - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Suffix used for comparison images
IMAGE_TYPE_COMPARISON - Static variable in class org.apache.batik.test.svg.ImageCompareTest
 
IMAGE_TYPE_DIFF - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Suffix used for diff images
IMAGE_TYPE_DIFFERENCE - Static variable in class org.apache.batik.test.svg.ImageCompareTest
 
ImageCompareTest - Class in org.apache.batik.test.svg
This test does a pixel comparison of two images and passes if the two images are identical.
ImageCompareTest(String, String) - Constructor for class org.apache.batik.test.svg.ImageCompareTest
This test makes a binary comparison of the two images (and not a pixel comparison).
imageToFile(BufferedImage, String) - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Creates a File into which the input image is saved.
imageToFile(BufferedImage, String) - Method in class org.apache.batik.test.svg.ImageCompareTest
Creates a temporary File into which the input image is saved.
initURLs() - Method in class org.apache.batik.test.svg.ImageCompareTest
 
invalidTestResultElementsNumberURL - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
 
invalidURL - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
URLs for children tests
isMatch(Class, String) - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Check if the input class' name (or one of its base classes) matches the input name.

J

JSVGRenderingAccuracyTest - Class in org.apache.batik.test.svg
One line Class Desc Complete Class Desc
JSVGRenderingAccuracyTest() - Constructor for class org.apache.batik.test.svg.JSVGRenderingAccuracyTest
For subclasses

L

localizableSupport - Static variable in class org.apache.batik.test.svg.Messages
The localizable support for the error messages.

M

makeCompareImage(BufferedImage, BufferedImage) - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
 
makeRandomFileName(String) - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Creates a temporary File into which the input image is saved.
makeRandomFileName(String) - Method in class org.apache.batik.test.svg.ImageCompareTest
Creates a temporary File into which the input image is saved.
makeTempFileName(String, String) - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
 
manipulateSVGDocument(Document) - Method in class org.apache.batik.test.svg.SVGRenderingAccuracyTest
Template method which subclasses can override if they need to manipulate the DOM in some way before running the accuracy test.
manipulateSVGDocument(Document) - Method in class org.apache.batik.test.svg.SVGTextContentRenderingAccuracyTest
 
Messages - Class in org.apache.batik.test.svg
This class manages the message for the test.svg module.
Messages() - Constructor for class org.apache.batik.test.svg.Messages
This class does not need to be instantiated.
missingOrEmptyErrorCodeURL - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
 

O

onload - Variable in class org.apache.batik.test.svg.SVGTextContentRenderingAccuracyTest
 
org.apache.batik.test.svg - package org.apache.batik.test.svg
 

P

parameter - Variable in class org.apache.batik.test.svg.ParametrizedRenderingAccuracyTest
Parameter which was passed appended to the SVG file
parameter - Variable in class org.apache.batik.test.svg.SVGTextContentRenderingAccuracyTest
 
PARAMETER_SEPARATOR - Static variable in class org.apache.batik.test.svg.ParametrizedRenderingAccuracyTest
 
ParametrizedRenderingAccuracyTest - Class in org.apache.batik.test.svg
Base class for tests which take an additional parameter in addition to the SVG file.
ParametrizedRenderingAccuracyTest() - Constructor for class org.apache.batik.test.svg.ParametrizedRenderingAccuracyTest
Constructor.
PATH_SEPARATOR - Static variable in class org.apache.batik.test.svg.PreconfiguredRenderingTest
 
PNG_EXTENSION - Static variable in class org.apache.batik.test.svg.PreconfiguredRenderingTest
Generic constants
PreconfiguredRenderingTest - Class in org.apache.batik.test.svg
Convenience class for creating a SVGRenderingAccuracyTest with predefined rules for the various configuration parameters.
PreconfiguredRenderingTest() - Constructor for class org.apache.batik.test.svg.PreconfiguredRenderingTest
 
processingErrorURL - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
 

R

RAN - Static variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Value for the script having successfully run.
REF_IMAGE_PREFIX - Static variable in class org.apache.batik.test.svg.BERenderingTest
 
REF_IMAGE_PREFIX - Static variable in class org.apache.batik.test.svg.SamplesRenderingTest
 
REF_IMAGE_SUFFIX - Static variable in class org.apache.batik.test.svg.BERenderingTest
 
REF_IMAGE_SUFFIX - Static variable in class org.apache.batik.test.svg.SamplesRenderingTest
 
refImgURL - Variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
The URL for the reference image
resolveURL(String) - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Resolves the input string as follows.
resolveURL(String) - Method in class org.apache.batik.test.svg.ImageCompareTest
Resolves the input string as follows.
resolveURL(String) - Method in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
Resolves the input string as follows.
resolveURL(String) - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Resolves the input string as follows.
resolveURL(String) - Method in class org.apache.batik.test.svg.SVGReferenceRenderingAccuracyTest
Resolves the input string as follows.
resourceOrigin - Variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
The allowed external resource origin
RESOURCES - Static variable in class org.apache.batik.test.svg.Messages
The error messages bundle class name.
restricted - Variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Controls whether on not the document should be processed from a 'restricted' context, one with no createClassLoader permission.
rumImpl() - Method in class org.apache.batik.test.svg.ImageCompareTest
 
run() - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Requests this Test to run and produce a report.
runImpl() - Method in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
Run this test and produce a report.
runImpl() - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Run this test and produce a report.

S

SamplesRenderingTest - Class in org.apache.batik.test.svg
Preconfigured test for SVG files under the xml-batik directory.
SamplesRenderingTest() - Constructor for class org.apache.batik.test.svg.SamplesRenderingTest
 
SAVE_CANDIDATE_REFERENCE_PREFIX - Static variable in class org.apache.batik.test.svg.BERenderingTest
 
SAVE_CANDIDATE_REFERENCE_PREFIX - Static variable in class org.apache.batik.test.svg.SamplesRenderingTest
 
SAVE_CANDIDATE_REFERENCE_SUFFIX - Static variable in class org.apache.batik.test.svg.BERenderingTest
 
SAVE_CANDIDATE_REFERENCE_SUFFIX - Static variable in class org.apache.batik.test.svg.SamplesRenderingTest
 
SAVE_VARIATION_PREFIX - Static variable in class org.apache.batik.test.svg.BERenderingTest
 
SAVE_VARIATION_PREFIX - Static variable in class org.apache.batik.test.svg.SamplesRenderingTest
 
SAVE_VARIATION_SUFFIX - Static variable in class org.apache.batik.test.svg.BERenderingTest
 
SAVE_VARIATION_SUFFIX - Static variable in class org.apache.batik.test.svg.SamplesRenderingTest
 
saveImage(BufferedImage, File) - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Saves an image in a given File
saveImage(BufferedImage, OutputStream) - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Saves an image in a given File
saveVariation - Variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
The File where the newly computed variation should be saved if different from the variationURL
script - Variable in class org.apache.batik.test.svg.SVGTextContentRenderingAccuracyTest
 
scriptDone() - Method in class org.apache.batik.test.svg.JSVGRenderingAccuracyTest
 
scriptOrigin - Variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
The allowed script origin
scripts - Variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
The allowed script types
secure - Variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
True if the scripts are run securely (i.e., with a security manager)
SelfContainedSVGOnLoadTest - Class in org.apache.batik.test.svg
This test takes an SVG file as an input.
SelfContainedSVGOnLoadTest(String) - Constructor for class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
 
SelfContainedSVGOnLoadTest() - Constructor for class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
Default constructor
SelfContainedSVGOnLoadTestValidator - Class in org.apache.batik.test.svg
This test validates the operation of SelfContainedSVGOnLoadTest.
SelfContainedSVGOnLoadTestValidator() - Constructor for class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
 
setCandidateReference(File) - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
setConfig(String, String) - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Sets this test's config.
setExpectedErrorCode(String) - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
 
setExpectedExceptionClass(String) - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
 
setFile(String) - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
 
setId(String) - Method in class org.apache.batik.test.svg.ParametrizedRenderingAccuracyTest
 
setId(String) - Method in class org.apache.batik.test.svg.PreconfiguredRenderingTest
For preconfigured tests, the configuration has to be derived from the test identifier.
setId(String) - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
 
setId(String) - Method in class org.apache.batik.test.svg.SVGReferenceRenderingAccuracyTest
For this type of test, the id should be made as follows:
<fileName>#reference-alias
For example:
samples/anne.svg#svgView(viewBox(0,0,100,100))-viewBox1
setLocale(Locale) - Static method in class org.apache.batik.test.svg.Messages
Implements Localizable.setLocale(Locale).
setOnLoadFunction(String) - Method in class org.apache.batik.test.svg.SVGTextContentRenderingAccuracyTest
 
setParameter(String) - Method in class org.apache.batik.test.svg.SVGTextContentRenderingAccuracyTest
 
setResourceOrigin(String) - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
 
setRestricted(boolean) - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
 
setSaveVariation(File) - Method in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Sets the File where the variation from the reference image should be stored
setScript(String) - Method in class org.apache.batik.test.svg.SVGTextContentRenderingAccuracyTest
 
setScriptOrigin(String) - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
 
setScripts(String) - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
 
setSecure(boolean) - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
 
setUserLanguage(String) - Method in class org.apache.batik.test.svg.SVGRenderingAccuracyTest
Sets the userLanguage
setValidate(Boolean) - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
 
setValidating(Boolean) - Method in class org.apache.batik.test.svg.SVGRenderingAccuracyTest
If true, this test will use validation
srcURL - Variable in class org.apache.batik.test.svg.JSVGRenderingAccuracyTest
 
successURL - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
 
SVG_EXTENSION - Static variable in class org.apache.batik.test.svg.PreconfiguredRenderingTest
 
SVG_URL_PREFIX - Static variable in class org.apache.batik.test.svg.BERenderingTest
 
SVG_URL_PREFIX - Static variable in class org.apache.batik.test.svg.SamplesRenderingTest
 
SVGAccuracyTestProcessor - Class in org.apache.batik.test.svg
This implementation of the TestReportProcessor interface converts the TestReports it processes into an XML document that it outputs in a directory.
SVGAccuracyTestProcessor() - Constructor for class org.apache.batik.test.svg.SVGAccuracyTestProcessor
 
SVGAlternateStyleSheetRenderingAccuracyTest - Class in org.apache.batik.test.svg
Checks for regressions in rendering of a document with a given alternate stylesheet.
SVGAlternateStyleSheetRenderingAccuracyTest() - Constructor for class org.apache.batik.test.svg.SVGAlternateStyleSheetRenderingAccuracyTest
 
SVGMediaRenderingAccuracyTest - Class in org.apache.batik.test.svg
Checks for regressions in rendering of a document with a given media.
SVGMediaRenderingAccuracyTest() - Constructor for class org.apache.batik.test.svg.SVGMediaRenderingAccuracyTest
 
SVGOnLoadExceptionTest - Class in org.apache.batik.test.svg
This test takes an SVG file as an input.
SVGOnLoadExceptionTest() - Constructor for class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Default constructor
SVGReferenceRenderingAccuracyTest - Class in org.apache.batik.test.svg
Base class for tests which take an additional parameter in addition to the SVG file.
SVGReferenceRenderingAccuracyTest() - Constructor for class org.apache.batik.test.svg.SVGReferenceRenderingAccuracyTest
 
SVGRenderingAccuracyTest - Class in org.apache.batik.test.svg
Checks for regressions in rendering a specific SVG document.
SVGRenderingAccuracyTest(String, String) - Constructor for class org.apache.batik.test.svg.SVGRenderingAccuracyTest
Constructor.
SVGRenderingAccuracyTest() - Constructor for class org.apache.batik.test.svg.SVGRenderingAccuracyTest
For subclasses
SVGRenderingAccuracyTest.InternalPNGTranscoder - Class in org.apache.batik.test.svg
Inner class which derives from the PNGTranscoder and calls the manipulateSVGDocument just before encoding happens.
SVGRenderingAccuracyTest.InternalPNGTranscoder() - Constructor for class org.apache.batik.test.svg.SVGRenderingAccuracyTest.InternalPNGTranscoder
 
SVGRenderingAccuracyTestValidator - Class in org.apache.batik.test.svg
Validates the operation of SVGRenderingAccuracyTest by forcing specific test case situations and checking that they are handled properly by the class.
SVGRenderingAccuracyTestValidator() - Constructor for class org.apache.batik.test.svg.SVGRenderingAccuracyTestValidator
This test creates a sample SVG file dynamically and valides that errors are generated for the following cases: + invalid SVG URL + corrupted SVG image (i.e., cannot be transcoded to an image).
SVGTextContentRenderingAccuracyTest - Class in org.apache.batik.test.svg
Checks for regressions in rendering of a document with a given alternate stylesheet.
SVGTextContentRenderingAccuracyTest() - Constructor for class org.apache.batik.test.svg.SVGTextContentRenderingAccuracyTest
 
svgURL - Variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
The URL where the SVG can be found.
svgURL - Variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
The URL for the input SVG document to be tested
svgURL - Variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
The URL for the input SVG document to be tested
SVGZ_EXTENSION - Static variable in class org.apache.batik.test.svg.PreconfiguredRenderingTest
 

T

TAG_ERROR_DESCRIPTION_ENTRY - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
 
TAG_TEST_RESULT - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
Test Constants
TEMP_FILE_PREFIX - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Prefix for the temporary files created by Tests of this class
TEMP_FILE_PREFIX - Static variable in class org.apache.batik.test.svg.ImageCompareTest
Prefix for the temporary files created by Tests of this class
TEMP_FILE_SUFFIX - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Suffix for the temporary files created by Tests of this class
TEMP_FILE_SUFFIX - Static variable in class org.apache.batik.test.svg.ImageCompareTest
Suffix for the temporary files created by Tests of this class
tempDirectory - Static variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
Temporary directory
TEST_RESULT_FAILED - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
 
TEST_RESULT_PASSED - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
 
testImpl() - Method in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Implementation helper
testNS - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTest
Test Namespace
testNS - Static variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Test Namespace
transcode(Document, String, TranscoderOutput) - Method in class org.apache.batik.test.svg.SVGRenderingAccuracyTest.InternalPNGTranscoder
Transcodes the specified Document as an image in the specified output.

U

unexpectedResultValueURL - Static variable in class org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
 
urlA - Variable in class org.apache.batik.test.svg.ImageCompareTest
 
urlAStr - Variable in class org.apache.batik.test.svg.ImageCompareTest
URL for the first image to be compared.
urlB - Variable in class org.apache.batik.test.svg.ImageCompareTest
 
urlBStr - Variable in class org.apache.batik.test.svg.ImageCompareTest
URL for the second image to be compared
userLanguage - Variable in class org.apache.batik.test.svg.SVGRenderingAccuracyTest
The userLanguage for which the document should be tested.

V

validate - Variable in class org.apache.batik.test.svg.SVGOnLoadExceptionTest
Controls whether or not the input SVG document should be validated
validate - Variable in class org.apache.batik.test.svg.SVGRenderingAccuracyTest
Controls whether or not the SVG file should be validated.
VALIDATING_PARSER - Static variable in class org.apache.batik.test.svg.SVGRenderingAccuracyTest
Validating parser class name
VARIATION_PREFIX - Static variable in class org.apache.batik.test.svg.BERenderingTest
 
VARIATION_PREFIX - Static variable in class org.apache.batik.test.svg.SamplesRenderingTest
 
VARIATION_SUFFIX - Static variable in class org.apache.batik.test.svg.BERenderingTest
 
VARIATION_SUFFIX - Static variable in class org.apache.batik.test.svg.SamplesRenderingTest
 
variationURLs - Variable in class org.apache.batik.test.svg.AbstractRenderingAccuracyTest
A list of URLs of files containing an 'accepted' variation from the reference image.
A B C D E F G H I J L M O P R S T U V 

Copyright © 2000–2018 Apache Software Foundation. All rights reserved.