Class XmlAmbientLightFactory

java.lang.Object
xml.factories.element.XmlFactoryFromElement<AmbientLight>
xml.factories.element.XmlAmbientLightFactory

public class XmlAmbientLightFactory
extends XmlFactoryFromElement<AmbientLight>
Constructs an AmbientLight from an XML Element.
  • Constructor Summary

    Constructors
    Constructor Description
    XmlAmbientLightFactory()  
  • Method Summary

    Modifier and Type Method Description
    protected AmbientLight createHelper​(org.w3c.dom.Element element)
    Constructs a new AmbientLight from an XML Element.

    Methods inherited from class xml.factories.element.XmlFactoryFromElement

    create

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XmlAmbientLightFactory

      public XmlAmbientLightFactory()
  • Method Details