public abstract class CapCell
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Cell |
cell |
protected EditingPreferences |
ep |
protected int |
gndNum |
protected int |
vddNum |
Modifier | Constructor and Description |
---|---|
protected |
CapCell(EditingPreferences ep) |
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
protected final EditingPreferences ep
protected CapCell(EditingPreferences ep)
public abstract int numVdd()
public abstract int numGnd()
public abstract double getVddWidth()
public abstract double getGndWidth()
public Cell getCell()