Class GridSettings
java.lang.Object
com.inductiveautomation.factorypmi.designer.workspace.GridSettings
- All Implemented Interfaces:
 IGridSettings,PropertyChangeListener,EventListener
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintintintintbooleanbooleanbooleanbooleanvoid 
- 
Constructor Details
- 
GridSettings
 
 - 
 - 
Method Details
- 
propertyChange
- Specified by:
 propertyChangein interfacePropertyChangeListener
 - 
isGridSnap
public boolean isGridSnap()- Specified by:
 isGridSnapin interfaceIGridSettings
 - 
isGridVisible
public boolean isGridVisible()- Specified by:
 isGridVisiblein interfaceIGridSettings
 - 
isGuideSnap
public boolean isGuideSnap()- Specified by:
 isGuideSnapin interfaceIGridSettings
 - 
isGuidesVisible
public boolean isGuidesVisible()- Specified by:
 isGuidesVisiblein interfaceIGridSettings
 - 
getGridMinorSpacing
public int getGridMinorSpacing()- Specified by:
 getGridMinorSpacingin interfaceIGridSettings
 - 
getGridMajorSpacing
public int getGridMajorSpacing()- Specified by:
 getGridMajorSpacingin interfaceIGridSettings
 - 
getGridMajorColor
- Specified by:
 getGridMajorColorin interfaceIGridSettings
 - 
getGridMinorColor
- Specified by:
 getGridMinorColorin interfaceIGridSettings
 - 
getGuideColor
- Specified by:
 getGuideColorin interfaceIGridSettings
 - 
getNudgeDist
public int getNudgeDist()- Specified by:
 getNudgeDistin interfaceIGridSettings
 - 
getAltNudgeDist
public int getAltNudgeDist()- Specified by:
 getAltNudgeDistin interfaceIGridSettings
 
 -