com.ibm.etools.pd.widget.viewer
Class SVGDocumentGeneratorFactory

java.lang.Object
  |
  +--com.ibm.etools.pd.widget.viewer.SVGDocumentGeneratorFactory

public abstract class SVGDocumentGeneratorFactory
extends java.lang.Object

Convenience class for creating SVG document generators.

See Also:
IGraphicDocumentGenerator

Constructor Summary
SVGDocumentGeneratorFactory()
           
 
Method Summary
static IGraphicDocumentGenerator getGraphicDocumentGenerator(java.lang.String generatorType)
          Returns the IGraphicDocumentGenerator interface to an object which generates the specified graphic type or null if the type is not recognized.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGDocumentGeneratorFactory

public SVGDocumentGeneratorFactory()
Method Detail

getGraphicDocumentGenerator

public static IGraphicDocumentGenerator getGraphicDocumentGenerator(java.lang.String generatorType)
Returns the IGraphicDocumentGenerator interface to an object which generates the specified graphic type or null if the type is not recognized.

Parameters:
generatorType - one of the recognized graphic types
Returns:
IGraphicDocumentGenerator the instantiated object
See Also:
IGraphicDocumentGenerator, IGraphicTypeConstants