Class JosmHTMLFactory

  • All Implemented Interfaces:
    javax.swing.text.ViewFactory

    public class JosmHTMLFactory
    extends javax.swing.text.html.HTMLEditorKit.HTMLFactory
    Specialized HTML Factory allowing to display SVG images.
    Since:
    8933
    • Constructor Summary

      Constructors 
      Constructor Description
      JosmHTMLFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.text.View create​(javax.swing.text.Element elem)  
      • Methods inherited from class java.lang.Object

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

      • create

        public javax.swing.text.View create​(javax.swing.text.Element elem)
        Specified by:
        create in interface javax.swing.text.ViewFactory
        Overrides:
        create in class javax.swing.text.html.HTMLEditorKit.HTMLFactory