com.robotium.solo
Class Illustration

java.lang.Object
  extended by com.robotium.solo.Illustration

public class Illustration
extends Object

A class used to pass Illustrations to an Illustrator. Compatible with specific MotionEvent.TOOL_TYPEs

Author:
Jake Kuli, 3kajjak3@gmail.com

Nested Class Summary
static class Illustration.Builder
          Builder class to build illustrations
 
Method Summary
 ArrayList<com.robotium.solo.PressurePoint> getPoints()
           
 int getToolType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPoints

public ArrayList<com.robotium.solo.PressurePoint> getPoints()

getToolType

public int getToolType()


Copyright © 2009–2015. All rights reserved.