- Jaguar - Class in io.github.robolib.module.actuator
-
Texas Instruments / VEX Robotics Jaguar Speed Controller.
- Jaguar(PWM.PWMChannel) - Constructor for class io.github.robolib.module.actuator.Jaguar
-
Instantiates a new Jaguar motor controller.
- Jaguar(PWM.PWMChannel, String) - Constructor for class io.github.robolib.module.actuator.Jaguar
-
Instantiates a new Jaguar motor controller.
- Jaguar(PWM.PWMChannel, String, PDP.PowerChannel) - Constructor for class io.github.robolib.module.actuator.Jaguar
-
Instantiates a new Jaguar motor controller.
- jniLibrary - Static variable in class io.github.robolib.jni.JNIWrapper
-
- JNIWrapper - Class in io.github.robolib.jni
-
- JNIWrapper() - Constructor for class io.github.robolib.jni.JNIWrapper
-
- Joystick - Class in io.github.robolib.module.hid
-
The RoboLibJ main Joystick.
- Joystick(Joystick.JSID, int, int) - Constructor for class io.github.robolib.module.hid.Joystick
-
Instantiates a new joystick.
- Joystick.JoystickAxis - Class in io.github.robolib.module.hid
-
The Class JoystickAxis.
- Joystick.JoystickButton - Class in io.github.robolib.module.hid
-
The Class JoystickButton.
- Joystick.JSID - Enum in io.github.robolib.module.hid
-
The Enum JSID.
- Joystick.RumbleSide - Enum in io.github.robolib.module.hid
-
Rumble control enum
- JoystickAxis(int) - Constructor for class io.github.robolib.module.hid.Joystick.JoystickAxis
-
Instantiates a new joystick axis.
- JoystickButton(int) - Constructor for class io.github.robolib.module.hid.Joystick.JoystickButton
-
Instantiates a new joystick button.
- JPEG2000FileAdvancedOptions() - Constructor for class com.ni.vision.NIVision.JPEG2000FileAdvancedOptions
-
- JPEG2000FileAdvancedOptions(NIVision.WaveletTransformMode, int, int, double) - Constructor for class com.ni.vision.NIVision.JPEG2000FileAdvancedOptions
-
- JPEG2000FileAdvancedOptions(ByteBuffer, int) - Constructor for class com.ni.vision.NIVision.JPEG2000FileAdvancedOptions
-
- JPEG2000FileAdvancedOptions(long, boolean) - Constructor for class com.ni.vision.NIVision.JPEG2000FileAdvancedOptions
-
- JSID() - Constructor for enum io.github.robolib.module.hid.Joystick.JSID
-
- JSONArray - Class in org.json
-
A JSONArray is an ordered sequence of values.
- JSONArray() - Constructor for class org.json.JSONArray
-
Construct an empty JSONArray.
- JSONArray(JSONTokener) - Constructor for class org.json.JSONArray
-
Construct a JSONArray from a JSONTokener.
- JSONArray(String) - Constructor for class org.json.JSONArray
-
Construct a JSONArray from a source JSON text.
- JSONException - Exception in org.json
-
The JSONException is thrown by the JSON.org classes when things are amiss.
- JSONException(String) - Constructor for exception org.json.JSONException
-
Constructs a JSONException with an explanatory message.
- JSONException(Throwable) - Constructor for exception org.json.JSONException
-
Constructs a new JSONException with the specified cause.
- JSONObject - Class in org.json
-
A JSONObject is an unordered collection of name/value pairs.
- JSONObject() - Constructor for class org.json.JSONObject
-
Construct an empty JSONObject.
- JSONObject(JSONTokener) - Constructor for class org.json.JSONObject
-
Construct a JSONObject from a JSONTokener.
- JSONObject(String) - Constructor for class org.json.JSONObject
-
Construct a JSONObject from a source JSON text string.
- JSONObject.Null - Class in org.json
-
JSONObject.NULL is equivalent to the value that JavaScript calls null,
whilst Java's null is equivalent to the value that JavaScript calls
undefined.
- JSONString - Interface in org.json
-
The JSONString interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString(), JSONArray.toString(),
and JSONWriter.value(Object).
- JSONTokener - Class in org.json
-
A JSONTokener takes a source string and extracts characters and tokens from
it.
- JSONTokener(Reader) - Constructor for class org.json.JSONTokener
-
Construct a JSONTokener from a Reader.
- JSONTokener(InputStream) - Constructor for class org.json.JSONTokener
-
Construct a JSONTokener from an InputStream.
- JSONTokener(String) - Constructor for class org.json.JSONTokener
-
Construct a JSONTokener from a string.