com.sun.electric.tool.generator.layout.fill
Class ExportConfig

java.lang.Object
  extended by 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

Field Summary
static int HIGHEST_LAYER
           
static int LOWEST_LAYER
           
static int NEXT_TO_HIGHEST_LAYER
           
static int NEXT_TO_LOWEST_LAYER
           
static ExportConfig PERIMETER
           
static ExportConfig PERIMETER_AND_INTERNAL
           
static long serialVersionUID
           
 
Constructor Summary
ExportConfig(int[] layersToGetPerimeterExports, int[] layersToGetInternalExports)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ExportConfig

public ExportConfig(int[] layersToGetPerimeterExports,
                    int[] layersToGetInternalExports)