A C D E G I L M O P R S T W

A

accelerationChanged(AccelerationChangeEvent) - Method in interface com.phidgets.event.AccelerationChangeListener
This method is called with the event data when a new event arrives.
AccelerationChangeEvent - Class in com.phidgets.event
This class represents the data for an AccelerationChangeEvent.
AccelerationChangeEvent(Phidget, int, double) - Constructor for class com.phidgets.event.AccelerationChangeEvent
Class constructor.
AccelerationChangeListener - Interface in com.phidgets.event
This interface represents a AccelerationChangeEvent.
AccelerometerPhidget - Class in com.phidgets
This class represents a Phidget Accelerometer.
AccelerometerPhidget() - Constructor for class com.phidgets.AccelerometerPhidget
 
addAccelerationChangeListener(AccelerationChangeListener) - Method in class com.phidgets.AccelerometerPhidget
Adds an acceleration change listener.
addAttachListener(AttachListener) - Method in class com.phidgets.Manager
Adds an attach listener.
addAttachListener(AttachListener) - Method in class com.phidgets.Phidget
Adds an attach listener.
addCurrentChangeListener(CurrentChangeListener) - Method in class com.phidgets.MotorControlPhidget
Adds a current change listener.
addDetachListener(DetachListener) - Method in class com.phidgets.Manager
Adds a detach listener.
addDetachListener(DetachListener) - Method in class com.phidgets.Phidget
Adds a detach listener.
addEncoderPositionChangeListener(EncoderPositionChangeListener) - Method in class com.phidgets.EncoderPhidget
Adds a position change listener.
addErrorListener(ErrorListener) - Method in class com.phidgets.Phidget
Adds an error listener.
addInputChangeListener(InputChangeListener) - Method in class com.phidgets.EncoderPhidget
Adds an input change listener.
addInputChangeListener(InputChangeListener) - Method in class com.phidgets.InterfaceKitPhidget
Adds an input change listener.
addInputChangeListener(InputChangeListener) - Method in class com.phidgets.MotorControlPhidget
Adds an input change listener.
addMotorVelocityChangeListener(MotorVelocityChangeListener) - Method in class com.phidgets.MotorControlPhidget
Adds a velocity change listener.
addOutputChangeListener(OutputChangeListener) - Method in class com.phidgets.InterfaceKitPhidget
Adds an output change listener.
addOutputChangeListener(OutputChangeListener) - Method in class com.phidgets.RFIDPhidget
Adds an output change listener.
addPHChangeListener(PHChangeListener) - Method in class com.phidgets.PHSensorPhidget
Adds a pH change listener.
addSensorChangeListener(SensorChangeListener) - Method in class com.phidgets.InterfaceKitPhidget
Adds a sensor change listener.
addServoPositionChangeListener(ServoPositionChangeListener) - Method in class com.phidgets.AdvancedServoPhidget
 
addServoPositionChangeListener(ServoPositionChangeListener) - Method in class com.phidgets.ServoPhidget
Adds a servo position change listener.
addTagGainListener(TagGainListener) - Method in class com.phidgets.RFIDPhidget
Adds a tag gained listener.
addTagLossListener(TagLossListener) - Method in class com.phidgets.RFIDPhidget
Adds a tag lost listener.
addTemperatureChangeListener(TemperatureChangeListener) - Method in class com.phidgets.TemperatureSensorPhidget
Adds a temperature change listener.
addWeightChangeListener(WeightChangeListener) - Method in class com.phidgets.WeightSensorPhidget
Adds a weight change listener.
AdvancedServoPhidget - Class in com.phidgets
This class represents a Phidget Advanced Servo Controller.
AdvancedServoPhidget() - Constructor for class com.phidgets.AdvancedServoPhidget
 
attached(AttachEvent) - Method in interface com.phidgets.event.AttachListener
This method is called with the event data when a new event arrives.
AttachEvent - Class in com.phidgets.event
This class represents the data for a AttachEvent.
AttachEvent(Phidget) - Constructor for class com.phidgets.event.AttachEvent
Class constructor.
AttachListener - Interface in com.phidgets.event
This interface represents a AttachEvent.

C

