playn.flash
Class FlashPath
java.lang.Object
playn.flash.FlashPath
- All Implemented Interfaces:
- Path
public class FlashPath
- extends Object
- implements Path
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlashPath
public FlashPath()
arcTo
public void arcTo(float radius,
float x,
float y)
- Specified by:
arcTo 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 © 2012. All Rights Reserved.