Venice 0.7beta

org.mov.prefs
Class PreferencesManager.DisplayPreferences

java.lang.Object
  extended by org.mov.prefs.PreferencesManager.DisplayPreferences
Enclosing class:
PreferencesManager

public class PreferencesManager.DisplayPreferences
extends java.lang.Object

Display preferences fields.


Field Summary
 int height
          Height of main window.
 int width
          Width of main window.
 int x
          X location of main window.
 int y
          Y location of main window.
 
Constructor Summary
PreferencesManager.DisplayPreferences()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x
X location of main window.


y

public int y
Y location of main window.


width

public int width
Width of main window.


height

public int height
Height of main window.

Constructor Detail

PreferencesManager.DisplayPreferences

public PreferencesManager.DisplayPreferences()

Venice 0.7beta