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

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

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

Methods in com.sun.electric.tool.drc that return DRC.DRCErrorType
static DRC.DRCErrorType DRC.DRCErrorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DRC.DRCErrorType[] DRC.DRCErrorType.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.DRCErrorType
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)