Class GridSettings
java.lang.Object
com.inductiveautomation.factorypmi.designer.workspace.GridSettings
- All Implemented Interfaces:
IGridSettings
,PropertyChangeListener
,EventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
boolean
boolean
boolean
boolean
void
-
Constructor Details
-
GridSettings
-
-
Method Details
-
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
-
isGridSnap
public boolean isGridSnap()- Specified by:
isGridSnap
in interfaceIGridSettings
-
isGridVisible
public boolean isGridVisible()- Specified by:
isGridVisible
in interfaceIGridSettings
-
isGuideSnap
public boolean isGuideSnap()- Specified by:
isGuideSnap
in interfaceIGridSettings
-
isGuidesVisible
public boolean isGuidesVisible()- Specified by:
isGuidesVisible
in interfaceIGridSettings
-
getGridMinorSpacing
public int getGridMinorSpacing()- Specified by:
getGridMinorSpacing
in interfaceIGridSettings
-
getGridMajorSpacing
public int getGridMajorSpacing()- Specified by:
getGridMajorSpacing
in interfaceIGridSettings
-
getGridMajorColor
- Specified by:
getGridMajorColor
in interfaceIGridSettings
-
getGridMinorColor
- Specified by:
getGridMinorColor
in interfaceIGridSettings
-
getGuideColor
- Specified by:
getGuideColor
in interfaceIGridSettings
-
getNudgeDist
public int getNudgeDist()- Specified by:
getNudgeDist
in interfaceIGridSettings
-
getAltNudgeDist
public int getAltNudgeDist()- Specified by:
getAltNudgeDist
in interfaceIGridSettings
-