Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J K L M O P R S T U W

A

AOITest - class org.apache.batik.transcoder.image.AOITest.
Test the ImageTranscoder with the KEY_AOI transcoding hint.
AOITest(String, String, Float, Float, Float, Float) - Constructor for class org.apache.batik.transcoder.image.AOITest
Constructs a new AOITest.
AOITest(String, String, Float, Float, Float, Float, Float, Float) - Constructor for class org.apache.batik.transcoder.image.AOITest
Constructs a new AOITest.
AbstractImageTranscoderTest - class org.apache.batik.transcoder.image.AbstractImageTranscoderTest.
The base class for the ImageTranscoder tests.
AbstractImageTranscoderTest() - Constructor for class org.apache.batik.transcoder.image.AbstractImageTranscoderTest
Constructs a new AbstractImageTranscoderTest.
AbstractImageTranscoderTest.DiffImageTranscoder - class org.apache.batik.transcoder.image.AbstractImageTranscoderTest.DiffImageTranscoder.
A custom ImageTranscoder for testing.
AbstractImageTranscoderTest.DiffImageTranscoder(byte[]) - Constructor for class org.apache.batik.transcoder.image.AbstractImageTranscoderTest.DiffImageTranscoder
Constructs a new DiffImageTranscoder.
AlternateStylesheetTest - class org.apache.batik.transcoder.image.AlternateStylesheetTest.
Test the ImageTranscoder with the KEY_ALTERNATE_STYLESHEET transcoding hint.
AlternateStylesheetTest(String, String, String) - Constructor for class org.apache.batik.transcoder.image.AlternateStylesheetTest
Constructs a new AlternateStylesheetTest.
alternateStylesheet - Variable in class org.apache.batik.transcoder.image.AlternateStylesheetTest
The alternate stylesheet to use.
aoi - Variable in class org.apache.batik.transcoder.image.AOITest
The area of interest.

B

BackgroundColorTest - class org.apache.batik.transcoder.image.BackgroundColorTest.
Test the ImageTranscoder with the KEY_BACKGROUND_COLOR transcoding hint.
BackgroundColorTest() - Constructor for class org.apache.batik.transcoder.image.BackgroundColorTest
Constructs a new BackgroundColorTest.

C

close() - Method in class org.apache.batik.transcoder.image.JPEGTranscoder.OutputStreamWrapper
 
