Methods in com.lowagie.text.pdf.codec.postscript that throw PainterException |
void |
PAPencil.charpath(String aString,
boolean adjustForStroking)
|
void |
PAContext.collectArray()
|
void |
PAContext.collectDict()
|
void |
PAPencil.curveto(double x1,
double y1,
double x2,
double y2,
double x3,
double y3)
|
void |
PAContext.draw(InputStream inputStream)
draw |
void |
PAEngine.endProcedure()
|
void |
PACommand.execute(PAContext context)
|
void |
PAPencil.lineto(double x,
double y)
|
void |
PAPencil.lineto(Point2D p)
|
Object |
PAContext.peekOperand()
|
double[] |
PAContext.popNumberOperands(int n)
|
Object[] |
PAContext.popOperands(int n)
|
void |
PAEngine.process(Object token)
|
void |
PAPencil.rcurveto(double dx1,
double dy1,
double dx2,
double dy2,
double dx3,
double dy3)
|
void |
PAPencil.rectstroke(double x,
double y,
double width,
double height)
|
void |
PAPencil.rectstroke(Rectangle2D rect)
|
void |
PAPencil.rlineto(double dx,
double dy)
|
void |
PAPencil.rmoveto(double dx,
double dy)
|
void |
PAPencil.show(String string)
|
void |
PAEngine.startProcedure()
|
void |
PAPencil.stroke()
|