Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
Modifier and Type | Method and Description |
---|---|
static Layer.LayerSortingType |
Layer.LayerSortingType.findType(java.lang.String userName)
Method to find a LayerSortingType based on its name.
|
static Layer.LayerSortingType |
Layer.LayerSortingType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Layer.LayerSortingType[] |
Layer.LayerSortingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Layer> |
Technology.getLayersSortedByRule(Layer.LayerSortingType type)
Method to make a sorted list of layers in this Technology
based on Users preference
|
static java.util.List<Layer> |
Layer.getLayersSortedByRule(java.util.List<Layer> layerList,
Layer.LayerSortingType type)
Function to sort list of layers based on LayerSortingType
|
static java.util.List<Layer> |
Layer.getLayersSortedByUserPreference(Technology tech,
java.util.List<Layer> layerList,
Layer.LayerSortingType type)
Method to return a sorted list of layers based on user's preference
|