Package featurecat.lizzie.util
Class WindowPosition
java.lang.Object
featurecat.lizzie.util.WindowPosition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.json.JSONObject
create
(org.json.JSONObject ui) static org.json.JSONArray
getPersistedPanePos
(LizziePane pane, org.json.JSONObject ui) static org.json.JSONArray
getWindowPos
(LizziePane pane) static org.json.JSONArray
static org.json.JSONArray
static void
restorePane
(org.json.JSONObject ui, LizziePane pane) static org.json.JSONObject
save
(org.json.JSONObject ui)
-
Constructor Details
-
WindowPosition
public WindowPosition()
-
-
Method Details
-
create
public static org.json.JSONObject create(org.json.JSONObject ui) -
save
public static org.json.JSONObject save(org.json.JSONObject ui) -
mainWindowPos
public static org.json.JSONArray mainWindowPos() -
gtpWindowPos
public static org.json.JSONArray gtpWindowPos() -
restorePane
-
getWindowPos
-
getPersistedPanePos
-