|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.java4less.rfax.HtmlFaxProducer
public class HtmlFaxProducer
creates a fax using HTML as data source. This class uses the JEditorPane for html rendering so you will need to have Swing installed. See RFax_help.html for an example.
Field Summary | |
---|---|
java.awt.Image |
pageImage
image |
java.lang.String[] |
text
html to be sent, each string in the array will be sent as a separate page |
Constructor Summary | |
---|---|
HtmlFaxProducer()
|
Method Summary | |
---|---|
java.awt.Image |
getFaxPage(int page)
get page, faxProducer |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String[] text
public java.awt.Image pageImage
Constructor Detail |
---|
public HtmlFaxProducer()
Method Detail |
---|
public java.awt.Image getFaxPage(int page)
getFaxPage
in interface FaxProducer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |