Class DesignerPrefs
java.lang.Object
com.inductiveautomation.factorypmi.designer.model.DesignerPrefs
Holds current designer preferences for the Vision module
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final StringThe major grid size, specified as a multiplier of the minor size.static final Stringstatic final StringThe grid's minor size, this is the size that will be snapped to.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidaddPropertyChangeListener(String propertyName, PropertyChangeListener listener) voidapply(WindowEditProps props) booleangetBoolean(String name) floatintlongvoidvoidvoidremovePropertyChangeListener(String propertyName, PropertyChangeListener listener) voidsetBoolean(String name, boolean b) voidvoidvoidvoidvoidvoid
- 
Field Details- 
ALT_NUDGE_DIST- See Also:
 
- 
NUDGE_DIST- See Also:
 
- 
GUIDE_VISIBLE- See Also:
 
- 
GUIDE_SNAP- See Also:
 
- 
GRID_VISIBLE- See Also:
 
- 
GRID_SNAP- See Also:
 
- 
GRID_MAJOR_SIZEThe major grid size, specified as a multiplier of the minor size.- See Also:
 
- 
GRID_MINOR_SIZEThe grid's minor size, this is the size that will be snapped to.- See Also:
 
- 
GRID_MINOR_COLOR- See Also:
 
- 
GRID_MAJOR_COLOR- See Also:
 
- 
SELECT_INVISIBLE- See Also:
 
 
- 
- 
Constructor Details- 
DesignerPrefspublic DesignerPrefs()
 
- 
- 
Method Details- 
initializeDefaultspublic void initializeDefaults()
- 
apply
- 
getInt
- 
setInt
- 
getFloat
- 
setFloat
- 
getColor
- 
setColor
- 
getBoolean
- 
setBoolean
- 
getObject
- 
setObject
- 
getLong
- 
setLong
- 
getString
- 
setString
- 
addPropertyChangeListener
- 
addPropertyChangeListener
- 
removePropertyChangeListener
- 
removePropertyChangeListener
 
-