|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.render.config.CanvasConstructionInfo
public class CanvasConstructionInfo
A CanvasConstructionInfo holds all information to construct a new instance of Canvas3DWrapper. It can be used to directly being pass to the Canvas3DWrapper's constructor.
| Constructor Summary | |
|---|---|
CanvasConstructionInfo()
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(boolean vsync)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(boolean vsync,
FSAA fsaa)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(DisplayMode.FullscreenMode fullscreen,
boolean vsync,
FSAA fsaa,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(DisplayMode.FullscreenMode fullscreen,
boolean vsync,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(DisplayMode.FullscreenMode fullscreen,
FSAA fsaa,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(DisplayMode.FullscreenMode fullscreen,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(DisplayMode dspMode,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
FSAA fsaa,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(DisplayMode dspMode,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(DisplayMode dspMode,
DisplayMode.FullscreenMode fullscreen,
FSAA fsaa,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(DisplayMode dspMode,
DisplayMode.FullscreenMode fullscreen,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(FSAA fsaa)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(int width,
int height,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
FSAA fsaa,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(int width,
int height,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(int width,
int height,
DisplayMode.FullscreenMode fullscreen,
FSAA fsaa,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(int width,
int height,
DisplayMode.FullscreenMode fullscreen,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(int width,
int height,
int bpp,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
FSAA fsaa,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(int width,
int height,
int bpp,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(int width,
int height,
int bpp,
DisplayMode.FullscreenMode fullscreen,
FSAA fsaa,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(int width,
int height,
int bpp,
DisplayMode.FullscreenMode fullscreen,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
boolean vsync)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
boolean vsync,
FSAA fsaa)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
FSAA fsaa,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
DisplayMode.FullscreenMode fullscreen,
FSAA fsaa,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
DisplayMode.FullscreenMode fullscreen,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
DisplayMode dspMode,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
FSAA fsaa,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
DisplayMode dspMode,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
DisplayMode dspMode,
DisplayMode.FullscreenMode fullscreen,
FSAA fsaa,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
DisplayMode dspMode,
DisplayMode.FullscreenMode fullscreen,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
FSAA fsaa)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
int width,
int height,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
FSAA fsaa,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
int width,
int height,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
int width,
int height,
DisplayMode.FullscreenMode fullscreen,
FSAA fsaa,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
int width,
int height,
DisplayMode.FullscreenMode fullscreen,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
int width,
int height,
int bpp,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
FSAA fsaa,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
int width,
int height,
int bpp,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
int width,
int height,
int bpp,
DisplayMode.FullscreenMode fullscreen,
FSAA fsaa,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
CanvasConstructionInfo(OpenGLLayer layer,
int width,
int height,
int bpp,
DisplayMode.FullscreenMode fullscreen,
java.lang.String title)
Creates as construction info to construct a new Canvas3D. |
|
| Method Summary | |
|---|---|
int |
getDepthBufferSize()
|
DisplayMode |
getDisplayMode()
|
FSAA |
getFSAAMode()
|
DisplayMode.FullscreenMode |
getFullscreenMode()
|
OpenGLLayer |
getOpenGLLayer()
|
java.lang.String |
getTitle()
|
boolean |
isVSyncEnabled()
|
void |
setDepthBufferSize(int depthBufferSize)
|
void |
setDisplayMode(DisplayMode mode)
|
void |
setFSAAMode(FSAA fsaa)
|
void |
setFullscreenMode(DisplayMode.FullscreenMode fullscreenMode)
|
void |
setOpenGLLayer(OpenGLLayer layer)
|
void |
setTitle(java.lang.String title)
|
void |
setVSyncEnabled(boolean vsync)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CanvasConstructionInfo(OpenGLLayer layer,
DisplayMode dspMode,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
FSAA fsaa,
java.lang.String title)
layer - the OpenGL layer to usedspMode - the DisplayMode to usefullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDvsync - v-sync enabled or notfsaa - full scene anti aliasing modetitle - the new window's title
public CanvasConstructionInfo(OpenGLLayer layer,
DisplayMode dspMode,
DisplayMode.FullscreenMode fullscreen,
FSAA fsaa,
java.lang.String title)
layer - the OpenGL layer to usedspMode - the DisplayMode to usefullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDfsaa - full scene anti aliasing modetitle - the new window's title
public CanvasConstructionInfo(OpenGLLayer layer,
DisplayMode dspMode,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
java.lang.String title)
layer - the OpenGL layer to usedspMode - the DisplayMode to usefullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDvsync - v-sync enabled or nottitle - the new window's title
public CanvasConstructionInfo(OpenGLLayer layer,
DisplayMode dspMode,
DisplayMode.FullscreenMode fullscreen,
java.lang.String title)
layer - the OpenGL layer to usedspMode - the DisplayMode to usefullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDtitle - the new window's title
public CanvasConstructionInfo(DisplayMode dspMode,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
FSAA fsaa,
java.lang.String title)
dspMode - the DisplayMode to usefullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDvsync - v-sync enabled or notfsaa - full scene anti aliasing modetitle - the new window's title
public CanvasConstructionInfo(DisplayMode dspMode,
DisplayMode.FullscreenMode fullscreen,
FSAA fsaa,
java.lang.String title)
dspMode - the DisplayMode to usefullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDfsaa - full scene anti aliasing modetitle - the new window's title
public CanvasConstructionInfo(DisplayMode dspMode,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
java.lang.String title)
dspMode - the DisplayMode to usefullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDvsync - v-sync enabled or nottitle - the new window's title
public CanvasConstructionInfo(DisplayMode dspMode,
DisplayMode.FullscreenMode fullscreen,
java.lang.String title)
dspMode - the DisplayMode to usefullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDtitle - the new window's title
public CanvasConstructionInfo(OpenGLLayer layer,
int width,
int height,
int bpp,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
FSAA fsaa,
java.lang.String title)
layer - the OpenGL layer to usewidth - the x-resolutionheight - the y-resolutionbpp - the bits per pixel (color depth)fullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDvsync - v-sync enabled or notfsaa - full scene anti aliasing modetitle - the new window's title
public CanvasConstructionInfo(OpenGLLayer layer,
int width,
int height,
int bpp,
DisplayMode.FullscreenMode fullscreen,
FSAA fsaa,
java.lang.String title)
layer - the OpenGL layer to usewidth - the x-resolutionheight - the y-resolutionbpp - the bits per pixel (color depth)fullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDfsaa - full scene anti aliasing modetitle - the new window's title
public CanvasConstructionInfo(OpenGLLayer layer,
int width,
int height,
int bpp,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
java.lang.String title)
layer - the OpenGL layer to usewidth - the x-resolutionheight - the y-resolutionbpp - the bits per pixel (color depth)fullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDvsync - v-sync enabled or nottitle - the new window's title
public CanvasConstructionInfo(OpenGLLayer layer,
int width,
int height,
int bpp,
DisplayMode.FullscreenMode fullscreen,
java.lang.String title)
layer - the OpenGL layer to usewidth - the x-resolutionheight - the y-resolutionbpp - the bits per pixel (color depth)fullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDtitle - the new window's title
public CanvasConstructionInfo(int width,
int height,
int bpp,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
FSAA fsaa,
java.lang.String title)
width - the x-resolutionheight - the y-resolutionbpp - the bits per pixel (color depth)fullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDvsync - v-sync enabled or notfsaa - full scene anti aliasing modetitle - the new window's title
public CanvasConstructionInfo(int width,
int height,
int bpp,
DisplayMode.FullscreenMode fullscreen,
FSAA fsaa,
java.lang.String title)
width - the x-resolutionheight - the y-resolutionbpp - the bits per pixel (color depth)fullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDfsaa - full scene anti aliasing modetitle - the new window's title
public CanvasConstructionInfo(int width,
int height,
int bpp,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
java.lang.String title)
width - the x-resolutionheight - the y-resolutionbpp - the bits per pixel (color depth)fullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDvsync - v-sync enabled or nottitle - the new window's title
public CanvasConstructionInfo(int width,
int height,
int bpp,
DisplayMode.FullscreenMode fullscreen,
java.lang.String title)
width - the x-resolutionheight - the y-resolutionbpp - the bits per pixel (color depth)fullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDtitle - the new window's title
public CanvasConstructionInfo(OpenGLLayer layer,
int width,
int height,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
FSAA fsaa,
java.lang.String title)
layer - the OpenGL layer to usewidth - the x-resolutionheight - the y-resolutionfullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDvsync - v-sync enabled or notfsaa - full scene anti aliasing modetitle - the new window's title
public CanvasConstructionInfo(OpenGLLayer layer,
int width,
int height,
DisplayMode.FullscreenMode fullscreen,
FSAA fsaa,
java.lang.String title)
layer - the OpenGL layer to usewidth - the x-resolutionheight - the y-resolutionfullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDfsaa - full scene anti aliasing modetitle - the new window's title
public CanvasConstructionInfo(OpenGLLayer layer,
int width,
int height,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
java.lang.String title)
layer - the OpenGL layer to usewidth - the x-resolutionheight - the y-resolutionfullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDvsync - v-sync enabled or nottitle - the new window's title
public CanvasConstructionInfo(OpenGLLayer layer,
int width,
int height,
DisplayMode.FullscreenMode fullscreen,
java.lang.String title)
layer - the OpenGL layer to usewidth - the x-resolutionheight - the y-resolutionfullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDtitle - the new window's title
public CanvasConstructionInfo(int width,
int height,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
FSAA fsaa,
java.lang.String title)
width - the x-resolutionheight - the y-resolutionfullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDvsync - v-sync enabled or notfsaa - full scene anti aliasing modetitle - the new window's title
public CanvasConstructionInfo(int width,
int height,
DisplayMode.FullscreenMode fullscreen,
FSAA fsaa,
java.lang.String title)
width - the x-resolutionheight - the y-resolutionfullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDfsaa - full scene anti aliasing modetitle - the new window's title
public CanvasConstructionInfo(int width,
int height,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
java.lang.String title)
width - the x-resolutionheight - the y-resolutionfullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDvsync - v-sync enabled or nottitle - the new window's title
public CanvasConstructionInfo(int width,
int height,
DisplayMode.FullscreenMode fullscreen,
java.lang.String title)
width - the x-resolutionheight - the y-resolutionfullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDtitle - the new window's title
public CanvasConstructionInfo(OpenGLLayer layer,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
FSAA fsaa,
java.lang.String title)
layer - the OpenGL layer to usefullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDvsync - v-sync enabled or notfsaa - full scene anti aliasing modetitle - the new window's title
public CanvasConstructionInfo(OpenGLLayer layer,
DisplayMode.FullscreenMode fullscreen,
FSAA fsaa,
java.lang.String title)
layer - the OpenGL layer to usefullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDfsaa - full scene anti aliasing modetitle - the new window's title
public CanvasConstructionInfo(OpenGLLayer layer,
DisplayMode.FullscreenMode fullscreen,
boolean vsync,
java.lang.String title)
layer - the OpenGL layer to usefullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDvsync - v-sync enabled or nottitle - the new window's title
public CanvasConstructionInfo(OpenGLLayer layer,
DisplayMode.FullscreenMode fullscreen,
java.lang.String title)
layer - the OpenGL layer to usefullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDtitle - the new window's title
public CanvasConstructionInfo(DisplayMode.FullscreenMode fullscreen,
boolean vsync,
FSAA fsaa,
java.lang.String title)
fullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDvsync - v-sync enabled or notfsaa - full scene anti aliasing modetitle - the new window's title
public CanvasConstructionInfo(DisplayMode.FullscreenMode fullscreen,
FSAA fsaa,
java.lang.String title)
fullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDfsaa - full scene anti aliasing modetitle - the new window's title
public CanvasConstructionInfo(DisplayMode.FullscreenMode fullscreen,
boolean vsync,
java.lang.String title)
fullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDvsync - v-sync enabled or nottitle - the new window's title
public CanvasConstructionInfo(DisplayMode.FullscreenMode fullscreen,
java.lang.String title)
fullscreen - DisplayMode.FULLSCREEN or DisplayMode.WINDOWEDtitle - the new window's title
public CanvasConstructionInfo(OpenGLLayer layer,
boolean vsync,
FSAA fsaa)
layer - the OpenGL layer to usevsync - v-sync enabled or notfsaa - full scene anti aliasing mode
public CanvasConstructionInfo(OpenGLLayer layer,
FSAA fsaa)
layer - the OpenGL layer to usefsaa - full scene anti aliasing mode
public CanvasConstructionInfo(OpenGLLayer layer,
boolean vsync)
layer - the OpenGL layer to usevsync - v-sync enabled or notpublic CanvasConstructionInfo(OpenGLLayer layer)
layer - the OpenGL layer to use
public CanvasConstructionInfo(boolean vsync,
FSAA fsaa)
vsync - v-sync enabled or notfsaa - full scene anti aliasing modepublic CanvasConstructionInfo(FSAA fsaa)
fsaa - full scene anti aliasing modepublic CanvasConstructionInfo(boolean vsync)
vsync - v-sync enabled or notpublic CanvasConstructionInfo()
| Method Detail |
|---|
public void setOpenGLLayer(OpenGLLayer layer)
public final OpenGLLayer getOpenGLLayer()
public void setDisplayMode(DisplayMode mode)
public final DisplayMode getDisplayMode()
public void setFullscreenMode(DisplayMode.FullscreenMode fullscreenMode)
public final DisplayMode.FullscreenMode getFullscreenMode()
public void setVSyncEnabled(boolean vsync)
public final boolean isVSyncEnabled()
public void setFSAAMode(FSAA fsaa)
public final FSAA getFSAAMode()
public void setDepthBufferSize(int depthBufferSize)
public final int getDepthBufferSize()
public void setTitle(java.lang.String title)
public final java.lang.String getTitle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||