See: Description
| Interface | Description |
|---|---|
| BrickButton |
Interface to define constants for the EV3 buttons.
|
| ButtonListener |
Interface with declarations of a callback method to detect button press events.
|
| LightListener |
Interface with declarations of callback methods for the light sensor.
|
| RemoteListener |
Interface with declarations of callback methods for the
infrared remote sensor.
|
| SoundListener |
Class with declaration of callback methods for the sound sensor.
|
| TouchListener |
Interface with declarations of callback methods for the touch sensor.
|
| UltrasonicListener |
Class with declarations of callback methods for the ultrasonic sensor.
|
| Class | Description |
|---|---|
| ArduinoLink |
Class that represents I2C master-slave communication with the
Arduino microcontroller board.
|
| ColorSensor |
Class that represents a color sensor (Lego EV3 Color Sensor in RGB mode)
|
| DebugConsole |
Class to show debug information using System.out.
|
| EV3Properties |
Class to read properties from the EV3JLib property file.
|
| Gear |
Class that represents the combination of two motors on an axis
to perform a car-like movement.
|
| GenericGear |
Abstract class that represents the combination of two motors on an axis to perform a car-like movement.
|
| GenericIRSensor |
Class that represents a generic Lego EV3 Infra Red sensor.
|
| GenericMotor |
Abstract class that represents a EV3LargeRegulatedMotors or a
lejos.hardware.motor.NXTRegulatedMotor.
|
| GyroAngleSensor |
Class that represents a gyro sensor in angle mode (EV3 Gyro Sensor).
|
| GyroRateSensor |
Class that represents a gyro sensor in rate mode (EV3 Gyro Sensor).
|
| HTAccelerometer |
Class that represents a accelerometer sensor (HiTechnic Accelerometer).
|
| HTBarometer |
Class that represents a barometer sensor (HiTechnic Barometer).
|
| HTColorSensor |
Class that represents a color sensor (HiTechnic Color Sensor in RGB mode)
|
| HTCompassSensor |
Class that represents a compass sensor (HiTechnic Compass Sensor).
|
| HTEopdSensor |
Class that represents an Electro-Optical Proximity Detector (HiTechnic EDPD).
|
| HTEopdShortSensor |
Class that represents an Electro-Optical Proximity Detector (HiTechnic EDPD).
|
| HTGyroSensor |
Class that represents a gyro sensor from HiTechnic.
|
| HTInfraredSeeker |
Class that represents a infrared seeker version 2 from HiTechnic.
|
| HTInfraredSeekerV2 |
Class that represents a infrared seeker version 2 from HiTechnic.
|
| I2CExpander |
Class that represents one of the standard I2C expander ICs.
|
| I2CSensor |
A sensor wrapper to allow easy access to I2C sensors.
|
| IRDistanceSensor |
Class that represents a Lego EV3 Infra Red sensor in Distance Mode.
|
| IRRemoteSensor |
Class that represents a Lego EV3 Infra Red sensor in Remote Control Mode.
|
| IRSeekSensor |
Class that represents a Lego EV3 Infra Red sensor in Seek Mode.
|
| LegoContext |
Dummy class to make EV3JLibA source compatible with LegoSim.
|
| LegoRobot |
Class that represents a EV3 robot brick.
|
| LightAdapter |
Class with empty callback methods for the light sensor.
|
| LightSensor |
Class that represents a light sensor (EV3 color sensor in RED mode).
|
| MediumMotor |
Class that represents a EV3MediumRegulatedMotor motor.
|
| Motor |
Class that represents a EV3LargeRegulatedMotor motor.
|
| MotorPort |
Useful declarations for port connections.
|
| NxtColorSensor |
Class that represents a color sensor (Lego NXT Color Sensor)
|
| NxtGear |
Class that represents the combination of two motors on an axis
to perform a car-like movement.
|
| NxtLightSensor |
Class that represents a light sensor (Lego NXT light sensor).
|
| NxtMotor |
Class that represents a lejos.hardware.motor.NXTRegulatedMotor motor.
|
| NxtSoundSensor |
Class that represents a NXT sound sensor.
|
| NxtTouchSensor |
Class that represents a touch sensor.
|
| NxtTurtleRobot |
Implementation of the basic Logo turtle movements.
|
| NxtUltrasonicSensor |
Class that represents a NXT ultrasonic sensor.
|
| Obstacle |
Dummy class to make EV3JLib source compatible with RobotSim.
|
| OpticalDistanceSensor |
Class that represents a high precision infrared distance sensor
(High Precision Short Range Infrared Distance Sensor from mindstorms.com).
|
| Part |
Abstract class as ancestor of all parts.
|
| PrototypeSensor |
Class that represents a prototype sensor
(HiTechnic NXT Prototype Board).
|
| RemoteAdapter |
Class with empty callback methods for the IRRemote sensor.
|
| RobotContext |
Dummy class to make EV3JLibA source compatible with RobotSim.
|
| Sensor |
Abstract class as ancestor of all sensors.
|
| SensorPort |
Useful declarations for port connections.
|
| ShowError |
Class to display error messages.
|
| SoundAdapter |
Class with empty callback methods for the sound sensor.
|
| SuperProSensor |
Class that represents a SuperPro prototype sensor
(HiTechnic NXT SuperPro Prototype Board).
|
| Target |
Dummy class for source code compatibility with RobotSim.
|
| TemperatureSensor |
Class that represents the Lego NXT temperature sensor (9749).
|
| Tools |
Class with some useful helper methods.
|
| TouchAdapter |
Class with empty callback methods for the touch sensor.
|
| TouchSensor |
Class that represents a touch sensor.
|
| TurtleRobot |
Implementation of the basic Logo turtle movements.
|
| UltrasonicAdapter |
Class with empty callback methods for the ultrasonic sensor.
|
| UltrasonicSensor |
Class that represents a EV3 ultrasonic sensor.
|
| Vector2D |
Class representing a two-dimensional vector with double coordinates (x, y).
|
| Vector3D |
Class representing a three-dimensional vector with double coordinates (x, y, z).
|
| Enum | Description |
|---|---|
| ColorLabel |
Enumeration of detectable colors for color sensors.
|