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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
UIPropspublic UIProps()
 
- 
- 
Method Details- 
getTouchScreenKeyBoardWidthpublic float getTouchScreenKeyBoardWidth()
- 
setTouchScreenKeyBoardWidthpublic void setTouchScreenKeyBoardWidth(float width) 
- 
getTouchScreenKeyBoardFontSizepublic int getTouchScreenKeyBoardFontSize()
- 
setTouchScreenKeyBoardFontSizepublic void setTouchScreenKeyBoardFontSize(int fontSize) 
- 
getMinWidthpublic int getMinWidth()
- 
setMinWidthpublic void setMinWidth(int minWidth) 
- 
getMinHeightpublic int getMinHeight()
- 
setMinHeightpublic void setMinHeight(int minHeight) 
- 
getBackgroundColor
- 
setBackgroundColor
- 
getMenuFont
- 
setMenuFont
- 
isHideWindowsMenupublic boolean isHideWindowsMenu()
- 
setHideWindowsMenupublic void setHideWindowsMenu(boolean hideWindowsMenu) 
- 
isHideMenuBarpublic boolean isHideMenuBar()
- 
setHideMenuBarpublic void setHideMenuBar(boolean hideMenuBar) 
- 
getMinSize
- 
isRestrictFloatingFramespublic boolean isRestrictFloatingFrames()
- 
setRestrictFloatingFramespublic void setRestrictFloatingFrames(boolean restrictFloatingFrames) 
- 
isInfiniteDesktoppublic boolean isInfiniteDesktop()
- 
setInfiniteDesktoppublic void setInfiniteDesktop(boolean infiniteDesktop) 
- 
apply
- 
setAxisPrecedenceDeprecated.This method is for backwards compatibility
- 
setAxisPrecedence
- 
getAxisPrecedence
 
-