|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.java4less.rfax.TextFaxProducer
public class TextFaxProducer
creates a fax using a string as data source. See RFax_help.html for an example.
Field Summary | |
---|---|
int |
leftMargin
number od characters used as left margin |
int |
linesPage
number of lines per page |
java.awt.Image |
pageImage
image |
java.lang.String |
text
text to be sent. |
java.awt.Font |
textFont
font to be used |
int |
topMargin
Number of lines used as top margin |
Constructor Summary | |
---|---|
TextFaxProducer()
|
Method Summary | |
---|---|
java.awt.Image |
getFaxPage(int page)
get page, faxProducer |
void |
prepare()
call this method before sending the fax. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.awt.Font textFont
public java.lang.String text
public int linesPage
public int topMargin
public int leftMargin
public java.awt.Image pageImage
Constructor Detail |
---|
public TextFaxProducer()
Method Detail |
---|
public java.awt.Image getFaxPage(int page)
getFaxPage
in interface FaxProducer
public void prepare()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |