|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.foray.font.output.FontOutputFactory4a
org.foray.font.output.FontPsFactory4a
public class FontPsFactory4a
Factory for creating instances of FontOutput for PostScript output.
| Constructor Summary | |
|---|---|
FontPsFactory4a()
Constructor. |
|
| Method Summary | |
|---|---|
org.axsl.font.output.FontOutput |
createFontOutput(FontUse4a fontUse)
Create a FontOutput implementation. |
String |
getMimeType()
Returns the mime-type for this factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FontPsFactory4a()
| Method Detail |
|---|
public org.axsl.font.output.FontOutput createFontOutput(FontUse4a fontUse)
throws org.axsl.font.FontException
FontOutputFactory4aFontUse.getFontOutput(String).
createFontOutput in class FontOutputFactory4afontUse - The FontUse implementation for which the FontOutput
instance should be created.
org.axsl.font.FontException - For errors during creation of the FontOutput
instance.FontUse.getFontOutput(String)public String getMimeType()
FontOutputFactory4a
getMimeType in class FontOutputFactory4aFontOutput instances for
use with PDF (Portable Document Format) should return "application/pdf".
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||