|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.foray.font.output.FontOutputFactory4a
public abstract class FontOutputFactory4a
Abstract superclass for the FOray FontOutputFactory implementations.
| Constructor Summary | |
|---|---|
FontOutputFactory4a()
Constructor. |
|
| Method Summary | |
|---|---|
abstract org.axsl.font.output.FontOutput |
createFontOutput(FontUse4a fontUse)
Create a FontOutput implementation. |
abstract 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 FontOutputFactory4a()
| Method Detail |
|---|
public abstract String getMimeType()
FontOutput instances for
use with PDF (Portable Document Format) should return "application/pdf".
public abstract org.axsl.font.output.FontOutput createFontOutput(FontUse4a fontUse)
throws org.axsl.font.FontException
FontUse.getFontOutput(String).
fontUse - 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||