public class PDFPathConstructor extends QuadToCubicPathConstructor
currentX, currentY| Constructor and Description |
|---|
PDFPathConstructor(PDFStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
closePath(double x0,
double y0) |
void |
cubic(double x1,
double y1,
double x2,
double y2,
double x3,
double y3) |
void |
line(double x,
double y) |
void |
move(double x,
double y) |
quadpublic PDFPathConstructor(PDFStream stream)
public void move(double x,
double y)
throws IOException
move in interface PathConstructormove in class QuadToCubicPathConstructorIOExceptionpublic void line(double x,
double y)
throws IOException
line in interface PathConstructorline in class QuadToCubicPathConstructorIOExceptionpublic void cubic(double x1,
double y1,
double x2,
double y2,
double x3,
double y3)
throws IOException
cubic in interface PathConstructorcubic in class QuadToCubicPathConstructorIOExceptionpublic void closePath(double x0,
double y0)
throws IOException
closePath in interface PathConstructorclosePath in class QuadToCubicPathConstructorIOExceptionCopyright © 2020. All rights reserved.