|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjpicedt.format.output.pstricks.PstricksContentType
public class PstricksContentType
ContentType for the Pstricks format.
Field Summary | |
---|---|
protected java.lang.String |
mime
|
protected java.lang.String |
name
|
Constructor Summary | |
---|---|
PstricksContentType()
|
Method Summary | |
---|---|
void |
configure(java.util.Properties p)
Configure the EditorKit and the FormatterFactory returned by the factory methods, from the given Properties |
AbstractCustomizer |
createCustomizer(java.util.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 |
java.lang.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 |
---|
protected java.lang.String name
protected java.lang.String mime
Constructor Detail |
---|
public PstricksContentType()
Method Detail |
---|
public java.lang.String getPresentationName()
ContentType
getPresentationName
in interface ContentType
public ViewFactory createViewFactory()
createViewFactory
in interface ContentType
public FormatterFactory createFormatter()
createFormatter
in interface ContentType
public AbstractCustomizer createCustomizer(java.util.Properties props)
createCustomizer
in interface ContentType
props
- used to init the UI component or to store user-preferences on demand
public void configure(java.util.Properties p)
configure
in interface ContentType
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |