public class SWFPathConstructor extends CubicToQuadPathConstructor implements SWFConstants
currentX, currentY
CONTROL, 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, quadratify
public 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 PathConstructor
move
in class CubicToQuadPathConstructor
IOException
public void line(double x, double y) throws IOException
line
in interface PathConstructor
line
in class CubicToQuadPathConstructor
IOException
public void quad(double x1, double y1, double x2, double y2) throws IOException
quad
in interface PathConstructor
IOException
public void closePath(double xd0, double yd0) throws IOException
closePath
in interface PathConstructor
closePath
in class CubicToQuadPathConstructor
IOException
Copyright © 2014. All rights reserved.