Code Examples
A repository of 155 code examples for BeepBeep
plots.BitmapJFrame Class Reference

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
 

Detailed Description

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:

Processor
Author
Sylvain Hallé

Definition at line 42 of file BitmapJFrame.java.

Member Function Documentation

◆ getFrame()

JFrame plots.BitmapJFrame.getFrame ( )

Gets the frame associated to the object.

Returns
The frame

Definition at line 78 of file BitmapJFrame.java.

79  {
80  return m_frame;
81  }

The documentation for this class was generated from the following file: