VANET Simulator
 All Classes Functions Variables
Public Member Functions | List of all members
vanetsim.gui.controlpanels.RSUPanel Class Reference
Inheritance diagram for vanetsim.gui.controlpanels.RSUPanel:

Public Member Functions

 RSUPanel ()
 
void receiveMouseEvent (int x, int y)
 
void actionPerformed (ActionEvent e)
 

Detailed Description

This class represents the control panel for adding Road-Side-Units (RSUs).

Constructor & Destructor Documentation

vanetsim.gui.controlpanels.RSUPanel.RSUPanel ( )
inline

Constructor. Creating GUI items.

Member Function Documentation

void vanetsim.gui.controlpanels.RSUPanel.actionPerformed ( ActionEvent  e)
inline

An implemented ActionListener which performs all needed actions when a JRadioButton or JButton is clicked.

Parameters
ean ActionEvent
void vanetsim.gui.controlpanels.RSUPanel.receiveMouseEvent ( int  x,
int  y 
)
inline

Receives a mouse event.

Parameters
xthe x coordinate (in map scale)
ythe y coordinate (in map scale)

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