compareImage(BufferedImage) - Method in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest.DiffImageTranscoder
Compares both source and result images and set the state flag.
createBufferedImageData(URL) - Static method in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest
Loads an image from a URL
createImage(int, int) - Method in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest.DiffImageTranscoder
Creates a new image with the specified dimension.
createImage(int, int) - Method in class org.apache.batik.transcoder.image.ImageTranscoder
Creates a new image with the specified dimension.
createImage(int, int) - Method in class org.apache.batik.transcoder.image.JPEGTranscoder
Creates a new ARGB image with the specified dimension.
createImage(int, int) - Method in class org.apache.batik.transcoder.image.PNGTranscoder
Creates a new ARGB image with the specified dimension.
createImage(int, int) - Method in class org.apache.batik.transcoder.image.TIFFTranscoder
Creates a new ARGB image with the specified dimension.
createTranscoderInput() - Method in class org.apache.batik.transcoder.image.AOITest
Creates the TranscoderInput.
createTranscoderInput() - Method in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest
Creates the TranscoderInput.
createTranscoderInput() - Method in class org.apache.batik.transcoder.image.AlternateStylesheetTest
Creates the TranscoderInput.
createTranscoderInput() - Method in class org.apache.batik.transcoder.image.BackgroundColorTest
Creates the TranscoderInput.
createTranscoderInput() - Method in class org.apache.batik.transcoder.image.DOMTest
Creates the TranscoderInput.
createTranscoderInput() - Method in class org.apache.batik.transcoder.image.DefaultFontFamilyTest
Creates the TranscoderInput.
createTranscoderInput() - Method in class org.apache.batik.transcoder.image.DimensionTest
Creates the TranscoderInput.
createTranscoderInput() - Method in class org.apache.batik.transcoder.image.GenericDocumentTest
Creates the TranscoderInput.
createTranscoderInput() - Method in class org.apache.batik.transcoder.image.InputStreamTest
Creates the TranscoderInput.
createTranscoderInput() - Method in class org.apache.batik.transcoder.image.LanguageTest
Creates the TranscoderInput.
createTranscoderInput() - Method in class org.apache.batik.transcoder.image.MaxDimensionTest
Creates the TranscoderInput.
createTranscoderInput() - Method in class org.apache.batik.transcoder.image.MediaTest
Creates the TranscoderInput.
createTranscoderInput() - Method in class org.apache.batik.transcoder.image.ParametrizedDOMTest
Creates the TranscoderInput.
createTranscoderInput() - Method in class org.apache.batik.transcoder.image.PixelToMMTest
Creates the TranscoderInput.
createTranscoderInput() - Method in class org.apache.batik.transcoder.image.ReaderTest
Creates the TranscoderInput.
createTranscoderInput() - Method in class org.apache.batik.transcoder.image.URITest
Creates the TranscoderInput.
createTranscodingHints() - Method in class org.apache.batik.transcoder.image.AOITest
Creates a Map that contains additional transcoding hints.
createTranscodingHints() - Method in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest
Creates a Map that contains additional transcoding hints.
createTranscodingHints() - Method in class org.apache.batik.transcoder.image.AlternateStylesheetTest
Creates a Map that contains additional transcoding hints.
createTranscodingHints() - Method in class org.apache.batik.transcoder.image.BackgroundColorTest
Creates a Map that contains additional transcoding hints.
createTranscodingHints() - Method in class org.apache.batik.transcoder.image.DefaultFontFamilyTest
Creates a Map that contains additional transcoding hints.
createTranscodingHints() - Method in class org.apache.batik.transcoder.image.DimensionTest
Creates a Map that contains additional transcoding hints.
createTranscodingHints() - Method in class org.apache.batik.transcoder.image.LanguageTest
Creates a Map that contains additional transcoding hints.
createTranscodingHints() - Method in class org.apache.batik.transcoder.image.MaxDimensionTest
Creates a Map that contains additional transcoding hints.
createTranscodingHints() - Method in class org.apache.batik.transcoder.image.MediaTest
Creates a Map that contains additional transcoding hints.
createTranscodingHints() - Method in class org.apache.batik.transcoder.image.PixelToMMTest
Creates a Map that contains additional transcoding hints.

D

DEFAULT_CHROMA - Static variable in class org.apache.batik.transcoder.image.PNGTranscoder
The default Primary Chromaticities for sRGB imagery.
DIFFERENCE_IMAGE - Static variable in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest
Tag for difference image URI.
DOMTest - class org.apache.batik.transcoder.image.DOMTest.
Test the ImageTranscoder input with a DOM tree.
DOMTest() - Constructor for class org.apache.batik.transcoder.image.DOMTest
Constructs a new DOMTest.
DefaultFontFamilyTest - class org.apache.batik.transcoder.image.DefaultFontFamilyTest.
Test the ImageTranscoder with the KEY_DEFAULT_FONT_FAMILY transcoding hint.
DefaultFontFamilyTest(String, String, String) - Constructor for class org.apache.batik.transcoder.image.DefaultFontFamilyTest
Constructs a new DefaultFontFamilyTest.
DimensionTest - class org.apache.batik.transcoder.image.DimensionTest.
Test the ImageTranscoder with the KEY_WIDTH and/or the KEY_HEIGHT transcoding hint.
DimensionTest(String, String, Float, Float) - Constructor for class org.apache.batik.transcoder.image.DimensionTest
Constructs a new DimensionTest.
defaultFontFamily - Variable in class org.apache.batik.transcoder.image.DefaultFontFamilyTest
The default font-family to use.

