Uses of Class
com.sun.electric.tool.drc.DRC.DRCCheckMode

Packages that use DRC.DRCCheckMode
com.sun.electric.tool.drc Package for handling the design-rule checking tool. 
 

Uses of DRC.DRCCheckMode in com.sun.electric.tool.drc
 

Methods in com.sun.electric.tool.drc that return DRC.DRCCheckMode
static DRC.DRCCheckMode DRC.getErrorType()
          Method to retrieve checking level in DRC The default is "ERROR_CHECK_DEFAULT".
static DRC.DRCCheckMode DRC.DRCCheckMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DRC.DRCCheckMode[] DRC.DRCCheckMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.electric.tool.drc with parameters of type DRC.DRCCheckMode
static void DRC.createDRCErrorLogger(ErrorLogger errorLogger, java.util.Map<Cell,java.awt.geom.Area> exclusionMap, DRC.DRCCheckMode errorTypeSearch, boolean interactiveLogger, DRC.DRCErrorType errorType, java.lang.String msg, Cell cell, double limit, double actual, java.lang.String rule, PolyBase poly1, Geometric geom1, Layer layer1, PolyBase poly2, Geometric geom2, Layer layer2)
           
static void DRC.setErrorType(DRC.DRCCheckMode type)
          Method to set DRC error type.