Package jpicedt.format.output.pstricks
Class PstricksContentType
- java.lang.Object
-
- jpicedt.format.output.pstricks.PstricksContentType
-
- All Implemented Interfaces:
ContentType
public class PstricksContentType extends java.lang.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
-
-
Constructor Summary
Constructors Constructor Description PstricksContentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(java.util.Properties p)Configure the EditorKit and the FormatterFactory returned by the factory methods, from the given PropertiesAbstractCustomizercreateCustomizer(java.util.Properties props)Returns a customizer panel for this content-typeFormatterFactorycreateFormatter()creates a FormatterFactory that's suited for this content-type default implementation returns null.ViewFactorycreateViewFactory()Creates a ViewFactory that's suited for this content-typejava.lang.StringgetPresentationName()Return the presentation name of this content-type
-
-
-
Method Detail
-
getPresentationName
public java.lang.String getPresentationName()
Description copied from interface:ContentTypeReturn the presentation name of this content-type- Specified by:
getPresentationNamein interfaceContentType- Returns:
- the presentation name of this content-type
-
createViewFactory
public ViewFactory createViewFactory()
Creates a ViewFactory that's suited for this content-type- Specified by:
createViewFactoryin interfaceContentType
-
createFormatter
public FormatterFactory createFormatter()
creates a FormatterFactory that's suited for this content-type default implementation returns null.- Specified by:
createFormatterin interfaceContentType
-
createCustomizer
public AbstractCustomizer createCustomizer(java.util.Properties props)
Returns a customizer panel for this content-type- Specified by:
createCustomizerin interfaceContentType- 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(java.util.Properties p)
Configure the EditorKit and the FormatterFactory returned by the factory methods, from the given Properties- Specified by:
configurein interfaceContentType
-
-