com.sun.electric.tool.generator.layout.fill
Class ExportConfig
java.lang.Object
com.sun.electric.tool.generator.layout.fill.ExportConfig
- All Implemented Interfaces:
- java.io.Serializable
public class ExportConfig
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
ExportConfig(int[] layersToGetPerimeterExports,
int[] layersToGetInternalExports)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
HIGHEST_LAYER
public static final int HIGHEST_LAYER
- See Also:
- Constant Field Values
NEXT_TO_HIGHEST_LAYER
public static final int NEXT_TO_HIGHEST_LAYER
- See Also:
- Constant Field Values
LOWEST_LAYER
public static final int LOWEST_LAYER
- See Also:
- Constant Field Values
NEXT_TO_LOWEST_LAYER
public static final int NEXT_TO_LOWEST_LAYER
- See Also:
- Constant Field Values
PERIMETER
public static final ExportConfig PERIMETER
PERIMETER_AND_INTERNAL
public static final ExportConfig PERIMETER_AND_INTERNAL
ExportConfig
public ExportConfig(int[] layersToGetPerimeterExports,
int[] layersToGetInternalExports)