close() - Method in class com.phidgets.Manager
Shuts down the Phidget Manager.
close() - Method in class com.phidgets.Phidget
Closes this Phidget.
com.phidgets - package com.phidgets
This package contains classes for each type of Phidget, as well as a Phidget Manager.
com.phidgets.event - package com.phidgets.event
This package contains interfaces and data classes for all Phidget related events.
currentChanged(CurrentChangeEvent) - Method in interface com.phidgets.event.CurrentChangeListener
This method is called with the event data when a new event arrives.
CurrentChangeEvent - Class in com.phidgets.event
This class represents the data for a CurrentChangeEvent.
CurrentChangeEvent(Phidget, int, double) - Constructor for class com.phidgets.event.CurrentChangeEvent
Class constructor.
CurrentChangeListener - Interface in com.phidgets.event
This interface represents a CurrentChangeEvent.

D

detached(DetachEvent) - Method in interface com.phidgets.event.DetachListener
This method is called with the event data when a new event arrives.
DetachEvent - Class in com.phidgets.event
This class represents the data for a DetachEvent.
DetachEvent(Phidget) - Constructor for class com.phidgets.event.DetachEvent
Class constructor.
DetachListener - Interface in com.phidgets.event
This interface represents a DetachEvent.

E

EncoderPhidget - Class in com.phidgets
This class represents a Phidget Encoder.
EncoderPhidget() - Constructor for class com.phidgets.EncoderPhidget
 
encoderPositionChanged(EncoderPositionChangeEvent) - Method in interface com.phidgets.event.EncoderPositionChangeListener
This method is called with the event data when a new event arrives.
EncoderPositionChangeEvent - Class in com.phidgets.event
This class represents the data for a EncoderPositionChangeEvent.
EncoderPositionChangeEvent(Phidget, int, int, int) - Constructor for class com.phidgets.event.EncoderPositionChangeEvent
Class constructor.
EncoderPositionChangeListener - Interface in com.phidgets.event
This interface represents an EncoderPositionChangeEvent.
equals(Object) - Method in class com.phidgets.Phidget
Compares two Phidgets.
error(ErrorEvent) - Method in interface com.phidgets.event.ErrorListener
This method is called with the event data when a new event arrives.
ErrorEvent - Class in com.phidgets.event
This class represents the data for a ErrorEvent.
ErrorEvent(Phidget) - Constructor for class com.phidgets.event.ErrorEvent
Class constructor.
ErrorListener - Interface in com.phidgets.event
This interface represents a ErrorEvent.

G

getAcceleration(int) - Method in class com.phidgets.AccelerometerPhidget
Returns the acceleration of a particular axis.
getAcceleration(int) - Method in class com.phidgets.AdvancedServoPhidget
 
getAcceleration(int) - Method in class com.phidgets.MotorControlPhidget
Returns a motor's acceleration.
getAccelerationChangeTrigger(int) - Method in class com.phidgets.AccelerometerPhidget
Returns the change trigger for an Axis.
getAntennaOn() - Method in class com.phidgets.RFIDPhidget
Returns the state of the antenna.
getAxisCount() - Method in class com.phidgets.AccelerometerPhidget
Returns the number of accelerometer axes.
getBacklight() - Method in class com.phidgets.TextLCDPhidget
Returns the status of the backlight.
getBrightness() - Method in class com.phidgets.TextLEDPhidget
Returns the bringhtness.
getColumnCount() - Method in class com.phidgets.TextLCDPhidget
Returns the number of columns (characters per row) available on the display.
getColumnCount() - Method in class com.phidgets.TextLEDPhidget
Returns the number of columns (Characters per row).
getContrast() - Method in class com.phidgets.TextLCDPhidget
Returns the contrastof the display.
getCurrent(int) - Method in class com.phidgets.AdvancedServoPhidget
 
