public abstract class CapCell
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Cell |
cell |
protected int |
gndNum |
protected int |
vddNum |
| Constructor and Description |
|---|
CapCell() |
| Modifier and Type | Method and Description |
|---|---|
Cell |
getCell() |
abstract double |
getGndWidth() |
abstract double |
getVddWidth() |
abstract int |
numGnd() |
abstract int |
numVdd() |
protected int gndNum
protected int vddNum
protected Cell cell
public abstract int numVdd()
public abstract int numGnd()
public abstract double getVddWidth()
public abstract double getGndWidth()
public Cell getCell()