Uses of Class
com.sun.electric.technology.Foundry.Type

Packages that use Foundry.Type
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.tool.user.dialogs   
com.sun.electric.tool.user.dialogs.options   
 

Uses of Foundry.Type in com.sun.electric.technology
 

Fields in com.sun.electric.technology declared as Foundry.Type
static Foundry.Type Foundry.Type.MOSIS
           
static Foundry.Type Foundry.Type.NONE
           
static Foundry.Type Foundry.Type.ST
           
static Foundry.Type Foundry.Type.TSMC
           
 

Methods in com.sun.electric.technology that return Foundry.Type
 Foundry.Type Foundry.getType()
           
static Foundry.Type Foundry.Type.valueOf(java.lang.String n)
           
 

Methods in com.sun.electric.technology that return types with arguments of type Foundry.Type
static java.util.List<Foundry.Type> Foundry.Type.getValues()
           
 

Methods in com.sun.electric.technology with parameters of type Foundry.Type
protected  void Technology.newFoundry(Foundry.Type mode, java.net.URL fileURL, java.lang.String... gdsLayers)
          Method to create a new on this technology.
 

Constructors in com.sun.electric.technology with parameters of type Foundry.Type
Technology(Generic generic, TechFactory techFactory, Foundry.Type defaultFoundry, int defaultNumMetals)
          Constructs a Technology.
Technology(Generic generic, TechFactory techFactory, java.util.Map<TechFactory.Param,java.lang.Object> techParams, Foundry.Type defaultFoundry, int defaultNumMetals)
          Constructs a Technology.
Technology(IdManager idManager, Generic generic, TechFactory techFactory, java.util.Map<TechFactory.Param,java.lang.Object> techParams, Foundry.Type defaultFoundry, int defaultNumMetals)
          Constructs a Technology.
 

Uses of Foundry.Type in com.sun.electric.tool.user.dialogs
 

Methods in com.sun.electric.tool.user.dialogs with parameters of type Foundry.Type
 void DesignRulesPanel.init(Technology tech, Foundry.Type foun, DRCRules drcR)
          Method called at the start of the frame.
 

Uses of Foundry.Type in com.sun.electric.tool.user.dialogs.options
 

Methods in com.sun.electric.tool.user.dialogs.options that return Foundry.Type
 Foundry.Type TechnologyTab.setFoundrySelected(Technology tech, javax.swing.JComboBox pulldown)
           
 

Methods in com.sun.electric.tool.user.dialogs.options with parameters of type Foundry.Type
 boolean TechnologyTab.checkFoundry(Foundry.Type foundry, Technology tech)
          Method to check whether the foundry value has been changed.