getCursor() - Method in class com.phidgets.TextLCDPhidget
Returns the status of the cursor.
getCursorBlink() - Method in class com.phidgets.TextLCDPhidget
Returns the status of the cursor blink.
getDescription() - Method in exception com.phidgets.PhidgetException
Returns a description of this exception.
getDeviceName() - Method in class com.phidgets.Phidget
Return the name of this Phidget.
getDeviceType() - Method in class com.phidgets.Phidget
Return the device type of this Phidget.
getDeviceVersion() - Method in class com.phidgets.Phidget
Returns the device version of this Phidget.
getDiscreteLED(int) - Method in class com.phidgets.LEDPhidget
Returns the brightness value of an LED.
getEncoderCount() - Method in class com.phidgets.EncoderPhidget
Returns number of encoders.
getEncoderPosition(int) - Method in class com.phidgets.EncoderPhidget
Returns the position of an encoder.
getErrorNumber() - Method in exception com.phidgets.PhidgetException
Returns the error number of this exception.
getIndex() - Method in class com.phidgets.event.AccelerationChangeEvent
Returns the index of the axis.
getIndex() - Method in class com.phidgets.event.CurrentChangeEvent
Returns the index of the motor.
getIndex() - Method in class com.phidgets.event.EncoderPositionChangeEvent
Returns the index of the encoder.
getIndex() - Method in class com.phidgets.event.InputChangeEvent
Returns the index of the digital input.
getIndex() - Method in class com.phidgets.event.MotorVelocityChangeEvent
Returns the index of the motor.
getIndex() - Method in class com.phidgets.event.OutputChangeEvent
Returns the index of the output.
getIndex() - Method in class com.phidgets.event.SensorChangeEvent
Returns the index of the sensor.
getIndex() - Method in class com.phidgets.event.ServoPositionChangeEvent
Returns the index of the servo motor.
getIndex() - Method in class com.phidgets.event.TemperatureChangeEvent
Returns the index of the temperature sensor.
getInputCount() - Method in class com.phidgets.EncoderPhidget
Returns number of digital inputs.
getInputCount() - Method in class com.phidgets.InterfaceKitPhidget
Returns the number of ditigal inputs on this Interface Kit.
getInputCount() - Method in class com.phidgets.MotorControlPhidget
Returns the number of digital inputs.
getInputState(int) - Method in class com.phidgets.EncoderPhidget
Returns the state of a digital input.
getInputState(int) - Method in class com.phidgets.InterfaceKitPhidget
Returns the state of a digital input.
getInputState(int) - Method in class com.phidgets.MotorControlPhidget
Returns the state of a digital input.
getLastTag() - Method in class com.phidgets.RFIDPhidget
Returns the last tag read.
getLEDCount() - Method in class com.phidgets.LEDPhidget
Returns the number of LEDs that this board can drive.
getLEDOn() - Method in class com.phidgets.RFIDPhidget
Returns the state of the onboard LED.
getLibraryVersion() - Static method in class com.phidgets.Phidget
Returns the library version.
getMaxVelocity(int) - Method in class com.phidgets.AdvancedServoPhidget
 
getMotorCount() - Method in class com.phidgets.AdvancedServoPhidget
 
getMotorCount() - Method in class com.phidgets.MotorControlPhidget
Returns the number of motors supported by this Phidget.
getMotorCount() - Method in class com.phidgets.ServoPhidget
Returns the number of motors this Phidget can support.
getOutputCount() - Method in class com.phidgets.InterfaceKitPhidget
Returns the number of digital outputs on this Interface Kit.
getOutputCount() - Method in class com.phidgets.RFIDPhidget
Returns the number of outputs.
getOutputState(int) - Method in class com.phidgets.InterfaceKitPhidget
Returns the state of a digital output.
getOutputState(int) - Method in class com.phidgets.RFIDPhidget
Returns the state of an output.
getPH() - Method in class com.phidgets.PHSensorPhidget
Returns the measured pH.
getPHChangeTrigger() - Method in class com.phidgets.PHSensorPhidget
Returns the change trigger.
getPhidgets() - Method in class com.phidgets.Manager
Returns a list of Phidgets attached to the host computer.
getPosition(int) - Method in class com.phidgets.AdvancedServoPhidget
 
