Package org.correomqtt.business.model
Class GlobalUISettings
- java.lang.Object
-
- org.correomqtt.business.model.GlobalUISettings
-
public class GlobalUISettings extends Object
-
-
Constructor Summary
Constructors Constructor Description GlobalUISettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetWindowHeight()doublegetWindowPositionX()doublegetWindowPositionY()doublegetWindowWidth()voidsetWindowHeight(double windowHeight)voidsetWindowPositionX(double windowPositionX)voidsetWindowPositionY(double windowPositionY)voidsetWindowWidth(double windowWidth)
-
-
-
Method Detail
-
getWindowPositionX
public double getWindowPositionX()
-
setWindowPositionX
public void setWindowPositionX(double windowPositionX)
-
getWindowPositionY
public double getWindowPositionY()
-
setWindowPositionY
public void setWindowPositionY(double windowPositionY)
-
getWindowWidth
public double getWindowWidth()
-
setWindowWidth
public void setWindowWidth(double windowWidth)
-
getWindowHeight
public double getWindowHeight()
-
setWindowHeight
public void setWindowHeight(double windowHeight)
-
-