Describes a generic address-event chip, and includes fields for associated classes like its renderer,
its rendering paint surface, file input and output event streams,
and the event filters that can operate on its output.
AEChip() -
Constructor for class net.sf.jaer.chip.AEChip
Following is target functionality (right now this class only opens a single socket to most recent client connecting to it
and events are only streamed to this one socket): This server socket allows a source host to listen for connections from other hosts and open AESockets to them to allow
streaming AE data to them, so as a server, we stream events to the clients.
adds a keyreleased listener on the JFileChooser FilePane inner classes so that user can use Delete key to delete the file
that is presently being shown in the preview window
Modes of viewing: WAITING means waiting for device or for playback or remote, LIVE means showing a hardware interface, PLAYBACK means playing
back a recorded file, SEQUENCING means sequencing a file out on a sequencer device, REMOTE means playing a remote stream of AEs
Each annotator enters annotate with graphics context current, in coordinates with pixel 0,0 in
LL corner (note opposite from Java2D) and pixel spacing 1 unit after the scaling transform (which is already active).