java.lang.Object
org.praxislive.video.WindowHints
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTitle()booleanbooleanbooleanbooleanvoidsetAlwaysOnTop(boolean alwaysOnTop) voidsetFullScreen(boolean fullScreen) voidsetShowCursor(boolean showCursor) voidvoidsetUndecorated(boolean undecorated)
-
Constructor Details
-
WindowHints
public WindowHints()
-
-
Method Details
-
isFullScreen
public boolean isFullScreen() -
setFullScreen
public void setFullScreen(boolean fullScreen) -
isUndecorated
public boolean isUndecorated() -
setUndecorated
public void setUndecorated(boolean undecorated) -
isAlwaysOnTop
public boolean isAlwaysOnTop() -
setAlwaysOnTop
public void setAlwaysOnTop(boolean alwaysOnTop) -
getTitle
-
setTitle
-
isShowCursor
public boolean isShowCursor() -
setShowCursor
public void setShowCursor(boolean showCursor)
-