Methods in com.rie.rieps.engine.factories with parameters of type Page |
void |
PSFactory.drawEllipse(Page page,
float x,
float y,
float width,
float height,
float rotate,
boolean border,
boolean fill)
|
void |
Factory.drawEllipse(Page page,
float x,
float y,
float width,
float height,
float rotate,
boolean border,
boolean fill)
|
void |
PSFactory.drawFrame(Page page,
Frame frm)
|
void |
Factory.drawFrame(Page page,
Frame frm)
|
void |
PSFactory.drawImage(Page page,
float x,
float y,
Image img,
float width,
float height)
|
void |
Factory.drawImage(Page page,
float x,
float y,
Image img,
float width,
float height)
|
void |
PSFactory.drawLine(Page page,
float x1,
float y1,
float weight,
float height)
|
void |
Factory.drawLine(Page page,
float x1,
float y1,
float weight,
float height)
|
void |
PSFactory.drawRect(Page page,
float x,
float y,
float width,
float height,
float rotate,
float radius,
boolean border,
boolean fill)
|
void |
Factory.drawRect(Page page,
float x,
float y,
float width,
float height,
float rotate,
float radius,
boolean border,
boolean fill)
|
java.lang.StringBuffer |
PSFactory.showPage(Page page,
int pageNumber,
int totalPageNumber)
|
java.lang.StringBuffer |
Factory.showPage(Page page,
int pageNumber,
int totalPageNumber)
|
void |
PSFactory.showText(Page page,
float x,
float y,
float weight,
float height,
java.lang.String txt,
TextParameter tp)
|
void |
Factory.showText(Page page,
float x,
float y,
float weight,
float height,
java.lang.String txt,
TextParameter tp)
|