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

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

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

Methods in com.sun.electric.tool.drc with parameters of type DRC.ReportInfo
static void DRC.createDRCErrorLogger(DRC.ReportInfo reportInfo, 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)