Package | Description |
---|---|
com.sun.electric.tool.generator.layout.fill |
Modifier and Type | Field and Description |
---|---|
FillGeneratorTool.FillTypeEnum |
FillGenConfig.fillType |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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) |