Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
Modifier and Type | Field and Description |
---|---|
static ImmutableArcInst.Flag |
ImmutableArcInst.BODY_ARROWED
Flag to set an ImmutableArcInst to be directional, with an arrow line drawn down the center.
|
static ImmutableArcInst.Flag |
ImmutableArcInst.FIXED_ANGLE
Flag to set an ImmutableArcInst to be fixed-angle.
|
static ImmutableArcInst.Flag |
ImmutableArcInst.HARD_SELECT
Flag to set an ImmutableArcInst to be hard-to-select.
|
static ImmutableArcInst.Flag |
ImmutableArcInst.HEAD_ARROWED
Flag to set an ImmutableArcInst to be directional, with an arrow on the head.
|
static ImmutableArcInst.Flag |
ImmutableArcInst.HEAD_EXTENDED
Flag to set the head of an ImmutableArcInst to be extended.
|
static ImmutableArcInst.Flag |
ImmutableArcInst.HEAD_NEGATED
Flag to set the head of an ImmutableArcInst to be negated.
|
static ImmutableArcInst.Flag |
ImmutableArcInst.RIGID
Flag to set an ImmutableArcInst to be rigid.
|
static ImmutableArcInst.Flag |
ImmutableArcInst.SLIDABLE
Flag to set an ImmutableArcInst to be slidable.
|
static ImmutableArcInst.Flag |
ImmutableArcInst.TAIL_ARROWED
Flag to set an ImmutableArcInst to be directional, with an arrow on the tail.
|
static ImmutableArcInst.Flag |
ImmutableArcInst.TAIL_EXTENDED
Flag to set the tail of an ImmutableArcInst to be is extended.
|
static ImmutableArcInst.Flag |
ImmutableArcInst.TAIL_NEGATED
Flag to set the tail of an ImmutableArcInst to be negated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ImmutableArcInst.is(ImmutableArcInst.Flag flag)
Tests specific flag is set on this ImmutableArcInst.
|
ImmutableArcInst |
ImmutableArcInst.withFlag(ImmutableArcInst.Flag flag,
boolean value)
Returns ImmutableArcInst which differs from this ImmutableArcInst by flag bit.
|