Package simtools.images.svg

Interface Summary
SVGImageFactory.FactoryListener The listener for the image users
 

Class Summary
FactoryTranscoder The transcoder is in charge of processing an SVG file to paint an image
ImageHolder An image holder gathers the image and the listeners on that image.
SVGFileHolder The holder of one SVG document in charge of computing the images for each requested sizes
SVGImageFactory A factory to load SVG files and display them using a BufferedImage Once a given SVG file is loaded with a size definition or using the default one, the image is generated in a dedicated thread.