- java.lang.Object
-
- org.praxislive.video.WindowHints
-
public class WindowHints extends Object
-
-
Constructor Summary
Constructors Constructor Description WindowHints()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTitle()booleanisAlwaysOnTop()booleanisFullScreen()booleanisShowCursor()booleanisUndecorated()voidsetAlwaysOnTop(boolean alwaysOnTop)voidsetFullScreen(boolean fullScreen)voidsetShowCursor(boolean showCursor)voidsetTitle(String title)voidsetUndecorated(boolean undecorated)
-
-
-
Method Detail
-
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
public String getTitle()
-
setTitle
public void setTitle(String title)
-
isShowCursor
public boolean isShowCursor()
-
setShowCursor
public void setShowCursor(boolean showCursor)
-
-