Package | Description |
---|---|
com.sun.electric.tool.generator.layout |
Modifier and Type | Method and Description |
---|---|
static LayoutLib.Corner |
LayoutLib.Corner.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LayoutLib.Corner[] |
LayoutLib.Corner.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 |
LayoutLib.alignCorners(NodeInst niFixed,
LayoutLib.Corner cnrFixed,
NodeInst niMove,
LayoutLib.Corner cnrMove,
double offsetX,
double offsetY) |