Uses of Class
fr.iut.tetris.enums.Resolution
- 
Packages that use Resolution Package Description fr.iut.tetris.enums fr.iut.tetris.vues 
- 
- 
Uses of Resolution in fr.iut.tetris.enumsMethods in fr.iut.tetris.enums that return Resolution Modifier and Type Method Description static ResolutionResolution. getFromSize(java.awt.Dimension t)static ResolutionResolution. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Resolution[]Resolution. values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Uses of Resolution in fr.iut.tetris.vuesFields in fr.iut.tetris.vues with type parameters of type Resolution Modifier and Type Field Description javax.swing.JComboBox<Resolution>SettingsVue. resolutionDropdown
 
-