Package | Description |
---|---|
com.sun.electric.tool.generator.layout.fillCell |
Modifier and Type | Method and Description |
---|---|
static FillCellTool.FillCellMode |
FillCellTool.getFillCellMode()
Method to retrieve how a given cell must filled.
|
static FillCellTool.FillCellMode |
FillCellTool.FillCellMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FillCellTool.FillCellMode[] |
FillCellTool.FillCellMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
FillCellTool.setFillCellMode(FillCellTool.FillCellMode mode)
Method to set mode how a given cell must filled.
|