|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xtremelabs.robolectric.shadows.ShadowPath
@Implements(value=android.graphics.Path.class) public class ShadowPath
Nested Class Summary | |
---|---|
static class |
ShadowPath.Point
|
Constructor Summary | |
---|---|
ShadowPath()
|
Method Summary | |
---|---|
java.util.List<ShadowPath.Point> |
getPoints()
|
ShadowPath.Point |
getWasMovedTo()
|
void |
lineTo(float x,
float y)
|
void |
moveTo(float x,
float y)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShadowPath()
Method Detail |
---|
@Implementation public void moveTo(float x, float y)
@Implementation public void lineTo(float x, float y)
public java.util.List<ShadowPath.Point> getPoints()
public ShadowPath.Point getWasMovedTo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |