Uses of Class
com.sun.electric.database.id.ArcProtoId

Packages that use ArcProtoId
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. 
 

Uses of ArcProtoId in com.sun.electric.database
 

Fields in com.sun.electric.database declared as ArcProtoId
 ArcProtoId ImmutableArcInst.protoId
          Arc prototype.
 

Methods in com.sun.electric.database with parameters of type ArcProtoId
 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)
           
 

Uses of ArcProtoId in com.sun.electric.database.id
 

Methods in com.sun.electric.database.id that return ArcProtoId
 ArcProtoId TechId.newArcProtoId(java.lang.String arcProtoName)
          Returns ArcProtoId with specified arcProtoName.
 ArcProtoId IdReader.readArcProtoId()
          Reads ArcProtoId.
 

Methods in com.sun.electric.database.id with parameters of type ArcProtoId
 void IdWriter.writeArcProtoId(ArcProtoId arcProtoId)
          Writes ArcProtoId.
 

Uses of ArcProtoId in com.sun.electric.database.text
 

Methods in com.sun.electric.database.text with parameters of type ArcProtoId
protected  java.lang.String PrefPackage.getKey(java.lang.String what, ArcProtoId apId)
           
 

Uses of ArcProtoId in com.sun.electric.technology
 

Fields in com.sun.electric.technology with type parameters of type ArcProtoId
 java.util.HashMap<ArcProtoId,java.lang.Integer> Technology.SizeCorrector.arcExtends
           
 

Methods in com.sun.electric.technology that return ArcProtoId
 ArcProtoId ArcProto.getId()
          Method to return the Id of this ArcProto.
 

Methods in com.sun.electric.technology with parameters of type ArcProtoId
 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
 

Uses of ArcProtoId in com.sun.electric.tool.erc
 

Fields in com.sun.electric.tool.erc with type parameters of type ArcProtoId
 java.util.Map<ArcProtoId,java.lang.Double> ERCAntenna.AntennaPreferences.antennaRatio