getPosition(int) - Method in class com.phidgets.ServoPhidget
Returns the position of a servo motor.
getPotential() - Method in class com.phidgets.PHSensorPhidget
Returns the Potential, in volts.
getRowCount() - Method in class com.phidgets.TextLCDPhidget
Rwturns the number of rows available on the display.
getRowCount() - Method in class com.phidgets.TextLEDPhidget
Returns the number of rows.
getSensorChangeTrigger(int) - Method in class com.phidgets.InterfaceKitPhidget
Returns the change trigger for an analog input.
getSensorCount() - Method in class com.phidgets.InterfaceKitPhidget
Returns the number of analog inputs on the Interface Kit.
getSensorCount() - Method in class com.phidgets.TemperatureSensorPhidget
Returns the number of temperature sensors.
getSensorRawValue(int) - Method in class com.phidgets.InterfaceKitPhidget
Returns the raw value of a analog input.
getSensorValue(int) - Method in class com.phidgets.InterfaceKitPhidget
Returns the value of a analog input.
getSerialNumber() - Method in class com.phidgets.Phidget
Returns the unique serial number of this Phidget.
getSource() - Method in class com.phidgets.event.AccelerationChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.AttachEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.CurrentChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.DetachEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.EncoderPositionChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.ErrorEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.InputChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.MotorVelocityChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.OutputChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.PHChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.SensorChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.ServoPositionChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.TagGainEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.TagLossEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.TemperatureChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.WeightChangeEvent
Returns the source Phidget of this event.
getSpeed(int) - Method in class com.phidgets.MotorControlPhidget
Returns a motor's speed.
getState() - Method in class com.phidgets.event.InputChangeEvent
Returns the state of the input.
getState() - Method in class com.phidgets.event.OutputChangeEvent
Returns the state of the output.
getTag() - Method in class com.phidgets.Phidget
Returns the tag associated with this Phidget.
getTemperature(int) - Method in class com.phidgets.TemperatureSensorPhidget
Returns the temperature of a input.
getTemperatureChangeTrigger(int) - Method in class com.phidgets.TemperatureSensorPhidget
Returns the change trigger for an input.
getTime() - Method in class com.phidgets.event.EncoderPositionChangeEvent
Returns the timestamp of this position change.
getValue() - Method in class com.phidgets.event.AccelerationChangeEvent
Returns the acceleration.
getValue() - Method in class com.phidgets.event.CurrentChangeEvent
Returns the current of the motor.
getValue() - Method in class com.phidgets.event.EncoderPositionChangeEvent
Returns the position change of the encoder.
getValue() - Method in class com.phidgets.event.MotorVelocityChangeEvent
Return the velocity of the motor.
getValue() - Method in class com.phidgets.event.PHChangeEvent
Returns the pH.
getValue() - Method in class com.phidgets.event.SensorChangeEvent
Retuns the value of the sensor.
getValue() - Method in class com.phidgets.event.ServoPositionChangeEvent
Returns the position of the servo motor.
getValue() - Method in class com.phidgets.event.TagGainEvent
Returns the gained tag.
getValue() - Method in class com.phidgets.event.TagLossEvent
Returns the Tag that was lost.
getValue() - Method in class com.phidgets.event.TemperatureChangeEvent
Returns the temperature of the sensor is degrees celcius.
getValue() - Method in class com.phidgets.event.WeightChangeEvent
Returns the weight in kg.
getWeight() - Method in class com.phidgets.WeightSensorPhidget
Returns the sensed weight in kg.
getWeightChangeTrigger() - Method in class com.phidgets.WeightSensorPhidget
Returns the weight change trigger.

I

inputChanged(InputChangeEvent) - Method in interface com.phidgets.event.InputChangeListener
This method is called with the event data when a new event arrives.
InputChangeEvent - Class in com.phidgets.event
This class represents the data for a InputChangeEvent.
InputChangeEvent(Phidget, int, boolean) - Constructor for class com.phidgets.event.InputChangeEvent
Class constructor.
InputChangeListener - Interface in com.phidgets.event
This interface represents a InputChangeEvent.
InterfaceKitPhidget - Class in com.phidgets
This class represents a Phidget Interface Kit.
InterfaceKitPhidget() - Constructor for class com.phidgets.InterfaceKitPhidget
Class Constructor.
isAttached() - Method in class com.phidgets.Phidget
Returns the attached status of this Phidget.

L

LEDPhidget - Class in com.phidgets
This class represents a Phidget LED.
LEDPhidget() - Constructor for class com.phidgets.LEDPhidget
 

M

Manager - Class in com.phidgets
This class represents a Phidget Manager.
Manager() - Constructor for class com.phidgets.Manager
The default constructor.
MotorControlPhidget - Class in com.phidgets
This class represents a Phidget Motor Controller.
MotorControlPhidget() - Constructor for class com.phidgets.MotorControlPhidget
 
motorVelocityChanged(MotorVelocityChangeEvent) - Method in interface com.phidgets.event.MotorVelocityChangeListener
This method is called with the event data when a new event arrives.
MotorVelocityChangeEvent - Class in com.phidgets.event
This class represents the data for a MotorVelocityChangeEvent.
MotorVelocityChangeEvent(Phidget, int, double) - Constructor for class com.phidgets.event.MotorVelocityChangeEvent
Class constructor.
MotorVelocityChangeListener - Interface in com.phidgets.event
This interface represents a MotorVelocityChangeEvent.

