Class DesignerPrefs
java.lang.Object
com.inductiveautomation.factorypmi.designer.model.DesignerPrefs
Holds current designer preferences for the Vision module
-
Field Summary
FieldsModifier 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 Summary
Constructors -
Method Summary
Modifier 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_SIZE
The major grid size, specified as a multiplier of the minor size.- See Also:
-
GRID_MINOR_SIZE
The 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
-
DesignerPrefs
public DesignerPrefs()
-
-
Method Details
-
initializeDefaults
public void initializeDefaults() -
apply
-
getInt
-
setInt
-
getFloat
-
setFloat
-
getColor
-
setColor
-
getBoolean
-
setBoolean
-
getObject
-
setObject
-
getLong
-
setLong
-
getString
-
setString
-
addPropertyChangeListener
-
addPropertyChangeListener
-
removePropertyChangeListener
-
removePropertyChangeListener
-