Class DisplayFactory

java.lang.Object
com.musicxmltasks.musicxml.factory.DisplayFactory

public class DisplayFactory
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    static Display newDisplay​(org.w3c.dom.Element element)  
    static Font newFont​(org.w3c.dom.Element element)  
    static Footnote newFootnote​(org.w3c.dom.Element element)  
    static void setDisplayPlacement​(Display display, Placement placement)  
    static void setFormattedDisplay​(FormattedDisplay formattedDisplay, org.w3c.dom.Element element)  

    Methods inherited from class java.lang.Object

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

    • newDisplay

      public static Display newDisplay​(org.w3c.dom.Element element)
    • newFont

      public static Font newFont​(org.w3c.dom.Element element)
    • setFormattedDisplay

      public static void setFormattedDisplay​(FormattedDisplay formattedDisplay, org.w3c.dom.Element element)
    • setDisplayPlacement

      public static void setDisplayPlacement​(Display display, Placement placement)
    • newFootnote

      public static Footnote newFootnote​(org.w3c.dom.Element element)