VASSAL.build.widget
Class HtmlChart.XTMLEditorKit.XTMLFactory

java.lang.Object
  |
  +--javax.swing.text.html.HTMLEditorKit.HTMLFactory
        |
        +--VASSAL.build.widget.HtmlChart.XTMLEditorKit.XTMLFactory
All Implemented Interfaces:
javax.swing.text.ViewFactory
Enclosing class:
HtmlChart.XTMLEditorKit

public class HtmlChart.XTMLEditorKit.XTMLFactory
extends javax.swing.text.html.HTMLEditorKit.HTMLFactory
implements javax.swing.text.ViewFactory


Inner Class Summary
 class HtmlChart.XTMLEditorKit.XTMLFactory.ImageComponentView
           
 
Constructor Summary
HtmlChart.XTMLEditorKit.XTMLFactory()
           
 
Method Summary
 javax.swing.text.View create(javax.swing.text.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlChart.XTMLEditorKit.XTMLFactory

public HtmlChart.XTMLEditorKit.XTMLFactory()
Method Detail

create

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