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

Packages that use LayerId
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.extract Package for handling node extraction, parasitics, etc. 
com.sun.electric.tool.user Package for handling the user-interface tool. 
 

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

Methods in com.sun.electric.database.id that return LayerId
 LayerId TechId.newLayerId(java.lang.String layerName)
          Returns LayerId with specified layerName.
 

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

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

Uses of LayerId in com.sun.electric.technology
 

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

Methods in com.sun.electric.technology with parameters of type LayerId
 Layer Technology.getLayer(LayerId layerId)
          Returns the Layer in this technology with a particular Id
 Layer TechPool.getLayer(LayerId layerId)
          Get Layer by LayerId LayerId must belong to same IdManager as TechPool
 

Uses of LayerId in com.sun.electric.tool.extract
 

Fields in com.sun.electric.tool.extract with type parameters of type LayerId
 java.util.Map<LayerId,java.lang.Double> LayerCoverageTool.LayerCoveragePreferences.areaCoverage
           
 

Uses of LayerId in com.sun.electric.tool.user
 

Methods in com.sun.electric.tool.user with parameters of type LayerId
protected  java.lang.String GraphicsPreferences.getKeyIn(java.lang.String what, LayerId layerId)