Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
G
H
M
P
R
S
T
U
V
A
addRX(Rx)
- Method in interface mindio.
Tx
adds
receiver
to the list of Rx objects that this Tx passes to
G
getMaxSize()
- Method in interface mindio.
VisualFeedback
returns the maximum image size that the object can use.
getMaxValue()
- Method in interface mindio.
Tx
returns the maximum value that this Tx can pass
getMinSize()
- Method in interface mindio.
VisualFeedback
returns the minimum image size that the object can use.
getMinValue()
- Method in interface mindio.
Tx
returns the minimum value that this Tx can pass
getName()
- Method in interface mindio.
Rx
returns the name of the Rx
getName()
- Method in interface mindio.
Terminal
returns the name of the Terminal
getName()
- Method in interface mindio.
Tx
returns the name of the Tx
getNumRxs()
- Method in interface mindio.
Terminal
returns the number of Rx objects in the Terminal
getNumTxs()
- Method in interface mindio.
Terminal
returns the number of Tx objects in the Terminal
getPreferredSize()
- Method in interface mindio.
VisualFeedback
returns the image size that the object would prefer to use.
getProperty(String)
- Method in interface mindio.
Terminal
returns the value of a property
getPropertyNames()
- Method in interface mindio.
Terminal
returns an Enumeration of the names of the Terminal's properties
getRx(int)
- Method in interface mindio.
Terminal
returns the Rx object with index
i
getRxs()
- Method in interface mindio.
Terminal
returns a list of all Rx objects in the Terminal
getSampleRate()
- Method in interface mindio.
Tx
returns the sampling rate of the data passed by this Tx
getTx(int)
- Method in interface mindio.
Terminal
returns the Tx object with index
i
getTxs()
- Method in interface mindio.
Terminal
returns a list of all Tx objects in the Terminal
getUnit()
- Method in interface mindio.
Tx
returns a Unit object that represents the unit of measurement of samples passed by this Tx
H
HERTZ
- Static variable in class mindio.
Unit
M
MICROVOLTS
- Static variable in class mindio.
Unit
mindio
- package mindio
P
passSample(double)
- Method in interface mindio.
Rx
called by a Tx to pass a value or sample to this Rx.
R
RATIO
- Static variable in class mindio.
Unit
Rx
- interface mindio.
Rx
.
Receives signal values from a Tx object.
removeRX(Rx)
- Method in interface mindio.
Tx
removes
receiver
from the list of Rx objects that this Tx passes to
S
setImageBuffer(BufferedImage)
- Method in interface mindio.
VisualFeedback
used by the application to assign an image buffer to the object.
setName(String)
- Method in interface mindio.
Terminal
sets the name of the Terminal
setProperty(String, Object)
- Method in interface mindio.
Terminal
sets the value of a property
setSize(Dimension)
- Method in interface mindio.
VisualFeedback
sets the image size that the object must use.
T
TRUE_FALSE
- Static variable in class mindio.
Unit
This is used instead of
boolean
because all values/samples will have the same type (probably
double
) so they will be compatible.
Terminal
- interface mindio.
Terminal
.
Contains Rx and Tx objects.
Tx
- interface mindio.
Tx
.
Passes signal values to Rx objects.
U
Unit
- class mindio.
Unit
.
Unit of measurement.
Unit(String, String)
- Constructor for class mindio.
Unit
V
VisualFeedback
- interface mindio.
VisualFeedback
.
Implemented by objects that have a visual display.
A
G
H
M
P
R
S
T
U
V
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes