Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
com.sun.electric.database.id |
Package for Ids in the Electric database.
|
com.sun.electric.database.text |
Package for handling text.
|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.tool.erc |
Package for handling the Electrical-rules checking tools.
|
Modifier and Type | Field and Description |
---|---|
ArcProtoId |
ImmutableArcInst.protoId
Arc prototype.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
EditingPreferences.getDefaultAngleIncrement(ArcProtoId apId) |
ImmutableArcInst |
EditingPreferences.getDefaultArc(ArcProtoId apId) |
PrimitiveNodeId |
EditingPreferences.getDefaultArcPinId(ArcProtoId apId) |
static ImmutableArcInst |
ImmutableArcInst.newInstance(int arcId,
ArcProtoId protoId,
Name name,
TextDescriptor nameDescriptor,
int tailNodeId,
PortProtoId tailPortId,
EPoint tailLocation,
int headNodeId,
PortProtoId headPortId,
EPoint headLocation,
long gridExtendOverMin,
int angle,
int flags)
Returns new ImmutableArcInst object.
|
EditingPreferences |
EditingPreferences.withArcAngleIncrement(ArcProtoId apId,
int angleIncrement) |
EditingPreferences |
EditingPreferences.withArcFlags(ArcProtoId apId,
int flags) |
EditingPreferences |
EditingPreferences.withArcGridExtend(ArcProtoId apId,
long gridExtend) |
EditingPreferences |
EditingPreferences.withArcPin(ArcProtoId apId,
PrimitiveNodeId arcPinId) |
Modifier and Type | Method and Description |
---|---|
ArcProtoId |
TechId.newArcProtoId(java.lang.String arcProtoName)
Returns ArcProtoId with specified arcProtoName.
|
ArcProtoId |
IdReader.readArcProtoId()
Reads ArcProtoId.
|
Modifier and Type | Method and Description |
---|---|
void |
IdWriter.writeArcProtoId(ArcProtoId arcProtoId)
Writes ArcProtoId.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
PrefPackage.getKey(java.lang.String what,
ArcProtoId apId) |
Modifier and Type | Field and Description |
---|---|
java.util.HashMap<ArcProtoId,java.lang.Integer> |
Technology.SizeCorrector.arcExtends |
Modifier and Type | Method and Description |
---|---|
ArcProtoId |
ArcProto.getId()
Method to return the Id of this ArcProto.
|
Modifier and Type | Method and Description |
---|---|
ArcProto |
Technology.getArcProto(ArcProtoId arcProtoId)
Returns the ArcProto in this technology with a particular Id
|
ArcProto |
TechPool.getArcProto(ArcProtoId arcProtoId)
Get ArcProto by ArcProtoId
ArcProtoId must belong to same IdManager as TechPool
|
Modifier and Type | Field and Description |
---|---|
java.util.Map<ArcProtoId,java.lang.Double> |
ERCAntenna.AntennaPreferences.antennaRatio |