com.sun.electric.tool.generator.layout.fill
Class CapCell

java.lang.Object
  extended by com.sun.electric.tool.generator.layout.fill.CapCell

public abstract class CapCell
extends java.lang.Object

CapCell is built assuming horizontal metal 1 straps. I deal with the possible 90 degree rotation by creating a NodeInst of this Cell rotated by -90 degrees.


Field Summary
protected  Cell cell
           
protected  int gndNum
           
protected  int vddNum
           
 
Constructor Summary
CapCell()
           
 
Method Summary
 Cell getCell()
           
abstract  double getGndWidth()
           
abstract  double getVddWidth()
           
abstract  int numGnd()
           
abstract  int numVdd()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gndNum

protected int gndNum

vddNum

protected int vddNum

cell

protected Cell cell
Constructor Detail

CapCell

public CapCell()
Method Detail

numVdd

public abstract int numVdd()

numGnd

public abstract int numGnd()

getVddWidth

public abstract double getVddWidth()

getGndWidth

public abstract double getGndWidth()

getCell

public Cell getCell()