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

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

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

Fields in com.sun.electric.tool.generator.layout.fill declared as FillGeneratorTool.Units
static FillGeneratorTool.Units FillGeneratorTool.LAMBDA
           
static FillGeneratorTool.Units FillGeneratorTool.TRACKS
           
 

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

Methods in com.sun.electric.tool.generator.layout.fill with parameters of type FillGeneratorTool.Units
 void FillGen.reserveSpaceOnLayer(int layer, double vddReserved, FillGeneratorTool.Units vddUnits, double gndReserved, FillGeneratorTool.Units gndUnits)
          Reserve space in the middle of the Vdd and ground straps for signals.
 FillGenConfig.ReserveConfig FillGenConfig.reserveSpaceOnLayer(Technology tech, int layer, double vddReserved, FillGeneratorTool.Units vddUnits, double gndReserved, FillGeneratorTool.Units gndUnits)
           
 void FillGenConfig.ReserveConfig.reserveWidthOnLayer(double vddW, FillGeneratorTool.Units vddUnits, double gndW, FillGeneratorTool.Units gndUnits)