Class XmlSceneFactory

java.lang.Object
xml.factories.element.XmlFactoryFromElement<Scene>
xml.factories.element.XmlSceneFactory

public class XmlSceneFactory
extends XmlFactoryFromElement<Scene>
Constructs a Scene from XML Elements.
  • Constructor Summary

    Constructors
    Constructor Description
    XmlSceneFactory()  
  • Method Summary

    Modifier and Type Method Description
    protected Scene createHelper​(org.w3c.dom.Element element)
    Construct a new instance of type T 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

    • XmlSceneFactory

      public XmlSceneFactory()
  • Method Details