public class DisplayPrefsItem extends java.lang.Object implements PreferencesItem
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
INPUT_TYPES
The Constant INPUT_TYPES.
|
Constructor and Description |
---|
DisplayPrefsItem()
Instantiates a new display prefs item.
|
Modifier and Type | Method and Description |
---|---|
int |
getAlphaBits()
Gets the alpha bits.
|
int |
getBitsPerPixel()
Gets the bits per pixel.
|
javax.swing.JPanel |
getConfigurationPanel()
Gets the configuration panel.
|
java.lang.String |
getConfigurationPanelName()
Gets the configuration panel name.
|
int |
getDepthBits()
Gets the depth bits.
|
java.lang.String |
getDisplayRenderer()
Gets the display renderer.
|
int |
getFrequency()
Gets the frequency.
|
boolean |
getFullScreen()
Gets the full screen.
|
int |
getHeight()
Gets the height.
|
java.lang.String |
getInputType()
Gets the input type.
|
int |
getMinimumAntiAliasSamples()
Gets the minimum anti alias samples.
|
float |
getRealWidth()
Gets the real width.
|
int |
getStencilBits()
Gets the stencil bits.
|
int |
getTuioPort()
Gets the tuio port.
|
int |
getWidth()
Gets the width.
|
void |
setAlphaBits(int bits)
Sets the alpha bits.
|
void |
setBitsPerPixel(int bpp)
Sets the bits per pixel.
|
void |
setDepthBits(int b)
Sets the depth bits.
|
void |
setDisplayRenderer(java.lang.String renderer)
Sets the display renderer.
|
void |
setFrequency(int f)
Sets the frequency.
|
void |
setFullScreen(boolean fs)
Sets the full screen.
|
void |
setHeight(int h)
Sets the height.
|
void |
setInputType(java.lang.String type)
Sets the input type.
|
void |
setMinimumAntiAliasSamples(int samples)
Sets the minimum anti alias samples.
|
void |
setRealWidth(float w)
Sets the real width.
|
void |
setStencilBits(int bits)
Sets the stencil bits.
|
void |
setTuioPort(int port)
Sets the tuio port.
|
void |
setWidth(int w)
Sets the width.
|
public static final java.lang.String[] INPUT_TYPES
public DisplayPrefsItem()
public int getAlphaBits()
public int getBitsPerPixel()
public javax.swing.JPanel getConfigurationPanel()
PreferencesItem
getConfigurationPanel
in interface PreferencesItem
public java.lang.String getConfigurationPanelName()
PreferencesItem
getConfigurationPanelName
in interface PreferencesItem
public int getDepthBits()
public java.lang.String getDisplayRenderer()
public int getFrequency()
public boolean getFullScreen()
public int getHeight()
public java.lang.String getInputType()
public int getMinimumAntiAliasSamples()
public float getRealWidth()
public int getStencilBits()
public int getTuioPort()
public int getWidth()
public void setAlphaBits(int bits)
bits
- the new alpha bitspublic void setBitsPerPixel(int bpp)
bpp
- the new bits per pixelpublic void setDepthBits(int b)
b
- the new depth bitspublic void setDisplayRenderer(java.lang.String renderer)
renderer
- the new display rendererpublic 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 setInputType(java.lang.String type)
type
- the new input typepublic void setMinimumAntiAliasSamples(int samples)
samples
- the new minimum anti alias samplespublic void setRealWidth(float w)
w
- the new real widthpublic void setStencilBits(int bits)
bits
- the new stencil bitspublic void setTuioPort(int port)
port
- the new tuio portpublic void setWidth(int w)
w
- the new width