- 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 String
getTitle()
boolean
isAlwaysOnTop()
boolean
isFullScreen()
boolean
isShowCursor()
boolean
isUndecorated()
void
setAlwaysOnTop(boolean alwaysOnTop)
void
setFullScreen(boolean fullScreen)
void
setShowCursor(boolean showCursor)
void
setTitle(String title)
void
setUndecorated(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)
-
-