![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Receives a byte array as an input, and shows it in a Swing window as a picture. More...
Public Member Functions | |
void | start () |
JFrame | getFrame () |
Gets the frame associated to the object. More... | |
Processor | duplicate (boolean with_state) |
Protected Member Functions | |
boolean | compute (Object[] inputs, Queue< Object[]> outputs) throws ProcessorException |
Protected Attributes | |
transient JFrame | m_frame |
transient JLabel | m_label |
Receives a byte array as an input, and shows it in a Swing window as a picture.
This processor is a sink: it receives input events, but emits no output events. In the examples of this package, it is represented graphically as:
Definition at line 42 of file BitmapJFrame.java.
JFrame plots.BitmapJFrame.getFrame | ( | ) |
Gets the frame associated to the object.
Definition at line 78 of file BitmapJFrame.java.