Package | Description |
---|---|
com.sun.electric.api.minarea | |
com.sun.electric.api.minarea.geometry | |
com.sun.electric.api.minarea.launcher |
Modifier and Type | Method and Description |
---|---|
ManhattanOrientation |
ManhattanOrientation.concatenate(ManhattanOrientation other) |
static ManhattanOrientation |
ManhattanOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ManhattanOrientation[] |
ManhattanOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LayoutCell.SubcellHandler.apply(LayoutCell cell,
int anchorX,
int anchorY,
ManhattanOrientation orient) |
ManhattanOrientation |
ManhattanOrientation.concatenate(ManhattanOrientation other) |
Modifier and Type | Method and Description |
---|---|
Point |
Point.transform(ManhattanOrientation orientation)
Method to transform this by a Manhattan orientation.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultLayoutCell.addSubCell(LayoutCell subCell,
int anchorX,
int anchorY,
ManhattanOrientation orient) |