Uses of Class
com.sun.electric.database.ImmutableArcInst.Flag

Packages that use ImmutableArcInst.Flag
com.sun.electric.database Package for the Electric database. 
 

Uses of ImmutableArcInst.Flag in com.sun.electric.database
 

Fields in com.sun.electric.database declared as ImmutableArcInst.Flag
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.
 

Methods in com.sun.electric.database with parameters of type ImmutableArcInst.Flag
 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.