|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VddGndStraps
Give access to the metal straps inside a MetalLayer or CapLayer
Field Summary | |
---|---|
static PrimitiveNode[] |
fillContacts
|
static ArcProto[] |
METALS
|
static PrimitiveNode[] |
PINS
|
Method Summary | |
---|---|
boolean |
addExtraArc()
|
double |
getCellHeight()
|
double |
getCellWidth()
|
PortInst |
getGnd(int n,
int pos)
get nth Gnd strap |
double |
getGndCenter(int n)
if horizontal get Y else X |
double |
getGndWidth(int n)
how wide is nth Gnd strap? |
ArcProto |
getMetalType()
|
PrimitiveNode |
getPinType()
|
PortInst |
getVdd(int n,
int pos)
get nth Vdd strap |
double |
getVddCenter(int n)
if horizontal get Y else get X |
double |
getVddWidth(int n)
how wide is nth Vdd metal strap |
boolean |
isHorizontal()
are metal straps horizontal? |
int |
numGnd()
how many Gnd straps? |
int |
numVdd()
how many Vdd straps? |
Field Detail |
---|
static final ArcProto[] METALS
static final PrimitiveNode[] PINS
static final PrimitiveNode[] fillContacts
Method Detail |
---|
boolean isHorizontal()
int numVdd()
PortInst getVdd(int n, int pos)
double getVddCenter(int n)
double getVddWidth(int n)
int numGnd()
PortInst getGnd(int n, int pos)
double getGndCenter(int n)
double getGndWidth(int n)
PrimitiveNode getPinType()
ArcProto getMetalType()
double getCellWidth()
double getCellHeight()
boolean addExtraArc()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |