|
||||||||||
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.FontPdfFactory4a
public class FontPdfFactory4a
Factory for creating instances of FontOutput for PDF output.
Constructor Summary | |
---|---|
FontPdfFactory4a()
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 FontPdfFactory4a()
Method Detail |
---|
public org.axsl.font.output.FontOutput createFontOutput(FontUse4a fontUse) throws org.axsl.font.FontException
FontOutputFactory4a
FontUse.getFontOutput(String)
.
createFontOutput
in class FontOutputFactory4a
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)
public String getMimeType()
FontOutputFactory4a
getMimeType
in class FontOutputFactory4a
FontOutput
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 |