Package | Description |
---|---|
com.sun.electric.tool.placement.forceDirected2.forceDirected | |
com.sun.electric.tool.placement.forceDirected2.forceDirected.util |
Modifier and Type | Method and Description |
---|---|
static OverlapDirection |
OverlapDirection.mixDirections(OverlapDirection dir1,
OverlapDirection dir2)
mix directions (e.g.
|
static OverlapDirection |
OverlapDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OverlapDirection[] |
OverlapDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
OverlapDirection.isEast(OverlapDirection direction) |
static boolean |
OverlapDirection.isNorth(OverlapDirection direction) |
static boolean |
OverlapDirection.isSouth(OverlapDirection direction) |
static boolean |
OverlapDirection.isWest(OverlapDirection direction) |
static OverlapDirection |
OverlapDirection.mixDirections(OverlapDirection dir1,
OverlapDirection dir2)
mix directions (e.g.
|
Modifier and Type | Method and Description |
---|---|
OverlapDirection |
CheckboardingField.getOverlapDirection() |
OverlapDirection |
CheckboardingField.getOverlapDirection(double xPos,
double yPos,
double x,
double y)
get the direction of overlapping
north: negativ overlapping in y direction
east: positiv overlapping in x direction south: positiv overlapping in y direction west: negativ overlapping in x direction mixes (northeast, ...): overlapping in x and y direction otherwise: none |