com.ptc.windchill.esi.esipart
Class PartRendererFactory

java.lang.Object
  extended by com.ptc.windchill.esi.esipart.PartRendererFactory

public final class PartRendererFactory
extends Object

The PartRendererFactory creates instances of the appropriate PartRender. The factory obtains the name of the class to instantiate from ESI properties.

Supported API: true

Extendable: false


Method Summary
static PartRenderer newPartRenderer()
          Returns a PartRenderer implementation class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newPartRenderer

public static PartRenderer newPartRenderer()
                                    throws com.ptc.windchill.esi.rnd.ESIRendererException
Returns a PartRenderer implementation class. Obtains the name of the class to instantiate from ESI properties.

Supported API: true

Returns:
PartRenderer
Throws:
com.ptc.windchill.esi.rnd.ESIRendererException