|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.java4less.rfax.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)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |