http://www.jpicedt.org

jpicedt.format.output.pstricks
Class PstricksContentType

java.lang.Object
  extended by jpicedt.format.output.pstricks.PstricksContentType
All Implemented Interfaces:
ContentType

public class PstricksContentType
extends Object
implements ContentType

ContentType for the Pstricks format.

Version:
$Id: PstricksContentType.java,v 1.8.2.1 2007/09/02 11:55:14 reynal Exp $
Author:
Sylvain Reynal

Field Summary
protected  String mime
           
protected  String name
           
 
Constructor Summary
PstricksContentType()
           
 
Method Summary
 void configure(Properties p)
          Configure the EditorKit and the FormatterFactory returned by the factory methods, from the given Properties
 AbstractCustomizer createCustomizer(Properties props)
          Returns a customizer panel for this content-type
 FormatterFactory createFormatter()
          creates a FormatterFactory that's suited for this content-type default implementation returns null.
 ViewFactory createViewFactory()
          Creates a ViewFactory that's suited for this content-type
 String getPresentationName()
          Return the presentation name of this content-type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

mime

protected String mime
Constructor Detail

PstricksContentType

public PstricksContentType()
Method Detail

getPresentationName

public String getPresentationName()
Description copied from interface: ContentType
Return the presentation name of this content-type

Specified by:
getPresentationName in interface ContentType
Returns:
the presentation name of this content-type

createViewFactory

public ViewFactory createViewFactory()
Creates a ViewFactory that's suited for this content-type

Specified by:
createViewFactory in interface ContentType

createFormatter

public FormatterFactory createFormatter()
creates a FormatterFactory that's suited for this content-type default implementation returns null.

Specified by:
createFormatter in interface ContentType

createCustomizer

public AbstractCustomizer createCustomizer(Properties props)
Returns a customizer panel for this content-type

Specified by:
createCustomizer in interface ContentType
Parameters:
props - used to init the UI component or to store user-preferences on demand
Returns:
null if no customizer is available for this content-type

configure

public void configure(Properties p)
Configure the EditorKit and the FormatterFactory returned by the factory methods, from the given Properties

Specified by:
configure in interface ContentType

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org