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 TypeMethodDescriptionvoidintintintfloatbooleanbooleanbooleanbooleanvoidsetAxisPrecedence(DockingDesktopManager.AxisPrecedence axisPrecedence) voidsetAxisPrecedence(String axisPrecedence) Deprecated.voidsetBackgroundColor(Color backgroundColor) voidsetHideMenuBar(boolean hideMenuBar) voidsetHideWindowsMenu(boolean hideWindowsMenu) voidsetInfiniteDesktop(boolean infiniteDesktop) voidsetMenuFont(Font menuFont) voidsetMinHeight(int minHeight) voidsetMinWidth(int minWidth) voidsetRestrictFloatingFrames(boolean restrictFloatingFrames) voidsetTouchScreenKeyBoardFontSize(int fontSize) voidsetTouchScreenKeyBoardWidth(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
-