Class HtmlChart.XTMLEditorKit

All Implemented Interfaces:
Serializable, Cloneable, Accessible
Enclosing class:
HtmlChart

@Deprecated(since="2020-10-10", forRemoval=true) public static class HtmlChart.XTMLEditorKit extends HTMLEditorKit
Deprecated, for removal: This API element is subject to removal in a future version.
Extended HTML Editor kit to extend the tag to display images from the module DataArchive where no pathname included in the image name. The image is placed on a label and returned as a ComponentView. An ImageView cannot be used as the standard Java HTML Renderer can only display Images from an external URL.
See Also:
Serialized Form
  • Constructor Details

    • XTMLEditorKit

      public XTMLEditorKit()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getViewFactory

      public ViewFactory getViewFactory()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getViewFactory in class HTMLEditorKit