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 String
static final String
static final String
The major grid size, specified as a multiplier of the minor size.static final String
static final String
The grid's minor size, this is the size that will be snapped to.static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addPropertyChangeListener
(String propertyName, PropertyChangeListener listener) void
apply
(WindowEditProps props) boolean
getBoolean
(String name) float
int
long
void
void
void
removePropertyChangeListener
(String propertyName, PropertyChangeListener listener) void
setBoolean
(String name, boolean b) void
void
void
void
void
void
-
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
-