Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jpicedt.format.latex
Class LatexContentType  view LatexContentType download LatexContentType.java

java.lang.Object
  extended byjpicedt.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.


Constructor Summary
LatexContentType()
           
 
Method Summary
 void configure(java.util.Properties p)
          Configure the EditorKit and the FormatterFactory returned by the factory methods, from the given Properties
 jpicedt.graphic.toolkit.EditorKit createEditorKit()
          creates an EditorKit that's suited for this content-type default implementation returns null.
 jpicedt.graphic.io.formatter.FormatterFactory createFormatter()
          creates a FormatterFactory that's suited for this content-type default implementation returns null.
 java.lang.String getMime()
           
 java.lang.String getPresentationName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatexContentType

public LatexContentType()
Method Detail

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