|
Geometry-Based Edge Clustering
|
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. | |
| boolean | isMeshSelected () |
| Returns whether the mesh radio button is selected. More... | |
Private Member Functions | |
| void | addListeners () |
| Adds ActionListeners to the control elements. | |
This class represents the control panel which contains all control elements of the GUI.
Definition at line 23 of file DrawPanel.java.
| boolean DrawPanel.isMeshSelected | ( | ) |
Returns whether the mesh radio button is selected.
Definition at line 134 of file DrawPanel.java.