public class TechEditWizardData
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TechEditWizardData.LayerInfo |
static class |
TechEditWizardData.NodeLayerSort
Comparator class for sorting PrimitiveNodeGroups by their name.
|
static class |
TechEditWizardData.PrimitiveNodeGroupSort
Comparator class for sorting PrimitiveNodeGroups by their name.
|
Constructor and Description |
---|
TechEditWizardData() |
Modifier and Type | Method and Description |
---|---|
void |
dumpXMLFile(java.lang.String fileName)
Leave as oublic for the regression.
|
double[] |
getMetalAntennaRatio() |
double |
getPolyAntennaRatio() |
boolean |
importData(java.lang.String fileName)
Method to import data from a given file to this object.
|
public double getPolyAntennaRatio()
public double[] getMetalAntennaRatio()
public boolean importData(java.lang.String fileName)
fileName
- the name of the file to import.public void dumpXMLFile(java.lang.String fileName) throws java.io.IOException
fileName
- java.io.IOException