com.ptc.windchill.esi.esipart
Class PartRendererFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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