O

open(int) - Method in class com.phidgets.Phidget
Open this Phidget with a specific serial number.
openAny() - Method in class com.phidgets.Phidget
Open a this Phidget without a serial number.
outputChanged(OutputChangeEvent) - Method in interface com.phidgets.event.OutputChangeListener
This method is called with the event data when a new event arrives.
OutputChangeEvent - Class in com.phidgets.event
This class represents the data for a OutputChangeEvent.
OutputChangeEvent(Phidget, int, boolean) - Constructor for class com.phidgets.event.OutputChangeEvent
Class constructor.
OutputChangeListener - Interface in com.phidgets.event
This interface represents a OutputChangeEvent.

P

phChanged(PHChangeEvent) - Method in interface com.phidgets.event.PHChangeListener
This method is called with the event data when a new event arrives.
PHChangeEvent - Class in com.phidgets.event
This class represents the data for a PHChangeEvent.
PHChangeEvent(Phidget, double) - Constructor for class com.phidgets.event.PHChangeEvent
Class constructor.
PHChangeListener - Interface in com.phidgets.event
This interface represents a PHChangeEvent.
Phidget - Class in com.phidgets
This is the base class from which all Phidget device classes derive.
Phidget(long) - Constructor for class com.phidgets.Phidget
Class constructor specifying a handle.
PhidgetException - Exception in com.phidgets
This class represents Phidget related exceptions.
PhidgetException(int, String) - Constructor for exception com.phidgets.PhidgetException
Constructor which takes is an error number and description.
PHSensorPhidget - Class in com.phidgets
This class represents a Phidget PH Sensor.
PHSensorPhidget() - Constructor for class com.phidgets.PHSensorPhidget
 

R

removeAccelerationChangeListener(AccelerationChangeListener) - Method in class com.phidgets.AccelerometerPhidget
 
removeAttachListener(AttachListener) - Method in class com.phidgets.Manager
Removes an attach listener.
removeAttachListener(AttachListener) - Method in class com.phidgets.Phidget
Removes an attach listener.
removeCurrentChangeListener(CurrentChangeListener) - Method in class com.phidgets.MotorControlPhidget
 
removeDetachListener(DetachListener) - Method in class com.phidgets.Manager
Removes a detach listener.
removeDetachListener(DetachListener) - Method in class com.phidgets.Phidget
Removes a detach listener.
removeEncoderPositionChangeListener(EncoderPositionChangeListener) - Method in class com.phidgets.EncoderPhidget
 
removeErrorListener(ErrorListener) - Method in class com.phidgets.Phidget
Removes an error listener.
removeInputChangeListener(InputChangeListener) - Method in class com.phidgets.EncoderPhidget
 
removeInputChangeListener(InputChangeListener) - Method in class com.phidgets.InterfaceKitPhidget
Removes an input change listener.
removeInputChangeListener(InputChangeListener) - Method in class com.phidgets.MotorControlPhidget
 
removeMotorVelocityChangeListener(MotorVelocityChangeListener) - Method in class com.phidgets.MotorControlPhidget
 
removeOutputChangeListener(OutputChangeListener) - Method in class com.phidgets.InterfaceKitPhidget
Removes an output change listener.
removeOutputChangeListener(OutputChangeListener) - Method in class com.phidgets.RFIDPhidget
 
removePHChangeListener(PHChangeListener) - Method in class com.phidgets.PHSensorPhidget
 
removeSensorChangeListener(SensorChangeListener) - Method in class com.phidgets.InterfaceKitPhidget
Removes a sensor change listener.
removeServoPositionChangeListener(ServoPositionChangeListener) - Method in class com.phidgets.AdvancedServoPhidget
 
removeServoPositionChangeListener(ServoPositionChangeListener) - Method in class com.phidgets.ServoPhidget
 
removeTagGainListener(TagGainListener) - Method in class com.phidgets.RFIDPhidget
 
removeTagLossListener(TagLossListener) - Method in class com.phidgets.RFIDPhidget
 
removeTemperatureChangeListener(TemperatureChangeListener) - Method in class com.phidgets.TemperatureSensorPhidget
 
removeWeightChangeListener(WeightChangeListener) - Method in class com.phidgets.WeightSensorPhidget
 
RFIDPhidget - Class in com.phidgets
This class represents a Phidget RFID Reader.
RFIDPhidget() - Constructor for class com.phidgets.RFIDPhidget
 

