Package boofcv.gui.settings
Class GlobalDemoSettings
- java.lang.Object
-
- boofcv.gui.settings.GlobalDemoSettings
-
- All Implemented Interfaces:
java.lang.Cloneable
public class GlobalDemoSettings extends java.lang.Object implements java.lang.CloneableUsed to configure Swing UI settings across all apps
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGlobalDemoSettings.Controls3Dstatic classGlobalDemoSettings.ThemesUI
-
Field Summary
Fields Modifier and Type Field Description GlobalDemoSettings.Controls3Dcontrols3Dstatic GlobalDemoSettingsSETTINGSGlobalDemoSettings.ThemesUItheme
-
Constructor Summary
Constructors Constructor Description GlobalDemoSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchangeTheme()GlobalDemoSettingscopy()voidload()voidsave()
-
-
-
Field Detail
-
SETTINGS
public static GlobalDemoSettings SETTINGS
-
theme
public GlobalDemoSettings.ThemesUI theme
-
controls3D
public GlobalDemoSettings.Controls3D controls3D
-
-
Method Detail
-
load
public void load()
-
save
public void save()
-
changeTheme
public void changeTheme()
-
copy
public GlobalDemoSettings copy()
-
-