E

ERROR_IMAGE_DIFFER - Static variable in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest
Error when the reference image and the generated image is different.
ERROR_TRANSCODING - Static variable in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest
Error when an exception occured while transcoding.

F

filename - Static variable in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest
 
flush() - Method in class org.apache.batik.transcoder.image.JPEGTranscoder.OutputStreamWrapper
 
formatMessage(String, Object[]) - Static method in class org.apache.batik.transcoder.image.Messages
Implements Localizable.formatMessage(String,Object[])>Localizable.formatMessage(String,Object[]) 55 .

G

GenericDocumentTest - class org.apache.batik.transcoder.image.GenericDocumentTest.
Test the ImageTranscoder input with a GenericDocument.
GenericDocumentTest(String, String) - Constructor for class org.apache.batik.transcoder.image.GenericDocumentTest
Constructs a new GenericDocumentTest.
getImage(InputStream) - Method in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest
 
getLocale() - Static method in class org.apache.batik.transcoder.image.Messages
Implements Localizable.getLocale()>Localizable.getLocale() 55 .
getReferenceImageData() - Method in class org.apache.batik.transcoder.image.AOITest
Returns the reference image for this test.
getReferenceImageData() - Method in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest
Returns the reference image for this test.
getReferenceImageData() - Method in class org.apache.batik.transcoder.image.AlternateStylesheetTest
Returns the reference image for this test.
getReferenceImageData() - Method in class org.apache.batik.transcoder.image.BackgroundColorTest
Returns the reference image for this test.
getReferenceImageData() - Method in class org.apache.batik.transcoder.image.DOMTest
Returns the reference image for this test.
getReferenceImageData() - Method in class org.apache.batik.transcoder.image.DefaultFontFamilyTest
Returns the reference image for this test.
getReferenceImageData() - Method in class org.apache.batik.transcoder.image.DimensionTest
Returns the reference image for this test.
getReferenceImageData() - Method in class org.apache.batik.transcoder.image.GenericDocumentTest
Returns the reference image for this test.
getReferenceImageData() - Method in class org.apache.batik.transcoder.image.InputStreamTest
Returns the reference image for this test.
getReferenceImageData() - Method in class org.apache.batik.transcoder.image.LanguageTest
Returns the reference image for this test.
getReferenceImageData() - Method in class org.apache.batik.transcoder.image.MaxDimensionTest
Returns the reference image for this test.
getReferenceImageData() - Method in class org.apache.batik.transcoder.image.MediaTest
Returns the reference image for this test.
getReferenceImageData() - Method in class org.apache.batik.transcoder.image.ParametrizedDOMTest
Returns the reference image for this test.
getReferenceImageData() - Method in class org.apache.batik.transcoder.image.PixelToMMTest
Returns the reference image for this test.
getReferenceImageData() - Method in class org.apache.batik.transcoder.image.ReaderTest
Returns the reference image for this test.
getReferenceImageData() - Method in class org.apache.batik.transcoder.image.URITest
Returns the reference image for this test.

H

height - Variable in class org.apache.batik.transcoder.image.DimensionTest
The height of the image.
height - Variable in class org.apache.batik.transcoder.image.MaxDimensionTest
The height of the image.

I

