Class UIProps
java.lang.Object
com.inductiveautomation.factorypmi.application.model.properties.UIProps
A Vision Module settings resource object. Holds various UI props used in the client
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
int
int
float
boolean
boolean
boolean
boolean
void
setAxisPrecedence
(DockingDesktopManager.AxisPrecedence axisPrecedence) void
setAxisPrecedence
(String axisPrecedence) Deprecated.void
setBackgroundColor
(Color backgroundColor) void
setHideMenuBar
(boolean hideMenuBar) void
setHideWindowsMenu
(boolean hideWindowsMenu) void
setInfiniteDesktop
(boolean infiniteDesktop) void
setMenuFont
(Font menuFont) void
setMinHeight
(int minHeight) void
setMinWidth
(int minWidth) void
setRestrictFloatingFrames
(boolean restrictFloatingFrames) void
setTouchScreenKeyBoardFontSize
(int fontSize) void
setTouchScreenKeyBoardWidth
(float width)
-
Field Details
-
RESOURCE_TYPE
-
-
Constructor Details
-
UIProps
public UIProps()
-
-
Method Details
-
getTouchScreenKeyBoardWidth
public float getTouchScreenKeyBoardWidth() -
setTouchScreenKeyBoardWidth
public void setTouchScreenKeyBoardWidth(float width) -
getTouchScreenKeyBoardFontSize
public int getTouchScreenKeyBoardFontSize() -
setTouchScreenKeyBoardFontSize
public void setTouchScreenKeyBoardFontSize(int fontSize) -
getMinWidth
public int getMinWidth() -
setMinWidth
public void setMinWidth(int minWidth) -
getMinHeight
public int getMinHeight() -
setMinHeight
public void setMinHeight(int minHeight) -
getBackgroundColor
-
setBackgroundColor
-
getMenuFont
-
setMenuFont
-
isHideWindowsMenu
public boolean isHideWindowsMenu() -
setHideWindowsMenu
public void setHideWindowsMenu(boolean hideWindowsMenu) -
isHideMenuBar
public boolean isHideMenuBar() -
setHideMenuBar
public void setHideMenuBar(boolean hideMenuBar) -
getMinSize
-
isRestrictFloatingFrames
public boolean isRestrictFloatingFrames() -
setRestrictFloatingFrames
public void setRestrictFloatingFrames(boolean restrictFloatingFrames) -
isInfiniteDesktop
public boolean isInfiniteDesktop() -
setInfiniteDesktop
public void setInfiniteDesktop(boolean infiniteDesktop) -
apply
-
setAxisPrecedence
Deprecated.This method is for backwards compatibility -
setAxisPrecedence
-
getAxisPrecedence
-