|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BoletoWriter
| Method Summary | |
|---|---|
InputStream |
toInputStream()
Grava num InputStream |
void |
write(float x,
float y,
String text)
Escreve um texto na posição x, y com fonte normal (VERDANA, 8) |
void |
writeBold(float x,
float y,
String text)
Escreve um texto na posição x, y com fonte bold (VERDANA_BOLD, 10) |
void |
writeImage(float x,
float y,
BufferedImage image,
float width,
float height)
Escreve uma imagem na posição x, y |
| Method Detail |
|---|
void write(float x,
float y,
String text)
x - y - text -
void writeBold(float x,
float y,
String text)
x - y - text -
void writeImage(float x,
float y,
BufferedImage image,
float width,
float height)
throws IOException
x - y - image - width - height -
IOExceptionInputStream toInputStream()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||