ImageTranscoder - class org.apache.batik.transcoder.image.ImageTranscoder.
This class enables to transcode an input to an image of any format.
ImageTranscoder() - Constructor for class org.apache.batik.transcoder.image.ImageTranscoder
Constructs a new ImageTranscoder.
InputStreamTest - class org.apache.batik.transcoder.image.InputStreamTest.
Test the ImageTranscoder input with a InputStream.
InputStreamTest(String, String) - Constructor for class org.apache.batik.transcoder.image.InputStreamTest
Constructs a new InputStreamTest.
imgHeight - Variable in class org.apache.batik.transcoder.image.AOITest
The height of the image.
imgWidth - Variable in class org.apache.batik.transcoder.image.AOITest
The width of the image.
inputURI - Variable in class org.apache.batik.transcoder.image.AOITest
The URI of the input image.
inputURI - Variable in class org.apache.batik.transcoder.image.AlternateStylesheetTest
The URI of the input image.
inputURI - Variable in class org.apache.batik.transcoder.image.DefaultFontFamilyTest
The URI of the input image.
inputURI - Variable in class org.apache.batik.transcoder.image.DimensionTest
The URI of the input image.
inputURI - Variable in class org.apache.batik.transcoder.image.GenericDocumentTest
The URI of the input image.
inputURI - Variable in class org.apache.batik.transcoder.image.InputStreamTest
The URI of the input image.
inputURI - Variable in class org.apache.batik.transcoder.image.LanguageTest
The URI of the input image.
inputURI - Variable in class org.apache.batik.transcoder.image.MaxDimensionTest
The URI of the input image.
inputURI - Variable in class org.apache.batik.transcoder.image.MediaTest
The URI of the input image.
inputURI - Variable in class org.apache.batik.transcoder.image.ParametrizedDOMTest
The URI of the input image.
inputURI - Variable in class org.apache.batik.transcoder.image.PixelToMMTest
The URI of the input image.
inputURI - Variable in class org.apache.batik.transcoder.image.ReaderTest
The URI of the input image.
inputURI - Variable in class org.apache.batik.transcoder.image.URITest
The URI of the input image.
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.image.JPEGTranscoder.QualityKey
 
isIdentical() - Method in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest.DiffImageTranscoder
Returns true if the reference image is the same than the generated image, false otherwise.

J

JPEGTranscoder - class org.apache.batik.transcoder.image.JPEGTranscoder.
This class is an ImageTranscoder that produces a JPEG image.
JPEGTranscoder() - Constructor for class org.apache.batik.transcoder.image.JPEGTranscoder
Constructs a new transcoder that produces jpeg images.
JPEGTranscoder.OutputStreamWrapper - class org.apache.batik.transcoder.image.JPEGTranscoder.OutputStreamWrapper.
This class will never throw an IOException, instead it eats them and then ignores any future calls to it's interface.
JPEGTranscoder.OutputStreamWrapper(OutputStream) - Constructor for class org.apache.batik.transcoder.image.JPEGTranscoder.OutputStreamWrapper
Constructs a wrapper around os that will not throw IOExceptions.
JPEGTranscoder.QualityKey - class org.apache.batik.transcoder.image.JPEGTranscoder.QualityKey.
A transcoding Key represented the JPEG image quality.
JPEGTranscoder.QualityKey() - Constructor for class org.apache.batik.transcoder.image.JPEGTranscoder.QualityKey
 

K

KEY_BACKGROUND_COLOR - Static variable in class org.apache.batik.transcoder.image.ImageTranscoder
The image background paint key.
KEY_FORCE_TRANSPARENT_WHITE - Static variable in class org.apache.batik.transcoder.image.ImageTranscoder
The forceTransparentWhite key.
KEY_FORCE_TRANSPARENT_WHITE - Static variable in class org.apache.batik.transcoder.image.TIFFTranscoder
The forceTransparentWhite key.
KEY_GAMMA - Static variable in class org.apache.batik.transcoder.image.PNGTranscoder
The gamma correction key.
KEY_INDEXED - Static variable in class org.apache.batik.transcoder.image.PNGTranscoder
The color indexed image key to specify number of colors used in palette.
KEY_QUALITY - Static variable in class org.apache.batik.transcoder.image.JPEGTranscoder
The encoder quality factor key.

L

