Class XmlNarrowSpotlightFactory

java.lang.Object

public class XmlNarrowSpotlightFactory
extends XmlLightFactory
Constructs a new NarrowSpotlight from an XML Element.
  • Constructor Summary

    Constructors
    Constructor Description
    XmlNarrowSpotlightFactory()  
  • Method Summary

    Modifier and Type Method Description
    protected NarrowSpotlight createHelper​(org.w3c.dom.Element element)
    Construct a new instance of type T from an XML Element.

    Methods inherited from class xml.factories.element.XmlLightFactory

    colour

    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

    • XmlNarrowSpotlightFactory

      public XmlNarrowSpotlightFactory()
  • Method Details