All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface fundamentals.constants

public interface constants

Variable Index

 o A_CIRCLE
A constant denoting an object of the FULL CIRCLE subtype 000 011 000 000 000
 o A_HALF
A constant denoting an object of the HALFLINE subtype 000 000 111 000 000
 o A_LINE
A constant denoting an object of the FULL LINE subtype 000 000 011 000 000
 o A_POINT
A constant denoting an object of the POINT subtype 000 000 000 011 000
 o A_RADIUS
A constant denoting an object of the RADIUS subtype 000 000 000 000 011
 o AN_ARC
A constant denoting an object of the ARC subtype 000 101 000 000 000
 o AN_INTERVAL
A constant denoting an object of the INTERVAL subtype 000 000 101 000 000
 o ANYTHING
A constant denoting an object of any type 001 000 000 000 000
 o BEFORE_END
A constant indicating that the LEA program is finished
 o BEFORE_FINALIZE
A constant indicating that the LEA program is ready to enter the FINALIZE segment
 o BEFORE_PREMISE
A constant indicating that the LEA program is ready to enter the PREMISE segment
 o BEFORE_SOLUTION
A constant indicating that the LEA program is ready to enter the SOLUTION segment
 o BEFORE_TARGET
A constant indicating that the LEA program is ready to enter the TARGET segment
 o CIRCLE
A constant denoting an object of the CIRCLE type 000 001 000 000 000
 o FINALIZE
A constant indicating that the LEA program is in the FINALIZE segment
 o FULL_ONLY
A mask constant to or with when checking for a full object 111 101 101 101 101
 o HIDDEN
A constant indicating that an object is hidden as opposed to primary selections
 o HIGHLIGHTED
A constant indicating that an object has been selected
 o INVISIBLE
A constant indicating that an object is hidden
 o INVISIBLETARGET
A constant indicating that an object is hidden because it is a target
 o KNOWN
A constant indicating that an object is already known
 o KNOWN_ONLY_AS_TARGET
A constant indicating that an object is known only as a target
 o LINE
A constant denoting an object of the LINE type 000 000 001 000 000
 o NEW
A constant indicating that an object is newly constructed
 o NORMAL
A constant indicating that an object is not
 o OUT_OF_HIDING
A constant indicating that an object is temporarily out of hiding
 o POINT
A constant denoting an object of the POINT type 000 000 000 001 000
 o PREMISE
A constant indicating that the LEA program is in the PREMISE segment
 o RADIUS
A constant denoting an object of the RADIUS type 000 000 000 000 001
 o SOLUTION
A constant indicating that the LEA program is in the SOLUTION segment
 o SUBTYPE_TO_TYPE
A mask constant to mask off subtype information 000 001 001 001 001
 o TARGET
A constant indicating that the LEA program is in the TARGET segment
 o UNKNOWN
A constant indicating that an object is not currently in the
 o VISIBLE
A constant indicating that an object is not hidden

Variables

 o PREMISE
 public static final int PREMISE
A constant indicating that the LEA program is in the PREMISE segment

 o TARGET
 public static final int TARGET
A constant indicating that the LEA program is in the TARGET segment

 o SOLUTION
 public static final int SOLUTION
A constant indicating that the LEA program is in the SOLUTION segment

 o FINALIZE
 public static final int FINALIZE
A constant indicating that the LEA program is in the FINALIZE segment

 o BEFORE_PREMISE
 public static final int BEFORE_PREMISE
A constant indicating that the LEA program is ready to enter the PREMISE segment

 o BEFORE_TARGET
 public static final int BEFORE_TARGET
A constant indicating that the LEA program is ready to enter the TARGET segment

 o BEFORE_SOLUTION
 public static final int BEFORE_SOLUTION
A constant indicating that the LEA program is ready to enter the SOLUTION segment

 o BEFORE_FINALIZE
 public static final int BEFORE_FINALIZE
A constant indicating that the LEA program is ready to enter the FINALIZE segment

 o BEFORE_END
 public static final int BEFORE_END
A constant indicating that the LEA program is finished

 o KNOWN
 public static final int KNOWN
A constant indicating that an object is already known

 o NEW
 public static final int NEW
A constant indicating that an object is newly constructed

 o KNOWN_ONLY_AS_TARGET
 public static final int KNOWN_ONLY_AS_TARGET
A constant indicating that an object is known only as a target

 o UNKNOWN
 public static final int UNKNOWN
A constant indicating that an object is not currently in the

See Also:
 o HIDDEN
 public static final int HIDDEN
A constant indicating that an object is hidden as opposed to primary selections

 o NORMAL
 public static final int NORMAL
A constant indicating that an object is not @see HIDDEN nor @see HIGHLIGHTED

 o HIGHLIGHTED
 public static final int HIGHLIGHTED
A constant indicating that an object has been selected

 o OUT_OF_HIDING
 public static final int OUT_OF_HIDING
A constant indicating that an object is temporarily out of hiding

 o RADIUS
 public static final int RADIUS
A constant denoting an object of the RADIUS type 000 000 000 000 001

 o A_RADIUS
 public static final int A_RADIUS
A constant denoting an object of the RADIUS subtype 000 000 000 000 011

 o POINT
 public static final int POINT
A constant denoting an object of the POINT type 000 000 000 001 000

 o A_POINT
 public static final int A_POINT
A constant denoting an object of the POINT subtype 000 000 000 011 000

 o LINE
 public static final int LINE
A constant denoting an object of the LINE type 000 000 001 000 000

 o A_LINE
 public static final int A_LINE
A constant denoting an object of the FULL LINE subtype 000 000 011 000 000

 o AN_INTERVAL
 public static final int AN_INTERVAL
A constant denoting an object of the INTERVAL subtype 000 000 101 000 000

 o A_HALF
 public static final int A_HALF
A constant denoting an object of the HALFLINE subtype 000 000 111 000 000

 o CIRCLE
 public static final int CIRCLE
A constant denoting an object of the CIRCLE type 000 001 000 000 000

 o A_CIRCLE
 public static final int A_CIRCLE
A constant denoting an object of the FULL CIRCLE subtype 000 011 000 000 000

 o AN_ARC
 public static final int AN_ARC
A constant denoting an object of the ARC subtype 000 101 000 000 000

 o ANYTHING
 public static final int ANYTHING
A constant denoting an object of any type 001 000 000 000 000

 o SUBTYPE_TO_TYPE
 public static final int SUBTYPE_TO_TYPE
A mask constant to mask off subtype information 000 001 001 001 001

 o FULL_ONLY
 public static final int FULL_ONLY
A mask constant to or with when checking for a full object 111 101 101 101 101

 o INVISIBLETARGET
 public static final int INVISIBLETARGET
A constant indicating that an object is hidden because it is a target

 o INVISIBLE
 public static final int INVISIBLE
A constant indicating that an object is hidden

 o VISIBLE
 public static final int VISIBLE
A constant indicating that an object is not hidden


All Packages  Class Hierarchy  This Package  Previous  Next  Index