LanguageTest - class org.apache.batik.transcoder.image.LanguageTest.
Test the ImageTranscoder with the KEY_LANGUAGE transcoding hint.
LanguageTest(String, String, String) - Constructor for class org.apache.batik.transcoder.image.LanguageTest
Constructs a new LanguageTest.
language - Variable in class org.apache.batik.transcoder.image.LanguageTest
The preferred language.
localizableSupport - Static variable in class org.apache.batik.transcoder.image.Messages
The localizable support for the error messages.

M

MaxDimensionTest - class org.apache.batik.transcoder.image.MaxDimensionTest.
Test the ImageTranscoder with the KEY_MAX_WIDTH and/or the KEY_MAX_HEIGHT transcoding hint.
MaxDimensionTest(String, String, Float, Float) - Constructor for class org.apache.batik.transcoder.image.MaxDimensionTest
Constructs a new MaxDimensionTest.
MaxDimensionTest(String, String, Float, Float, Float, Float) - Constructor for class org.apache.batik.transcoder.image.MaxDimensionTest
Constructs a new MaxDimensionTest.
MediaTest - class org.apache.batik.transcoder.image.MediaTest.
Test the ImageTranscoder with the KEY_MEDIA transcoding hint.
MediaTest(String, String, String) - Constructor for class org.apache.batik.transcoder.image.MediaTest
Constructs a new MediaTest.
Messages - class org.apache.batik.transcoder.image.Messages.
This class manages the message for the test.svg module.
Messages() - Constructor for class org.apache.batik.transcoder.image.Messages
This class does not need to be instantiated.
maxHeight - Variable in class org.apache.batik.transcoder.image.MaxDimensionTest
The maximum height of the image.
maxWidth - Variable in class org.apache.batik.transcoder.image.MaxDimensionTest
The maximum width of the image.
media - Variable in class org.apache.batik.transcoder.image.MediaTest
The CSS media to use.

O

org.apache.batik.transcoder.image - package org.apache.batik.transcoder.image
Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format.
os - Variable in class org.apache.batik.transcoder.image.JPEGTranscoder.OutputStreamWrapper
 

P

PNGTranscoder - class org.apache.batik.transcoder.image.PNGTranscoder.
This class is an ImageTranscoder that produces a PNG image.
PNGTranscoder() - Constructor for class org.apache.batik.transcoder.image.PNGTranscoder
Constructs a new transcoder that produces png images.
ParametrizedDOMTest - class org.apache.batik.transcoder.image.ParametrizedDOMTest.
Test the ImageTranscoder input with a DOM tree.
ParametrizedDOMTest(String, String) - Constructor for class org.apache.batik.transcoder.image.ParametrizedDOMTest
Constructs a new ParametrizedDOMTest.
PixelToMMTest - class org.apache.batik.transcoder.image.PixelToMMTest.
Test the ImageTranscoder with the KEY_PIXEL_UNIT_TO_MILLIMETER transcoding hint.
PixelToMMTest(String, String, Float) - Constructor for class org.apache.batik.transcoder.image.PixelToMMTest
Constructs a new PixelToMMTest.
px2mm - Variable in class org.apache.batik.transcoder.image.PixelToMMTest
The pixel to mm factor.

R

