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

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

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

Methods in com.sun.electric.tool.drc that return DRC.DRCCheckMinArea
static DRC.DRCCheckMinArea DRC.getMinAreaAlgoOption()
          Method to tell which min area algorithm to use.
static DRC.DRCCheckMinArea DRC.DRCCheckMinArea.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DRC.DRCCheckMinArea[] DRC.DRCCheckMinArea.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.DRCCheckMinArea
static void DRC.setMinAreaAlgoOption(DRC.DRCCheckMinArea mode)
          Method to set which min area algorithm to use.