S

sensorChanged(SensorChangeEvent) - Method in interface com.phidgets.event.SensorChangeListener
This method is called with the event data when a new event arrives.
SensorChangeEvent - Class in com.phidgets.event
This class represents the data for a SensorChangeEvent.
SensorChangeEvent(Phidget, int, int) - Constructor for class com.phidgets.event.SensorChangeEvent
Class constructor.
SensorChangeListener - Interface in com.phidgets.event
This interface represents a SensorChangeEvent.
ServoPhidget - Class in com.phidgets
This class represents a Phidget servo Controller.
ServoPhidget() - Constructor for class com.phidgets.ServoPhidget
 
servoPositionChanged(ServoPositionChangeEvent) - Method in interface com.phidgets.event.ServoPositionChangeListener
This method is called with the event data when a new event arrives.
ServoPositionChangeEvent - Class in com.phidgets.event
This class represents the data for a ServoPositionChangeEvent.
ServoPositionChangeEvent(Phidget, int, double) - Constructor for class com.phidgets.event.ServoPositionChangeEvent
Class constructor.
ServoPositionChangeListener - Interface in com.phidgets.event
This interface represents a ServoPositionChangeEvent.
setAcceleration(int, double) - Method in class com.phidgets.AdvancedServoPhidget
 
setAcceleration(int, double) - Method in class com.phidgets.MotorControlPhidget
Sets a motor's acceleration.
setAccelerationChangeTrigger(int, double) - Method in class com.phidgets.AccelerometerPhidget
Sets the change trigger for an Axis.
setAntennaOn(boolean) - Method in class com.phidgets.RFIDPhidget
Sets the state of the antenna.
setBacklight(boolean) - Method in class com.phidgets.TextLCDPhidget
Sets the status of the backlight.
setBrightness(int) - Method in class com.phidgets.TextLEDPhidget
Sets the brightness of all rows.
setContrast(int) - Method in class com.phidgets.TextLCDPhidget
Sets the contrast of the display.
setCursor(boolean) - Method in class com.phidgets.TextLCDPhidget
Sets the state of the cursor.
setCursorBlink(boolean) - Method in class com.phidgets.TextLCDPhidget
Sets the state of the cursor blink.
setCustomCharacter(int, int, int) - Method in class com.phidgets.TextLCDPhidget
Sets a custom character.
setDiscreteLED(int, int) - Method in class com.phidgets.LEDPhidget
Sets the brightness of an LED.
setDisplayString(int, String) - Method in class com.phidgets.TextLCDPhidget
Sets the display string of a certain row.
setDisplayString(int, String) - Method in class com.phidgets.TextLEDPhidget
Sets the display string of a certain row.
setEncoderPosition(int, int) - Method in class com.phidgets.EncoderPhidget
Sets the position of a specific encoder.
setLEDOn(boolean) - Method in class com.phidgets.RFIDPhidget
Sets the state of the onboard LED.
setMaxVelocity(int, double) - Method in class com.phidgets.AdvancedServoPhidget
 
setOutputState(int, boolean) - Method in class com.phidgets.InterfaceKitPhidget
Sets the state of a digital output.
setOutputState(int, boolean) - Method in class com.phidgets.RFIDPhidget
Sets the state of a digital output.
setPHChangeTrigger(double) - Method in class com.phidgets.PHSensorPhidget
Sets the change trigger.
setPosition(int, double) - Method in class com.phidgets.AdvancedServoPhidget
 
setPosition(int, double) - Method in class com.phidgets.ServoPhidget
Sets the position of a servo motor.
setSensorChangeTrigger(int, int) - Method in class com.phidgets.InterfaceKitPhidget
Sets the change trigger for an analog input.
setSpeed(int, double) - Method in class com.phidgets.MotorControlPhidget
Sets a motor's speed.
setTag(String) - Method in class com.phidgets.Phidget
Sets the Tag associated with this Phidget.
setTemperatureChangeTrigger(int, double) - Method in class com.phidgets.TemperatureSensorPhidget
Sets the change trigger for an input.
setWeightChangeTrigger(double) - Method in class com.phidgets.WeightSensorPhidget
Sets the weight change trigger.
start() - Method in class com.phidgets.Manager
Starts the PhidgetManager.

T

