java.lang.Object
jpicedt.format.latex.LatexContentType
- All Implemented Interfaces:
- jpicedt.graphic.ContentType
- public class LatexContentType
- extends java.lang.Object
- implements jpicedt.graphic.ContentType
Specifies content-type for Drawing's created by editor-kits.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LatexContentType
public LatexContentType()
getPresentationName
public java.lang.String getPresentationName()
- Specified by:
getPresentationName
in interface jpicedt.graphic.ContentType
getMime
public java.lang.String getMime()
- Specified by:
getMime
in interface jpicedt.graphic.ContentType
createEditorKit
public jpicedt.graphic.toolkit.EditorKit createEditorKit()
- creates an EditorKit that's suited for this content-type
default implementation returns null.
- Specified by:
createEditorKit
in interface jpicedt.graphic.ContentType
createFormatter
public jpicedt.graphic.io.formatter.FormatterFactory createFormatter()
- creates a FormatterFactory that's suited for this content-type
default implementation returns null.
- Specified by:
createFormatter
in interface jpicedt.graphic.ContentType
configure
public void configure(java.util.Properties p)
- Configure the EditorKit and the FormatterFactory returned by the factory methods,
from the given Properties
- Specified by:
configure
in interface jpicedt.graphic.ContentType