| java.lang.Object com.pdfjet.Page
Constructor Summary | |
public | Page(PDF pdf, double[] pageSize) |
Method Summary | |
protected void | closePath() | protected void | drawBezierCurve(List<Point> list, char operand) | protected void | drawCircle(double x, double y, double r, char operand) | protected void | drawLine(double x1, double y1, double x2, double y2) | protected void | drawPath(List<Point> list, char operand) | protected void | drawPoint(Point p) | protected void | drawString(Font font, String str, double x, double y) | protected void | fillPath() | protected void | lineTo(double x, double y) | protected void | moveTo(double x, double y) | protected void | setBrushColor(double r, double g, double b) | protected void | setDefaultLinePattern() | protected void | setDefaultLineWidth() | protected void | setLinePattern(String pattern) | protected void | setPenColor(double r, double g, double b) | protected void | setPenWidth(double width) | protected void | setTextDirection(int degrees) | protected void | setTextRenderingMode(int mode) | protected void | strokePath() |
height | protected double height(Code) | | |
renderingMode | protected int renderingMode(Code) | | |
width | protected double width(Code) | | |
drawCircle | protected void drawCircle(double x, double y, double r, char operand) throws Exception(Code) | | |
drawLine | protected void drawLine(double x1, double y1, double x2, double y2) throws IOException(Code) | | |
setBrushColor | protected void setBrushColor(double r, double g, double b) throws IOException(Code) | | Set color for nonstroking operations
|
setPenColor | protected void setPenColor(double r, double g, double b) throws IOException(Code) | | Set color for stroking operations
|
setTextDirection | protected void setTextDirection(int degrees) throws Exception(Code) | | |
setTextRenderingMode | protected void setTextRenderingMode(int mode) throws Exception(Code) | | |
|
|