RESOURCES - Static variable in class org.apache.batik.transcoder.image.Messages
The error messages bundle class name.
ReaderTest - class org.apache.batik.transcoder.image.ReaderTest.
Test the ImageTranscoder input with a Reader.
ReaderTest(String, String) - Constructor for class org.apache.batik.transcoder.image.ReaderTest
Constructs a new ReaderTest.
refImageURI - Variable in class org.apache.batik.transcoder.image.AOITest
The URI of the reference image.
refImageURI - Variable in class org.apache.batik.transcoder.image.AlternateStylesheetTest
The URI of the reference image.
refImageURI - Variable in class org.apache.batik.transcoder.image.DefaultFontFamilyTest
The URI of the reference image.
refImageURI - Variable in class org.apache.batik.transcoder.image.DimensionTest
The URI of the reference image.
refImageURI - Variable in class org.apache.batik.transcoder.image.GenericDocumentTest
The URI of the reference image.
refImageURI - Variable in class org.apache.batik.transcoder.image.InputStreamTest
The URI of the reference image.
refImageURI - Variable in class org.apache.batik.transcoder.image.LanguageTest
The URI of the reference image.
refImageURI - Variable in class org.apache.batik.transcoder.image.MaxDimensionTest
The URI of the reference image.
refImageURI - Variable in class org.apache.batik.transcoder.image.MediaTest
The URI of the reference image.
refImageURI - Variable in class org.apache.batik.transcoder.image.ParametrizedDOMTest
The URI of the reference image.
refImageURI - Variable in class org.apache.batik.transcoder.image.PixelToMMTest
The URI of the reference image.
refImageURI - Variable in class org.apache.batik.transcoder.image.ReaderTest
The URI of the reference image.
refImageURI - Variable in class org.apache.batik.transcoder.image.URITest
The URI of the reference image.
refImgData - Variable in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest.DiffImageTranscoder
The reference image.
report - Variable in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest
 
resolveURL(String) - Method in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest
Resolves the input string as follows.
runImpl() - Method in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest
Runs this test.

S

setLocale(Locale) - Static method in class org.apache.batik.transcoder.image.Messages
Implements Localizable.setLocale(Locale)>Localizable.setLocale(Locale) 55 .
state - Variable in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest.DiffImageTranscoder
The result of the image comparaison.

T

TIFFTranscoder - class org.apache.batik.transcoder.image.TIFFTranscoder.
This class is an ImageTranscoder that produces a TIFF image.
TIFFTranscoder() - Constructor for class org.apache.batik.transcoder.image.TIFFTranscoder
Constructs a new transcoder that produces tiff images.
toString(Exception) - Static method in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest
Gives the specified exception as a string.
transcode(Document, String, TranscoderOutput) - Method in class org.apache.batik.transcoder.image.ImageTranscoder
Transcodes the specified Document as an image in the specified output.

U

URITest - class org.apache.batik.transcoder.image.URITest.
Test the ImageTranscoder input with a URI.
URITest(String, String) - Constructor for class org.apache.batik.transcoder.image.URITest
Constructs a new URITest.

W

width - Variable in class org.apache.batik.transcoder.image.DimensionTest
The width of the image.
width - Variable in class org.apache.batik.transcoder.image.MaxDimensionTest
The width of the image.
write(byte[]) - Method in class org.apache.batik.transcoder.image.JPEGTranscoder.OutputStreamWrapper
 
write(byte[], int, int) - Method in class org.apache.batik.transcoder.image.JPEGTranscoder.OutputStreamWrapper
 
write(int) - Method in class org.apache.batik.transcoder.image.JPEGTranscoder.OutputStreamWrapper
 
writeCandidateReference(byte[]) - Method in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest.DiffImageTranscoder
 
writeCandidateVariation(byte[], byte[]) - Method in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest.DiffImageTranscoder
 
writeImage(BufferedImage, TranscoderOutput) - Method in class org.apache.batik.transcoder.image.AbstractImageTranscoderTest.DiffImageTranscoder
Compares the specified image with the reference image and set the state flag.
writeImage(BufferedImage, TranscoderOutput) - Method in class org.apache.batik.transcoder.image.ImageTranscoder
Writes the specified image to the specified output.
writeImage(BufferedImage, TranscoderOutput) - Method in class org.apache.batik.transcoder.image.JPEGTranscoder
Writes the specified image to the specified output.
writeImage(BufferedImage, TranscoderOutput) - Method in class org.apache.batik.transcoder.image.PNGTranscoder
Writes the specified image to the specified output.
writeImage(BufferedImage, TranscoderOutput) - Method in class org.apache.batik.transcoder.image.TIFFTranscoder
Writes the specified image to the specified output.

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