BlowTorch
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Static Public Attributes | List of all members
com.offsetnull.bt.speedwalk.DirectionData Class Reference
Inheritance diagram for com.offsetnull.bt.speedwalk.DirectionData:
Inheritance graph
[legend]
Collaboration diagram for com.offsetnull.bt.speedwalk.DirectionData:
Collaboration graph
[legend]

Public Member Functions

 DirectionData ()
 
 DirectionData (String direction, String command)
 
boolean equals (Object o)
 
DirectionData copy ()
 
void setDirection (String direction)
 
String getDirection ()
 
void setCommand (String command)
 
String getCommand ()
 
void setReverse (String reverse)
 
String getReverse ()
 
 DirectionData (Parcel p)
 
int describeContents ()
 
void writeToParcel (Parcel p, int arg1)
 

Static Public Attributes

static final
Parcelable.Creator
< DirectionData
CREATOR
 

Constructor & Destructor Documentation

com.offsetnull.bt.speedwalk.DirectionData.DirectionData ( )

Here is the caller graph for this function:

com.offsetnull.bt.speedwalk.DirectionData.DirectionData ( String  direction,
String  command 
)
com.offsetnull.bt.speedwalk.DirectionData.DirectionData ( Parcel  p)

Member Function Documentation

DirectionData com.offsetnull.bt.speedwalk.DirectionData.copy ( )

Here is the call graph for this function:

Here is the caller graph for this function:

int com.offsetnull.bt.speedwalk.DirectionData.describeContents ( )
boolean com.offsetnull.bt.speedwalk.DirectionData.equals ( Object  o)

Here is the call graph for this function:

String com.offsetnull.bt.speedwalk.DirectionData.getCommand ( )

Here is the caller graph for this function:

String com.offsetnull.bt.speedwalk.DirectionData.getDirection ( )

Here is the caller graph for this function:

String com.offsetnull.bt.speedwalk.DirectionData.getReverse ( )
void com.offsetnull.bt.speedwalk.DirectionData.setCommand ( String  command)

Here is the caller graph for this function:

void com.offsetnull.bt.speedwalk.DirectionData.setDirection ( String  direction)

Here is the caller graph for this function:

void com.offsetnull.bt.speedwalk.DirectionData.setReverse ( String  reverse)
void com.offsetnull.bt.speedwalk.DirectionData.writeToParcel ( Parcel  p,
int  arg1 
)

Member Data Documentation

final Parcelable.Creator<DirectionData> com.offsetnull.bt.speedwalk.DirectionData.CREATOR
static
Initial value:
= new Parcelable.Creator<DirectionData>() {
public DirectionData createFromParcel(Parcel source) {
return new DirectionData(source);
}
public DirectionData[] newArray(int size) {
return new DirectionData[size];
}
}

The documentation for this class was generated from the following file: