com.sun.electric.tool.user.tecEditWizard
Class TechEditWizardData
java.lang.Object
com.sun.electric.tool.user.tecEditWizard.TechEditWizardData
public class TechEditWizardData
- extends java.lang.Object
Class to handle the "Technology Creation Wizard" dialog.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TechEditWizardData
public TechEditWizardData()
getTechName
public java.lang.String getTechName()
- ACCESSOR METHODS
setTechName
public void setTechName(java.lang.String s)
getTechDescription
public java.lang.String getTechDescription()
setTechDescription
public void setTechDescription(java.lang.String s)
getStepSize
public int getStepSize()
setStepSize
public void setStepSize(int n)
getNumMetalLayers
public int getNumMetalLayers()
setNumMetalLayers
public void setNumMetalLayers(int n)
getPolyAntennaRatio
public double getPolyAntennaRatio()
getMetalAntennaRatio
public double[] getMetalAntennaRatio()
importData
public boolean importData(java.lang.String fileName)
- Method to import data from a given file to this object. It is also in the regression so
keep the access.
- Parameters:
fileName
- the name of the file to import.
- Returns:
- true on success; false on failure.
dumpXMLFile
public void dumpXMLFile(java.lang.String fileName)
throws java.io.IOException
- Leave as oublic for the regression.
- Parameters:
fileName
-
- Throws:
java.io.IOException