Uses of Class
ch.aplu.android.nxt.Part

Packages that use Part
ch.aplu.android.nxt Package to use the Lego NXT robot in direct mode in Android applications. 
 

Uses of Part in ch.aplu.android.nxt
 

Subclasses of Part in ch.aplu.android.nxt
 class CompassSensor
          Class that represents an Compass sensor.
 class Gear
          Combines two motors on an axis to perform a car-like movement.
 class I2CSensor
          A sensor wrapper to allow easy access to I2C sensors, like the ultrasonic sensor.
 class LightSensor
          Class that represents a light sensor.
 class Motor
          Class that represents one of the NXT motors.
 class Sensor
          Abstract class as ancestor of all sensors.
 class SoundSensor
          Class that represents a sound sensor.
 class TouchSensor
          Class that represents a touch sensor.
 class UltrasonicSensor
          Class that represents an ultrasonic sensor.
 

Methods in ch.aplu.android.nxt with parameters of type Part
 void NxtRobot.addPart(Part part)
          Assembles the given part into the robot.