public class Configuration
extends java.lang.Object
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
getHeight()
Application window height.
|
java.lang.String |
getTitle()
Application title.
|
int |
getWidth()
Application window width.
|
int |
hashCode() |
boolean |
isFullScreen()
When true, application will be maximized by default.
|
void |
setFullScreen(boolean fullScreen)
When true, application will be maximized by default.
|
void |
setHeight(int height)
Application window height.
|
void |
setTitle(java.lang.String title)
Application title.
|
void |
setWidth(int width)
Application window width.
|
java.lang.String |
toString() |
public java.lang.String getTitle()
public int getWidth()
public int getHeight()
public boolean isFullScreen()
public void setTitle(java.lang.String title)
public void setWidth(int width)
public void setHeight(int height)
public void setFullScreen(boolean fullScreen)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object