Uses of Class
com.sun.electric.tool.generator.layout.fill.ExportConfig

Packages that use ExportConfig
com.sun.electric.tool.generator.layout.fill   
 

Uses of ExportConfig in com.sun.electric.tool.generator.layout.fill
 

Fields in com.sun.electric.tool.generator.layout.fill declared as ExportConfig
 ExportConfig FillGenConfig.perim
           
static ExportConfig FillGeneratorTool.PERIMETER
           
static ExportConfig ExportConfig.PERIMETER
           
static ExportConfig FillGeneratorTool.PERIMETER_AND_INTERNAL
           
static ExportConfig ExportConfig.PERIMETER_AND_INTERNAL
           
 

Methods in com.sun.electric.tool.generator.layout.fill with parameters of type ExportConfig
 void FillCell.exportPerimeter(VddGndStraps[] lays, int botLay, int topLay, ExportConfig exptConfig, Cell cell)
           
 void FillCell.exportWiring(VddGndStraps[] lays, int botLay, int topLay, ExportConfig exptConfig, Cell cell)
           
 void FillGen.makeFillCell(int loLayer, int hiLayer, ExportConfig exportConfig, int[] tiledSizes)
           
static Cell FillGeneratorTool.makeFillCell(Library lib, com.sun.electric.tool.generator.layout.fill.Floorplan[] plans, int botLayer, int topLayer, CapCell capCell, TechType tech, ExportConfig expCfg, boolean metalFlex, boolean hierFlex)
           
protected  Cell FillCell.makeFillCell1(Library lib, com.sun.electric.tool.generator.layout.fill.Floorplan[] plans, int botLayer, int topLayer, CapCell capCell, ExportConfig expCfg, boolean metalFlex, boolean hierFlex)
           
 Cell FillGeneratorTool.standardMakeFillCell(int loLayer, int hiLayer, TechType tech, ExportConfig exportConfig, int[] tiledSizes, boolean metalFlex)
          Create a fill cell using the current library, fill cell width, fill cell height, layer orientation, and reserved spaces for each layer.
 

Constructors in com.sun.electric.tool.generator.layout.fill with parameters of type ExportConfig
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)