simtools.images.svg.test
Class TestSVGImageFactory

java.lang.Object
  extended by simtools.images.svg.SVGImageFactory
      extended by simtools.images.svg.test.TestSVGImageFactory

public class TestSVGImageFactory
extends SVGImageFactory

A factory with time measurement and debug traces


Nested Class Summary
 class TestSVGImageFactory.TestFactoryTranscoder
           
 class TestSVGImageFactory.TestFileHolder
           
 
Nested classes/interfaces inherited from class simtools.images.svg.SVGImageFactory
SVGImageFactory.FactoryListener
 
Field Summary
 
Fields inherited from class simtools.images.svg.SVGImageFactory
factoryElements, SCALE_DELAY
 
Constructor Summary
TestSVGImageFactory()
           
 
Method Summary
protected  FactoryTranscoder createFactoryTranscoder(ImageHolder ie)
          This method has to be overriden to provide a specialization of FactoryTranscoder
protected  SVGFileHolder createFileHolder(SVGImageFactory factory, java.io.File f)
          This method has to be overriden to provide a specialization of SVGFileHolder
 void dump(java.lang.String msg)
           
 
Methods inherited from class simtools.images.svg.SVGImageFactory
get, get, getKey, load, load, read, release, scale, wipeOff, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSVGImageFactory

public TestSVGImageFactory()
Method Detail

createFactoryTranscoder

protected FactoryTranscoder createFactoryTranscoder(ImageHolder ie)
Description copied from class: SVGImageFactory
This method has to be overriden to provide a specialization of FactoryTranscoder

Overrides:
createFactoryTranscoder in class SVGImageFactory
Parameters:
ie - the transcoder constructor parameter
Returns:
a new FactoryTrancoder

createFileHolder

protected SVGFileHolder createFileHolder(SVGImageFactory factory,
                                         java.io.File f)
Description copied from class: SVGImageFactory
This method has to be overriden to provide a specialization of SVGFileHolder

Overrides:
createFileHolder in class SVGImageFactory
Parameters:
factory - the holder constructor factory parameter
f - the holder constructor file parameter
Returns:
a new SVGFileHolder

dump

public void dump(java.lang.String msg)