|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.generator.layout.fill.CapCell
public abstract class CapCell
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 |
---|
protected int gndNum
protected int vddNum
protected Cell cell
Constructor Detail |
---|
public CapCell()
Method Detail |
---|
public abstract int numVdd()
public abstract int numGnd()
public abstract double getVddWidth()
public abstract double getGndWidth()
public Cell getCell()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |