playn.flash
Class FlashPath
java.lang.Object
playn.flash.FlashPath
- All Implemented Interfaces:
- Path
public class FlashPath
- extends Object
- implements Path
|
Method Summary |
void |
bezierTo(float c1x,
float c1y,
float c2x,
float c2y,
float x,
float y)
|
void |
close()
|
void |
lineTo(float x,
float y)
|
void |
moveTo(float x,
float y)
|
void |
quadraticCurveTo(float cpx,
float cpy,
float x,
float y)
|
void |
reset()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlashPath
public FlashPath()
bezierTo
public void bezierTo(float c1x,
float c1y,
float c2x,
float c2y,
float x,
float y)
- Specified by:
bezierTo in interface Path
close
public void close()
- Specified by:
close in interface Path
lineTo
public void lineTo(float x,
float y)
- Specified by:
lineTo in interface Path
moveTo
public void moveTo(float x,
float y)
- Specified by:
moveTo in interface Path
quadraticCurveTo
public void quadraticCurveTo(float cpx,
float cpy,
float x,
float y)
- Specified by:
quadraticCurveTo in interface Path
reset
public void reset()
- Specified by:
reset in interface Path
Copyright © 2013. All Rights Reserved.