public class SWFPathConstructor extends CubicToQuadPathConstructor implements SWFConstants
currentX, currentYCONTROL, DEFAULT_VERSION, DEFINITION, LANGUAGE_JAPANESE, LANGUAGE_KOREAN, LANGUAGE_LATIN, LANGUAGE_SIMPLIFIED_CHINESE, LANGUAGE_TRADITIONAL_CHINESE, TWIPS| Constructor and Description |
|---|
SWFPathConstructor(Vector<SWFShape.Record> path,
int stroke,
int fill0,
int fill1) |
SWFPathConstructor(Vector<SWFShape.Record> path,
int stroke,
int fill0,
int fill1,
double resolution) |
| Modifier and Type | Method and Description |
|---|---|
void |
closePath(double xd0,
double yd0) |
void |
line(double x,
double y) |
void |
move(double x,
double y) |
void |
quad(double x1,
double y1,
double x2,
double y2) |
cubic, intersect, main, midPoint, quadratifypublic SWFPathConstructor(Vector<SWFShape.Record> path, int stroke, int fill0, int fill1)
public SWFPathConstructor(Vector<SWFShape.Record> path, int stroke, int fill0, int fill1, double resolution)
public void move(double x,
double y)
throws IOException
move in interface PathConstructormove in class CubicToQuadPathConstructorIOExceptionpublic void line(double x,
double y)
throws IOException
line in interface PathConstructorline in class CubicToQuadPathConstructorIOExceptionpublic void quad(double x1,
double y1,
double x2,
double y2)
throws IOException
quad in interface PathConstructorIOExceptionpublic void closePath(double xd0,
double yd0)
throws IOException
closePath in interface PathConstructorclosePath in class CubicToQuadPathConstructorIOExceptionCopyright © 2014. All rights reserved.