com.sun.electric.tool.ncc
Class NccPreferences
java.lang.Object
com.sun.electric.tool.ncc.NccPreferences
public class NccPreferences
- extends java.lang.Object
The NCC preferences are user specified preferences that
persist across multiple runs of Electric.
The class:
com.sun.electric.tool.user.dialogs.options.NCCTab
implements the GUI that allows the user to examine and
modify his preferences.
When NCC is launched from the GUI, the class NccOptions
examines the NccPreferences and creates an NccOptions
object that reflects the users preferences. NccPreferences
is not touched by any other NCC code.
The NCC preferences are documented in the Electric user guide.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tool
public static NccPreferences tool
NccPreferences
public NccPreferences()
getCheckSizes
public static boolean getCheckSizes()
setCheckSizes
public static void setCheckSizes(boolean on)
getFactoryCheckSizes
public static boolean getFactoryCheckSizes()
getRelativeSizeTolerance
public static double getRelativeSizeTolerance()
setRelativeSizeTolerance
public static void setRelativeSizeTolerance(double d)
getFactoryRelativeSizeTolerance
public static double getFactoryRelativeSizeTolerance()
getAbsoluteSizeTolerance
public static double getAbsoluteSizeTolerance()
setAbsoluteSizeTolerance
public static void setAbsoluteSizeTolerance(double d)
getFactoryAbsoluteSizeTolerance
public static double getFactoryAbsoluteSizeTolerance()
getCheckBody
public static boolean getCheckBody()
setCheckBody
public static void setCheckBody(boolean on)
getFactoryCheckBody
public static boolean getFactoryCheckBody()
getHaltAfterFirstMismatch
public static boolean getHaltAfterFirstMismatch()
setHaltAfterFirstMismatch
public static void setHaltAfterFirstMismatch(boolean on)
getFactoryHaltAfterFirstMismatch
public static boolean getFactoryHaltAfterFirstMismatch()
getSkipPassed
public static boolean getSkipPassed()
setSkipPassed
public static void setSkipPassed(boolean on)
getFactorySkipPassed
public static boolean getFactorySkipPassed()
getMaxMatchedClasses
public static int getMaxMatchedClasses()
setMaxMatchedClasses
public static void setMaxMatchedClasses(int i)
getFactoryMaxMatchedClasses
public static int getFactoryMaxMatchedClasses()
getMaxMismatchedClasses
public static int getMaxMismatchedClasses()
setMaxMismatchedClasses
public static void setMaxMismatchedClasses(int i)
getFactoryMaxMismatchedClasses
public static int getFactoryMaxMismatchedClasses()
getMaxClassMembers
public static int getMaxClassMembers()
setMaxClassMembers
public static void setMaxClassMembers(int i)
getFactoryMaxClassMembers
public static int getFactoryMaxClassMembers()
getOperation
public static int getOperation()
setOperation
public static void setOperation(int i)
getFactoryOperation
public static int getFactoryOperation()
getHowMuchStatus
public static int getHowMuchStatus()
setHowMuchStatus
public static void setHowMuchStatus(int i)
getFactoryHowMuchStatus
public static int getFactoryHowMuchStatus()