Force-Directed Edge Bundling
 All Classes Functions
DrawPanel Class Reference

This class represents the control panel which contains all control elements of the GUI. More...

Inherits JPanel.

Public Member Functions

 DrawPanel (MainWindow window)
 Creates the panel.
 
void updateProgress (int progress)
 Updates the progress bar with the specified value. More...
 

Private Member Functions

void addListeners ()
 Adds ActionListeners to the control elements.
 

Detailed Description

This class represents the control panel which contains all control elements of the GUI.

Author
Kurt Leimer

Definition at line 25 of file DrawPanel.java.

Member Function Documentation

void DrawPanel.updateProgress ( int  progress)

Updates the progress bar with the specified value.

Parameters
progressThe current progress value.

Definition at line 119 of file DrawPanel.java.


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