tagGained(TagGainEvent) - Method in interface com.phidgets.event.TagGainListener
This method is called with the event data when a new event arrives.
TagGainEvent - Class in com.phidgets.event
This class represents the data for a TagGainEvent.
TagGainEvent(Phidget, String) - Constructor for class com.phidgets.event.TagGainEvent
Class constructor.
TagGainListener - Interface in com.phidgets.event
This interface represents a TagGainEvent.
TagLossEvent - Class in com.phidgets.event
This class represents the data for a TagLossEvent.
TagLossEvent(Phidget, String) - Constructor for class com.phidgets.event.TagLossEvent
Class constructor.
TagLossListener - Interface in com.phidgets.event
This interface represents a TagLossEvent.
tagLost(TagLossEvent) - Method in interface com.phidgets.event.TagLossListener
This method is called with the event data when a new event arrives.
temperatureChanged(TemperatureChangeEvent) - Method in interface com.phidgets.event.TemperatureChangeListener
This method is called with the event data when a new event arrives.
TemperatureChangeEvent - Class in com.phidgets.event
This class represents the data for a TemperatureChangeEvent.
TemperatureChangeEvent(Phidget, int, double) - Constructor for class com.phidgets.event.TemperatureChangeEvent
Class constructor.
TemperatureChangeListener - Interface in com.phidgets.event
This interface represents a TemperatureChangeEvent.
TemperatureSensorPhidget - Class in com.phidgets
This class represents a Phidget temperature Sensor.
TemperatureSensorPhidget() - Constructor for class com.phidgets.TemperatureSensorPhidget
 
TextLCDPhidget - Class in com.phidgets
This class represents a Phidget Text LCD.
TextLCDPhidget() - Constructor for class com.phidgets.TextLCDPhidget
 
TextLEDPhidget - Class in com.phidgets
This class represents a Phidget Text LED.
TextLEDPhidget() - Constructor for class com.phidgets.TextLEDPhidget
 
toString() - Method in class com.phidgets.event.AccelerationChangeEvent
Returns a string containing information about the event.
toString() - Method in class com.phidgets.event.AttachEvent
Returns a string containing information about the event.
toString() - Method in class com.phidgets.event.CurrentChangeEvent
Returns a string containing information about the event.
toString() - Method in class com.phidgets.event.DetachEvent
Returns a string containing information about the event.
toString() - Method in class com.phidgets.event.EncoderPositionChangeEvent
Returns a string containing information about the event.
toString() - Method in class com.phidgets.event.ErrorEvent
Returns a string containing information about the event.
toString() - Method in class com.phidgets.event.InputChangeEvent
Returns a string containing information about the event.
toString() - Method in class com.phidgets.event.MotorVelocityChangeEvent
Returns a string containing information about the event.
toString() - Method in class com.phidgets.event.OutputChangeEvent
Returns a string containing information about the event.
toString() - Method in class com.phidgets.event.PHChangeEvent
Returns a string containing information about the event.
toString() - Method in class com.phidgets.event.SensorChangeEvent
Returns a string containing information about the event.
toString() - Method in class com.phidgets.event.ServoPositionChangeEvent
Returns a string containing information about the event.
toString() - Method in class com.phidgets.event.TagGainEvent
Returns a string containing information about the event.
toString() - Method in class com.phidgets.event.TagLossEvent
Returns a string containing information about the event.
toString() - Method in class com.phidgets.event.TemperatureChangeEvent
Returns a string containing information about the event.
toString() - Method in class com.phidgets.event.WeightChangeEvent
Returns a string containing information about the event.
toString() - Method in class com.phidgets.Phidget
Return a Sring describing this Phidget.
toString() - Method in exception com.phidgets.PhidgetException
Returns a string containing the error number and exception description.

W

waitForAttachment() - Method in class com.phidgets.Phidget
Waits for this Phidget to become available.
weightChanged(WeightChangeEvent) - Method in interface com.phidgets.event.WeightChangeListener
This method is called with the event data when a new event arrives.
WeightChangeEvent - Class in com.phidgets.event
This class represents the data for a WeightChangeEvent.
WeightChangeEvent(Phidget, double) - Constructor for class com.phidgets.event.WeightChangeEvent
Class constructor.
WeightChangeListener - Interface in com.phidgets.event
This interface represents a WeightChangeEvent.
WeightSensorPhidget - Class in com.phidgets
This class represents a Phidget Weight Sensor.
WeightSensorPhidget() - Constructor for class com.phidgets.WeightSensorPhidget
 

A C D E G I L M O P R S T W