Uni App
HOU - Computer Science - 2024-2025
Loading...
Searching...
No Matches
view.Utils Class Reference

Classes

class  CustomComboBoxRenderer
 

Static Public Member Functions

static void customizeButton (JButton button, Color defaultColor, Color hoverColor)
 
static Point getParentCenterLocation (Component parent, Component child)
 
static void customizeButtonsInsidePanel (JPanel panel)
 
static CategoryDataset createDataset (List< University > universities)
 
static JFreeChart createChart (CategoryDataset dataset)
 
static void showChart (List< University > universities)
 

Member Function Documentation

◆ createChart()

static JFreeChart view.Utils.createChart ( CategoryDataset dataset)
static
Here is the caller graph for this function:

◆ createDataset()

static CategoryDataset view.Utils.createDataset ( List< University > universities)
static
Here is the caller graph for this function:

◆ customizeButton()

static void view.Utils.customizeButton ( JButton button,
Color defaultColor,
Color hoverColor )
static

Customize backcolor of a JButton on mouse hover

Parameters
button
defaultColor
hoverColor
Here is the caller graph for this function:

◆ customizeButtonsInsidePanel()

static void view.Utils.customizeButtonsInsidePanel ( JPanel panel)
static
Here is the call graph for this function:

◆ getParentCenterLocation()

static Point view.Utils.getParentCenterLocation ( Component parent,
Component child )
static

Centers

Parameters
parentParent component
child: Child component
Returns
Point
Here is the caller graph for this function:

◆ showChart()

static void view.Utils.showChart ( List< University > universities)
static
Here is the call graph for this function:

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