Uses of Class
com.sun.electric.tool.generator.layout.fill.FillGeneratorTool.FillTypeEnum

Packages that use FillGeneratorTool.FillTypeEnum
com.sun.electric.tool.generator.layout.fill   
 

Uses of FillGeneratorTool.FillTypeEnum in com.sun.electric.tool.generator.layout.fill
 

Fields in com.sun.electric.tool.generator.layout.fill declared as FillGeneratorTool.FillTypeEnum
 FillGeneratorTool.FillTypeEnum FillGenConfig.fillType
           
 

Methods in com.sun.electric.tool.generator.layout.fill that return FillGeneratorTool.FillTypeEnum
static FillGeneratorTool.FillTypeEnum FillGeneratorTool.FillTypeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FillGeneratorTool.FillTypeEnum[] FillGeneratorTool.FillTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.sun.electric.tool.generator.layout.fill with parameters of type FillGeneratorTool.FillTypeEnum
FillGenConfig(FillGeneratorTool.FillTypeEnum type, TechType.TechTypeEnum tech, java.lang.String lib, ExportConfig perim, int first, int last, double w, double h, boolean even, int[] cellTiles, boolean hierarchy, double minO, double drcSpacingRule, boolean binary, boolean useMaster, boolean onlyAround, double gap, FillGenConfig.FillGenType genType, int level)