|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.config.display.DisplayConfigPrefsItem
public class DisplayConfigPrefsItem
The Class DisplayConfigPrefsItem.
Constructor Summary | |
---|---|
DisplayConfigPrefsItem()
Instantiates a new display config prefs item. |
Method Summary | |
---|---|
int |
getBitDepth()
Gets the bit depth. |
javax.swing.JPanel |
getConfigurationPanel()
Gets the configuration panel. |
org.lwjgl.opengl.DisplayMode |
getCurrentDisplayMode(org.lwjgl.opengl.DisplayMode[] modes)
Gets the current display mode. |
int |
getCurrentDisplayModeIndex(org.lwjgl.opengl.DisplayMode[] modes)
Gets the current display mode index. |
int |
getFrequency()
Gets the frequency. |
boolean |
getFullScreen()
Gets the full screen. |
int |
getHeight()
Gets the height. |
int |
getMinimumAntiAliasSamples()
Gets the minimum anti alias samples. |
java.lang.String |
getName()
Gets the name. |
boolean |
getShowSceneMonitor()
Gets the show scene monitor. |
java.lang.String |
getThreeDee()
Gets the three dee. |
int |
getWidth()
Gets the width. |
void |
setBitDepth(int b)
Sets the bit depth. |
void |
setFrequency(int f)
Sets the frequency. |
void |
setFullScreen(boolean fs)
Sets the full screen. |
void |
setHeight(int h)
Sets the height. |
void |
setMinimumAntiAliasSamples(int samples)
Sets the minimum anti alias samples. |
void |
setShowSceneMonitor(boolean enabled)
Sets the show scene monitor. |
void |
setThreeDee(java.lang.String s)
Sets the three dee. |
void |
setWidth(int w)
Sets the width. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisplayConfigPrefsItem()
Method Detail |
---|
public int getBitDepth()
public javax.swing.JPanel getConfigurationPanel()
PreferencesItem
getConfigurationPanel
in interface PreferencesItem
public org.lwjgl.opengl.DisplayMode getCurrentDisplayMode(org.lwjgl.opengl.DisplayMode[] modes)
modes
- the modes
public int getCurrentDisplayModeIndex(org.lwjgl.opengl.DisplayMode[] modes)
modes
- the modes
public int getFrequency()
public boolean getFullScreen()
public int getHeight()
public int getMinimumAntiAliasSamples()
public java.lang.String getName()
PreferencesItem
getName
in interface PreferencesItem
public boolean getShowSceneMonitor()
public java.lang.String getThreeDee()
public int getWidth()
public void setBitDepth(int b)
b
- the new bit depthpublic void setFrequency(int f)
f
- the new frequencypublic void setFullScreen(boolean fs)
fs
- the new full screenpublic void setHeight(int h)
h
- the new heightpublic void setMinimumAntiAliasSamples(int samples)
samples
- the new minimum anti alias samplespublic void setShowSceneMonitor(boolean enabled)
enabled
- the new show scene monitorpublic void setThreeDee(java.lang.String s)
s
- the new three deepublic void setWidth(int w)
w
- the new width
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |