|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.java4less.rfax.T4Encoder
This class is reponsible for encoding the image to fax data format
Field Summary | |
boolean |
alignEOL
align EOL to bytes |
boolean |
centerImage
center image |
boolean |
completeLine
send all line bits (up to 1728) |
boolean |
createEOP
create end of page |
boolean |
debug
encoder debug mode |
int |
lineWidth
line width, default is 1728 (215 mm, 196 dpi) |
int |
minBytesLine
minimum number of bytes per line |
int |
pageLength
page length, default is 2387 (297 mm, 196 dpi) |
int |
scaleFactor
image scale factor. |
boolean |
scaleImage
scale provided image to page size (lineWidth * pageLength). |
Constructor Summary | |
T4Encoder()
|
Method Summary | |
byte[] |
encodeImage(java.awt.Image i)
encode image |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public boolean debug
public int minBytesLine
public boolean alignEOL
public boolean completeLine
public int lineWidth
public int pageLength
public boolean scaleImage
public int scaleFactor
public boolean centerImage
public boolean createEOP
Constructor Detail |
public T4Encoder()
Method Detail |
public byte[] encodeImage(java.awt.Image i)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |